/* Inner Page Styles */

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

.article-easy-c989 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);
}

.article-easy-c989 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);
}

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

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

.background_iron_28fe .hero-wood-b2c3 {
    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;
}

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

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

.background_iron_28fe .hero-wood-b2c3:hover::before {
    left: 100%;
}

.background_iron_28fe .hero-wood-b2c3:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_4bf3.fn-active-8bff {
    color: var(--casino-gold-light);
}

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

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

.row-hard-ee95 {
    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);
}

.row-hard-ee95 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);
}

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

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

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

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

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

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

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

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

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

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

.icon-basic-d3e5 {
    padding: var(--md-spacing-md) 0;
}

.medium-4be5 {
    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%;
}

.medium-4be5 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 */
.pagination-0a42 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-0a42 li {
    margin-bottom: var(--md-spacing-xs);
}

.pagination-0a42 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);
}

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

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

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

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

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

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

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

.dropdown_19aa .component_d303:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.west-36c9 {
    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);
}

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

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

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

.west-36c9 .component_d303 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.west-36c9 .component_d303:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-easy-c989 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article-easy-c989 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article-easy-c989 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .background_iron_28fe {
        justify-content: center;
    }
    
    .header-c209 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .advanced_f0fb {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .link_orange_825e {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-hard-ee95 {
        padding: var(--md-spacing-md);
    }
    
    .pagination-short-522c {
        padding: var(--md-spacing-md) 0;
    }
    
    .medium-4be5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .west-36c9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .lite-b5c8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row-hard-ee95 {
        padding: var(--md-spacing-sm);
    }
    
    .fast-52fe {
        padding: var(--md-spacing-md);
    }
    
    .medium-4be5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fast-52fe,
.medium-4be5,
.west-36c9 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.row_3921 {
    font-size: 1.5rem;
}

.wrapper_b10b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .east-01cd {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .thumbnail-0876 {
        margin-left: 0;
    }
}

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

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

.bottom-07da {
    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;
}

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

.bottom-07da ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

.item-hovered-5b83 {
    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;
}

.item-hovered-5b83 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.photo-smooth-d0d0 {
    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;
}

.photo-smooth-d0d0.hover_88dd .liquid_8e26 {
    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); }
}

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

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

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

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

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

.notification_fresh_3f51 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_gas_3517 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.banner-bright-9e85 {
    font-size: 1.2rem;
}

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

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

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

.search-dynamic-fe8a {
    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;
}

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

.search-dynamic-fe8a.preview-purple-0760::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.search-dynamic-fe8a.panel_5b1f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search-dynamic-fe8a.west-92f1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.search-dynamic-fe8a.warm_3025::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message_d3e7 {
    font-size: 1.2rem;
}

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

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

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

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

