/* Inner Page Styles */

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

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

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

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

.primary-dirty-ddee {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.primary-dirty-ddee .input-09d4 {
    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;
}

.primary-dirty-ddee .input-09d4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.primary-dirty-ddee .input-09d4:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.primary-dirty-ddee .input-09d4:hover::before {
    left: 100%;
}

.primary-dirty-ddee .input-09d4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.middle-9fc9 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_d021.fn-active-fcb0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-first-02bb {
    padding: var(--md-spacing-md) 0;
}

.dynamic-08ed {
    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%;
}

.dynamic-08ed 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 */
.gradient-96d3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gradient-96d3 li {
    margin-bottom: var(--md-spacing-xs);
}

.gradient-96d3 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);
}

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

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

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

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

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

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

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

.hard_ee70 .block_a34f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.summary_top_9da6 .block_a34f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .over_dcd1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .over_dcd1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .over_dcd1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .primary-dirty-ddee {
        justify-content: center;
    }
    
    .primary_a798 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hover_e525 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .list-pro-aa95 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_a893 {
        padding: var(--md-spacing-md);
    }
    
    .content-brown-8892 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dynamic-08ed {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .summary_top_9da6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .focus_up_49c4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .widget_a893 {
        padding: var(--md-spacing-sm);
    }
    
    .old_14bf {
        padding: var(--md-spacing-md);
    }
    
    .dynamic-08ed {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.old_14bf,
.dynamic-08ed,
.summary_top_9da6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.item_inner_fffd {
    font-size: 1.5rem;
}

.lower-16bb strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .wood-3932 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .backdrop-solid-b943 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.top-98b2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.component-dd30 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.banner-04a5 {
    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;
}

.banner-04a5.link-over-f3da .overlay_e442 {
    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); }
}

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

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

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

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

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

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

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

.media-e75c {
    font-size: 1.2rem;
}

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

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

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

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

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

.logo_old_c3c0.article-basic-edb9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo_old_c3c0.hover_0b39::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo_old_c3c0.search-a33d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo_old_c3c0.banner-outer-1f2b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.main-5302 {
    font-size: 1.2rem;
}

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

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

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

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

