/* Inner Page Styles */

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

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

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

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

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

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

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

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

.glass-3981 .down_dbcf:hover::before {
    left: 100%;
}

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

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

.list-green-959d {
    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);
}

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

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

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

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

.tooltip-steel-019c {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.detail-center-3ae2 {
    color: var(--casino-gold-light);
}

.detail-center-3ae2 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.detail-center-3ae2 a:hover {
    color: var(--casino-gold-light);
}

.detail-center-3ae2.fn-active-c3e1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.disabled-d038 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

.photo-gas-a671 {
    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%;
}

.photo-gas-a671 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-dc8f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.first-dc8f 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-dc8f a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

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

.active_d973 .outline_bright_2979:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.shade-6f08 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.pattern-a0b8 .outline_bright_2979:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .brown_6f22 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .brown_6f22 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .brown_6f22 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .glass-3981 {
        justify-content: center;
    }
    
    .list-green-959d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .shadow-gas-d4da {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary_ec59 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip_cc96 {
        padding: var(--md-spacing-md);
    }
    
    .dim-df8f {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo-gas-a671 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pattern-a0b8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gallery-lower-58fc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tooltip_cc96 {
        padding: var(--md-spacing-sm);
    }
    
    .disabled-d038 {
        padding: var(--md-spacing-md);
    }
    
    .photo-gas-a671 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.disabled-d038,
.photo-gas-a671,
.pattern-a0b8 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.slider-middle-ee9c::-webkit-scrollbar {
    width: 8px;
}

.slider-middle-ee9c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.simple_cd0c {
    font-size: 1.5rem;
}

.sort-91c3 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .current_689d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .article-last-e797 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.motion-5989 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card_0a05 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.form-431d {
    text-align: center;
    margin-bottom: 30px;
}

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

.soft_b42c.section_west_7ecf .shadow-9b74 {
    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); }
}

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

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

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

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

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

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

.form-fa2a {
    font-size: 1.2rem;
}

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

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

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

.gallery_tiny_1e3b {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.gallery_tiny_1e3b.primary-f24c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery_tiny_1e3b.main_afd1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_tiny_1e3b.silver_09ab::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery_tiny_1e3b.info_b8d4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hard_72d9 {
    font-size: 1.2rem;
}

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

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

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

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

.bronze-f0c1.west_adc5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bronze-f0c1.fn-active-c3e1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.selected-2ba6 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.fresh-0dd2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

.column-red-03fe {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.fresh_d638 { border-top: 3px solid #00ccff; }
.active_tall_32e3 { border-top: 3px solid #00ff88; }
.alert_in_b00f { border-top: 3px solid #d4af37; }
.header_dynamic_fdb0 { border-top: 3px solid #ff6b6b; }
.heading_53bb { border-top: 3px solid #8b5cf6; }

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

.texture_e87c {
    overflow-x: auto;
}

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

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

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

.outer-2950 td {
    color: #ccc;
}

.outer-2950 .full_eebd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.sort-last-93ff {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.label-fresh-e3a6 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.dirty_259b {
    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-a052 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.notification-bright-a1d8 {
    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;
}

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

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

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

.progress-c045 {
    font-size: 2rem;
}

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

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

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

.steel-2b4b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.up-5cb1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hover_2aa2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.preview-be53 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.sort_steel_3a45 .column_eb05 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.complex-11a3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-fc68 a {
    color: #ff6b6b;
}

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

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

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

.upper-9020 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.plasma-69b8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_bd8e {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

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

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

.prev-0f4a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .filter-ec56 {
        flex-direction: column;
    }
    .aside-71cc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.highlight-2148 .top_41a5 {
    color: #666;
    margin: 0 8px;
}

.highlight-2148 .disabled-gas-2133 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.component-new-3dc3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.item-e22e {
    font-size: 2rem;
}

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

.east_6c4b strong {
    color: #d4af37;
}

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

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

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

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

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

.summary-new-3d1b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.backdrop_dim_024a strong {
    color: #00ff88;
}

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

.picture-static-d801 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.simple_9a49 h3,
.static-3fca h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.input_prev_ddd7 strong {
    color: #d4af37;
}

.over-0557 {
    color: #aaa;
}

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

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

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

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

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

.advanced-5b8e {
    max-width: 900px;
    margin: 0 auto;
}

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

.blue_9807:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.tooltip-560c {
    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;
}

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

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

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

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

.hover_355e strong {
    color: #d4af37;
}

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

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

.summary-da54 strong {
    color: #00ff88;
}

.summary-da54 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-plasma-ba18 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.column-plasma-ba18 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.input-432b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-432b li {
    margin-bottom: 5px;
}

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

.input-432b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.dim-8be4 {
    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;
}

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

.modal_dirty_8e4d strong {
    color: #00ff88;
}

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

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

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

.banner-57ab {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .banner-57ab {
        flex-direction: column;
    }
    
    .hard_c231 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .north-2c05 {
        padding: 30px 15px;
    }
    
    .north-2c05 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .component-5a2e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .border_paper_09c3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gas_3088 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas_3088 .slow_9e90 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dropdown-white-1e6d {
        font-size: 1.3rem;
    }
    
    .new_c57f {
        font-size: 0.7rem;
    }
    
    .section-1bf5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-1bf5 .outline_bright_2979 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar_bright_6667 {
        display: none;
    }
    
    .up-aa86 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slider-slow-3ed1 {
        padding: 20px 10px;
    }
    
    .new_c55b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .green_003d,
    .content-13a8 {
        padding: 15px;
    }
    
    .border_static_47c3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup_2d35 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .title_faa8 {
        padding: 30px 10px;
    }
    
    .search_rough_6560 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-smooth-7589 {
        padding: 20px 15px;
    }
    
    .nav-first-8063 {
        font-size: 2rem;
    }
    
    .avatar-smooth-7589 h3 {
        font-size: 1.1rem;
    }
    
    .avatar-smooth-7589 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .media-cool-43ec {
        padding: 20px 5px;
    }
    
    .media-cool-43ec h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .picture-8e69 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .outer-2950 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .outer-2950 th,
    .outer-2950 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .logo-a0b6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .notification_over_0a8b {
        padding: 20px 10px;
    }
    
    .feature-blue-136d h2 {
        font-size: 1.3rem;
    }
    
    .banner_down_ab6c {
        font-size: 0.9rem;
    }
    
    .blue_9807 h3 {
        font-size: 1.1rem;
    }
    
    .blue_9807 p {
        font-size: 0.9rem;
    }
    
    .gradient_261b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .article_1d36 {
        grid-template-columns: 1fr;
    }
    
    .hover_355e {
        font-size: 0.85rem;
    }
    
    .last_b934 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-560c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tooltip-560c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .silver_39db {
        padding: 30px 10px;
    }
    
    .badge-aa07 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-top-1102 {
        padding: 15px 10px;
    }
    
    .gallery-top-1102 h4 {
        font-size: 0.9rem;
    }
    
    .gallery-top-1102 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wood-fedd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .badge-aa07 {
        grid-template-columns: 1fr;
    }
    
    .gallery-top-1102 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .brown_2566 {
        padding: 30px 10px;
    }
    
    .tabs_west_f10a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-461f {
        padding: 15px;
    }
    
    .alert-silver-a7fe {
        font-size: 0.9rem;
    }
    
    .carousel-7ead {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel-7ead .dark_6604 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay-7caa {
        padding: 30px 10px;
    }
    
    .overlay-7caa h2 {
        font-size: 1.2rem;
    }
    
    .brown_4fa3 {
        gap: 10px;
    }
    
    .aside-pressed-dc9d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .aside-pressed-dc9d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .simple_75e7 {
        padding: 30px 10px;
    }
    
    .simple_75e7 h2 {
        font-size: 1.2rem;
    }
    
    .primary-paper-1f10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-3b32 {
        padding: 15px 10px;
    }
    
    .column-3b32 h4 {
        font-size: 0.85rem;
    }
    
    .column-3b32 p {
        font-size: 0.75rem;
    }
    
    .thick-13e2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .medium_90d3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dropdown-a569 {
        padding: 20px 10px;
    }
    
    .detail_gold_6e18 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .slow-c1f6,
    .breadcrumb_small_59df,
    .pro-fc68 {
        width: 100%;
    }
    
    .slow-c1f6 h3 {
        font-size: 1.1rem;
    }
    
    .slow-c1f6 p {
        font-size: 0.8rem;
    }
    
    .status_cold_4ec8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .input_f0f6 {
        padding: 30px 15px;
    }
    
    .input_f0f6 h2 {
        font-size: 1.3rem;
    }
    
    .input_f0f6 p {
        font-size: 0.85rem;
    }
    
    .status-c7e4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-c7e4 .outline_bright_2979 {
        width: 100%;
    }
    
    .accordion_0cba {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .mask-136f {
        padding: 30px 15px;
    }
    
    .tooltip-steel-dde4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .popup_ba8e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .message-4fd2 h4 {
        font-size: 0.9rem;
    }
    
    .message-4fd2 a {
        font-size: 0.8rem;
    }
    
    .mask_646e {
        font-size: 0.8rem;
    }
    
    .pattern_hard_c19a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .pagination_dim_4b53 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content_c73a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 858b */
.widget-item-r0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