.component_e2f2.video_e0c9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component_e2f2.fn-active-8bff { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer_30bc { border-top: 3px solid #00ccff; }
.outer_d9b5 { border-top: 3px solid #00ff88; }
.simple-8a4b { border-top: 3px solid #d4af37; }
.logo_blue_fa18 { border-top: 3px solid #ff6b6b; }
.button_middle_5733 { border-top: 3px solid #8b5cf6; }

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

.disabled-pro-78b8 {
    overflow-x: auto;
}

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

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

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

.module_middle_cebe td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.bottom-03e0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.gallery-short-93b9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.pagination-gold-3de5 {
    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;
}

.message-pressed-322a h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.message-pressed-322a p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.outline-f450 {
    font-size: 2rem;
}

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

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

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

.soft-4d60 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.cold-17c6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.container-top-ad48 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.border_middle_562c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-43d4 .background-bd79 {
    margin-bottom: 10px;
}

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

.gradient-43d4 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.shade-motion-883e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.caption-thick-4773 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.picture-in-74c0 {
    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;
}

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

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

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

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

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

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

.card-plasma-87e7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.card-plasma-87e7 span {
    color: #666;
    font-size: 0.8rem;
}

.card-plasma-87e7 a {
    color: #ff6b6b;
}

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

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

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

.active_ded3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-814b {
    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;
}

.pro-814b.iron-e9f4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.preview-red-7a0c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.dropdown-last-f448 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.footer-under-eee1 .button_fluid_d479 {
    color: #666;
    margin: 0 8px;
}

.footer-under-eee1 .pro_a3a6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.container-full-f967 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.cool-86f0 strong {
    color: #d4af37;
    margin-right: 8px;
}

.block-pressed-f97d {
    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-bottom-09da {
    font-size: 2rem;
}

.shadow-glass-8b01 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.shadow-glass-8b01 strong {
    color: #d4af37;
}

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

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

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

.background-prev-980b h3,
.accent_east_775b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.up-cca6 strong {
    color: #00ff88;
}

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

.overlay-cool-c564 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.tabs-7be3 h3,
.lite_3535 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.tiny-4b12 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.paper_c7d0 strong {
    color: #d4af37;
}

.article-f8e0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-3117 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;
}

.paper-3117 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.info_8ce0 strong {
    color: #d4af37;
}

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

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

.yellow_08ee strong {
    color: #00ff88;
}

.yellow_08ee span {
    color: #d4af37;
}

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

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

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

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

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

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

.hard-4bf9 {
    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;
}

.button-hard-6cf4 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.table-prev-8e63 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.section-green-f53b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.secondary-basic-6e4b {
    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;
}

.paragraph-hot-b816 {
    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;
}

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

.down-a596 strong {
    color: #00ff88;
}

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

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

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

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

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

.surface-stone-5727 {
    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;
}

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

@media (max-width: 768px) {
    .description_a14d {
        flex-direction: column;
    }
    
    .carousel_f851 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .gas-a67f {
        padding: 30px 15px;
    }
    
    .gas-a67f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .item_5908 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mask_small_1ec7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .backdrop-1fb4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop-1fb4 .module_rough_4395 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .nav_warm_b93e {
        font-size: 1.3rem;
    }
    
    .wrapper_small_7e50 {
        font-size: 0.7rem;
    }
    
    .image-5902 {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-5902 .component_d303 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .mini-bc01 {
        display: none;
    }
    
    .accent-1cbe {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .narrow_21e6 {
        padding: 20px 10px;
    }
    
    .background-1165 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_0b03,
    .west_43e9 {
        padding: 15px;
    }
    
    .table-prev-8e63 {
        flex-direction: column;
        gap: 5px;
    }
    
    .section-green-f53b {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .green-0457 {
        padding: 20px 10px;
    }
    
    .search_f0ce h2 {
        font-size: 1.3rem;
    }
    
    .dropdown_3902 {
        font-size: 0.9rem;
    }
    
    .gallery_right_b1f3 h3 {
        font-size: 1.1rem;
    }
    
    .gallery_right_b1f3 p {
        font-size: 0.9rem;
    }
    
    .paper-3117 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .surface-28b0 {
        grid-template-columns: 1fr;
    }
    
    .info_8ce0 {
        font-size: 0.85rem;
    }
    
    .row_gas_353e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus_dark_353a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus_dark_353a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button-ee43 {
        padding: 30px 10px;
    }
    
    .caption_east_3c7c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-00f7 {
        padding: 15px 10px;
    }
    
    .element-00f7 h4 {
        font-size: 0.9rem;
    }
    
    .element-00f7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .narrow_e4a6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .caption_east_3c7c {
        grid-template-columns: 1fr;
    }
    
    .element-00f7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .yellow-7eaf {
        padding: 30px 10px;
    }
    
    .bottom_b358 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange-8cbe {
        padding: 15px;
    }
    
    .detail-1e2d {
        font-size: 0.9rem;
    }
    
    .form_ac62 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_ac62 .sort_middle_35bd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dark-d87b {
        padding: 30px 10px;
    }
    
    .dark-d87b h2 {
        font-size: 1.2rem;
    }
    
    .info_solid_f5a1 {
        gap: 10px;
    }
    
    .white-2e5a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .white-2e5a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pagination-red-502d {
        padding: 30px 10px;
    }
    
    .pagination-red-502d h2 {
        font-size: 1.2rem;
    }
    
    .notification-38db {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-slow-cdf3 {
        padding: 15px 10px;
    }
    
    .text-slow-cdf3 h4 {
        font-size: 0.85rem;
    }
    
    .text-slow-cdf3 p {
        font-size: 0.75rem;
    }
    
    .motion-8b93 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .sort_middle_b4f3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture-in-74c0 {
        padding: 20px 10px;
    }
    
    .warm-4272 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accent-67b1,
    .smooth-eeb2,
    .card-plasma-87e7 {
        width: 100%;
    }
    
    .accent-67b1 h3 {
        font-size: 1.1rem;
    }
    
    .accent-67b1 p {
        font-size: 0.8rem;
    }
    
    .column-c9cf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .layout-south-4810 {
        padding: 30px 15px;
    }
    
    .layout-south-4810 h2 {
        font-size: 1.3rem;
    }
    
    .layout-south-4810 p {
        font-size: 0.85rem;
    }
    
    .layout-lower-289f {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout-lower-289f .component_d303 {
        width: 100%;
    }
    
    .paper-6860 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature-lite-8743 {
        padding: 30px 15px;
    }
    
    .lite_4591 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column_bottom_e440 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .module-pressed-66e9 h4 {
        font-size: 0.9rem;
    }
    
    .module-pressed-66e9 a {
        font-size: 0.8rem;
    }
    
    .secondary-a9df {
        font-size: 0.8rem;
    }
    
    .last-3456 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .pink_f628 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar-fb03 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c463 */
.widget-item-r3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