.fluid-9e7a.frame_plasma_5ed4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid-9e7a.fn-active-fcb0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.main-dark-a34b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.border-d67a.tabs-tall-85e0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.liquid_1f39 { border-top: 3px solid #00ccff; }
.popup_gas_26ca { border-top: 3px solid #00ff88; }
.white-e00e { border-top: 3px solid #d4af37; }
.badge-ab40 { border-top: 3px solid #ff6b6b; }
.heading-complex-ec28 { border-top: 3px solid #8b5cf6; }

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

.tag-dirty-432b {
    overflow-x: auto;
}

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

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

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

.complex-d839 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.hard-31bb {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.disabled_fresh_62f4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.block-prev-3030 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.info-709c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.active-right-18f3 {
    font-size: 1.5rem;
}

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

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

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

.content-first-594c {
    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;
}

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

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

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

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

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

.header-clean-e76b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.huge_2074 .lite_2a25 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.hard-141c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_a502 a {
    color: #ff6b6b;
}

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

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

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

.block-a908 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.liquid-02b2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail_down_5cf4.tabs-tall-85e0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.gas-1c73 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.under-371a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.block-92b1 .wrapper_40af {
    color: #666;
    margin: 0 8px;
}

.block-92b1 .focus-tall-e8d3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.container_stale_86d7 {
    font-size: 2rem;
}

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

.disabled-ab31 strong {
    color: #d4af37;
}

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

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

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

.top-23e1 h3,
.hover-b774 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.highlight_rough_7403 strong {
    color: #00ff88;
}

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

.orange-0c38 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.pink-261a h3,
.menu-hard-601c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hero-38c2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.caption-wood-9122 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.header-ae7d strong {
    color: #d4af37;
}

.hard-4fdb {
    color: #aaa;
}

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

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

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

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

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

.form-slow-3033 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.summary_dark_3968 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.gas_62f9 strong {
    color: #d4af37;
}

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

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

.warm_9efd strong {
    color: #00ff88;
}

.warm_9efd span {
    color: #d4af37;
}

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

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

.table-498c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wood-5a9d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.wood-5a9d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.secondary-d64f li {
    margin-bottom: 5px;
}

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

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

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

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

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

.breadcrumb_1384 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .icon-c0ba {
        padding: 30px 15px;
    }
    
    .icon-c0ba h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .active-wood-053f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs_6b51 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .full-fa25 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .full-fa25 .cold_692b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .column_b85f {
        font-size: 1.3rem;
    }
    
    .north-abf8 {
        font-size: 0.7rem;
    }
    
    .fluid-8468 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fluid-8468 .block_a34f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search-f861 {
        display: none;
    }
    
    .glass_4227 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paragraph_a06f {
        padding: 20px 10px;
    }
    
    .table-498c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-5fb9,
    .wood-429e {
        padding: 15px;
    }
    
    .summary_first_1cc5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface-d591 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slow-87d1 {
        padding: 30px 10px;
    }
    
    .filter-bottom-ec69 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_1335 {
        padding: 20px 15px;
    }
    
    .right_d4c0 {
        font-size: 2rem;
    }
    
    .texture_1335 h3 {
        font-size: 1.1rem;
    }
    
    .texture_1335 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .status-18d4 {
        padding: 20px 5px;
    }
    
    .status-18d4 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .accent-bf47 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .complex-d839 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .complex-d839 th,
    .complex-d839 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .inner-a6dd {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .widget-626e {
        padding: 20px 10px;
    }
    
    .popup-tiny-75f7 h2 {
        font-size: 1.3rem;
    }
    
    .popup_bf3a {
        font-size: 0.9rem;
    }
    
    .motion_9acf h3 {
        font-size: 1.1rem;
    }
    
    .motion_9acf p {
        font-size: 0.9rem;
    }
    
    .prev_f387 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo_c61c {
        grid-template-columns: 1fr;
    }
    
    .gas_62f9 {
        font-size: 0.85rem;
    }
    
    .preview-988c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_dark_3968 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .summary_dark_3968 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .bottom_889c {
        padding: 30px 10px;
    }
    
    .complex_368c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_275c {
        padding: 15px 10px;
    }
    
    .out_275c h4 {
        font-size: 0.9rem;
    }
    
    .out_275c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .layout_lite_2bee {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .over_3db4 {
        padding: 30px 10px;
    }
    
    .section-1d97 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .white_3b8e {
        padding: 15px;
    }
    
    .stone-0736 {
        font-size: 0.9rem;
    }
    
    .gradient-last-d0b3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient-last-d0b3 .frame_ee9a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .detail-a844 {
        padding: 30px 10px;
    }
    
    .detail-a844 h2 {
        font-size: 1.2rem;
    }
    
    .soft_b573 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-paper-b109 {
        padding: 15px 10px;
    }
    
    .primary-paper-b109 h4 {
        font-size: 0.85rem;
    }
    
    .primary-paper-b109 p {
        font-size: 0.75rem;
    }
    
    .pro_844b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info-tall-3222 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gallery_cbf5 {
        padding: 20px 10px;
    }
    
    .bright_4987 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .focused-7358,
    .sidebar_1a22,
    .tabs_a502 {
        width: 100%;
    }
    
    .focused-7358 h3 {
        font-size: 1.1rem;
    }
    
    .focused-7358 p {
        font-size: 0.8rem;
    }
    
    .yellow_cee7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .article_a964 {
        padding: 30px 15px;
    }
    
    .article_a964 h2 {
        font-size: 1.3rem;
    }
    
    .article_a964 p {
        font-size: 0.85rem;
    }
    
    .tabs_huge_7697 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tabs_huge_7697 .block_a34f {
        width: 100%;
    }
    
    .banner-bd5c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .search_slow_85bf {
        padding: 30px 15px;
    }
    
    .backdrop-gold-926d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .first-cedc {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .west-5098 h4 {
        font-size: 0.9rem;
    }
    
    .west-5098 a {
        font-size: 0.8rem;
    }
    
    .orange-cb42 {
        font-size: 0.8rem;
    }
    
    .summary_e2a4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .panel-8f34 {
        padding: 8px 10px;
    }
    
    .dropdown-04c8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .heading-paper-8c42 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dropdown-04c8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .heading-paper-8c42 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8d60 */
.ghost-box-n5 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
