/* Inner Page Styles */

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

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

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

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

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

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

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

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

.modal_out_3ad4 .container_a87f:hover::before {
    left: 100%;
}

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

.card-dark-801c {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.progress-lite-75fb {
    color: var(--casino-gold-light);
}

.progress-lite-75fb a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.progress-lite-75fb a:hover {
    color: var(--casino-gold-light);
}

.progress-lite-75fb.fn-active-b0fa {
    color: var(--casino-gold-light);
}

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

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

.module-smooth-c316 {
    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);
}

.module-smooth-c316 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.dirty-7a46 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 */
.sort_fluid_6f24 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.hero-bronze-5ff6 {
    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;
}

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

.hero-bronze-5ff6:hover::before {
    left: 100%;
}

.hero-bronze-5ff6 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;
}

.hero-bronze-5ff6 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;
}

.hero-bronze-5ff6 .primary-7f5a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hero-bronze-5ff6 .primary-7f5a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.light-08ee {
    margin-top: var(--md-spacing-sm);
}

.silver-2c0f {
    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);
}

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

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

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

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

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

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

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

.info_2dd6 .primary-7f5a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.info_2dd6 .primary-7f5a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dropdown_aeb0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dropdown_aeb0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dropdown_aeb0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal_out_3ad4 {
        justify-content: center;
    }
    
    .top_9c10 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .article_iron_56b7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .popup_first_2851 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module-smooth-c316 {
        padding: var(--md-spacing-md);
    }
    
    .hot-447c {
        padding: var(--md-spacing-md) 0;
    }
    
    .dirty-7a46 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .info_2dd6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .feature-wood-c507 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .module-smooth-c316 {
        padding: var(--md-spacing-sm);
    }
    
    .icon-down-9435 {
        padding: var(--md-spacing-md);
    }
    
    .dirty-7a46 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.icon-down-9435,
.dirty-7a46,
.info_2dd6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.status_024c {
    font-size: 1.5rem;
}

.column_6961 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .title-cool-d26e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-de09 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.glass-2784 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.search-rough-bcef {
    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;
}

.search-rough-bcef strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.popup_87ed.gas-15e8 .medium_0915 {
    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); }
}

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

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

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

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

.breadcrumb-3368 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;
}

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

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

.top-061c {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .primary-glass-16ef {
        grid-template-columns: 1fr;
    }
}

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

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

.sidebar_99eb.slider_dbe2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sidebar_99eb.steel-cf2e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar_99eb.status-pink-e0b9::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sidebar_99eb.easy_52ed::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gallery_6976 {
    font-size: 1.2rem;
}

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

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

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

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

.active_2ba8.focus_0ca6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_2ba8.fn-active-b0fa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shadow-772e {
    color: #666;
    font-size: 0.8rem;
}

.gradient-gold-71a7 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

.dropdown-iron-e38c {
    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;
}

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

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

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

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

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

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

.popup-8824 { border-top: 3px solid #00ccff; }
.banner-green-fcd6 { border-top: 3px solid #00ff88; }
.thumbnail_f8e9 { border-top: 3px solid #d4af37; }
.hot_386c { border-top: 3px solid #ff6b6b; }
.outline-8974 { border-top: 3px solid #8b5cf6; }

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

.header-soft-e15c {
    overflow-x: auto;
}

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

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

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

.info-ceae td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.card-dynamic-bee6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.container-9b2d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.fresh-2d2a {
    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;
}

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

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

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

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

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

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

.highlight_large_ba5e {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.section-up-5d99 {
    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;
}

.section-up-5d99::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);
}

.badge-south-1960 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

.section-up-5d99 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.stale_f239 {
    font-size: 1.5rem;
}

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

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

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

.title-up-69ee {
    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;
}

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

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

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

.upper-2ebe strong {
    color: #fff;
    display: block;
}

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

.filter-22d2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-22d2 .left-3bf4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.outline_iron_49cf .tiny_0e02 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.wood-3f6d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.middle-1e29 {
    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;
}

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

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

.dropdown-middle-33bc {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.logo-solid-733b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.outline-58dc {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.outline-7e74 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

.wrapper-out-eb4d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.wrapper-out-eb4d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.cold-948b span {
    color: #666;
    font-size: 0.8rem;
}

.cold-948b a {
    color: #ff6b6b;
}

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

.content-thick-7979 {
    max-width: 800px;
    margin: 0 auto;
}

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

.purple-fb12 {
    text-align: center;
}

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

.purple-fb12 .shade-light-e3c8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.content-thick-7979 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.container-huge-7f29 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large-1e30 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.progress-yellow-6450 .pink-14b5 {
    color: #666;
    margin: 0 8px;
}

.progress-yellow-6450 .advanced_2d10 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.pattern-cool-85a5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.container-cool-a8c2 {
    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;
}

.right-5ffd {
    font-size: 2rem;
}

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

.block_0c99 strong {
    color: #d4af37;
}

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

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

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

.left-025c h3,
.text_in_ff7b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.accent-84a1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.secondary_3a8a strong {
    color: #00ff88;
}

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

.filter-slow-a79c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.summary-cold-f728 h3,
.complex_1b75 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.yellow-3fa4 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.static_de5b strong {
    color: #d4af37;
}

.dynamic_3d97 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-mini-46b5 {
    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;
}

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

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

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

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

.slow_f3bb strong {
    color: #d4af37;
}

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

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

.shadow_dirty_81a7 strong {
    color: #00ff88;
}

.shadow_dirty_81a7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.status-purple-b389 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-current-069f {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.grid-current-069f strong {
    color: #00ff88;
}

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

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

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

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

.gas-68cb {
    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;
}

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

.outline-58dc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .west-e31e {
        flex-direction: column;
    }
    
    .gas-68cb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text_0472 {
        padding: 30px 15px;
    }
    
    .text_0472 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pagination-small-f883 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .video-4773 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .detail_brown_4234 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .detail_brown_4234 .primary-black-1b22 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .item-dce5 {
        font-size: 1.3rem;
    }
    
    .middle_c114 {
        font-size: 0.7rem;
    }
    
    .active-d4f8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .active-d4f8 .primary-7f5a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .icon-middle-4fd3 {
        display: none;
    }
    
    .element-aa63 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .short_4a1d {
        padding: 20px 10px;
    }
    
    .preview_96b7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_motion_2864,
    .nav_19a9 {
        padding: 15px;
    }
    
    .status-purple-b389 {
        flex-direction: column;
        gap: 5px;
    }
    
    .panel_f195 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification-4d37 {
        padding: 30px 10px;
    }
    
    .bottom-2cc2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old_b24c {
        padding: 20px 15px;
    }
    
    .slider_tall_5d53 {
        font-size: 2rem;
    }
    
    .old_b24c h3 {
        font-size: 1.1rem;
    }
    
    .old_b24c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .media_2310 {
        padding: 20px 10px;
    }
    
    .caption_a3b2 h2 {
        font-size: 1.3rem;
    }
    
    .pattern_5bde {
        font-size: 0.9rem;
    }
    
    .over_cd1b h3 {
        font-size: 1.1rem;
    }
    
    .over_cd1b p {
        font-size: 0.9rem;
    }
    
    .easy_07c5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .silver_13a5 {
        grid-template-columns: 1fr;
    }
    
    .slow_f3bb {
        font-size: 0.85rem;
    }
    
    .picture_fixed_bbf9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-mini-46b5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .heading-mini-46b5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .warm_976c {
        padding: 30px 10px;
    }
    
    .header_thick_754f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-8ee7 {
        padding: 15px 10px;
    }
    
    .frame-8ee7 h4 {
        font-size: 0.9rem;
    }
    
    .frame-8ee7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .badge_complex_fe5d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header_thick_754f {
        grid-template-columns: 1fr;
    }
    
    .frame-8ee7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shadow_warm_ef70 {
        padding: 30px 10px;
    }
    
    .hovered_01df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row_5825 {
        padding: 15px;
    }
    
    .tabs-d90e {
        font-size: 0.9rem;
    }
    
    .text-next-73b6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .text-next-73b6 .right-2803 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hero_80f4 {
        padding: 30px 10px;
    }
    
    .hero_80f4 h2 {
        font-size: 1.2rem;
    }
    
    .narrow-2a86 {
        gap: 10px;
    }
    
    .in_737b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .in_737b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .accent-thick-5a8f {
        padding: 30px 10px;
    }
    
    .accent-thick-5a8f h2 {
        font-size: 1.2rem;
    }
    
    .full_b57e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-gold-970b {
        padding: 15px 10px;
    }
    
    .title-gold-970b h4 {
        font-size: 0.85rem;
    }
    
    .title-gold-970b p {
        font-size: 0.75rem;
    }
    
    .selected_f005 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .layout-7783 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form_2181 {
        padding: 20px 10px;
    }
    
    .picture_fbd8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outline-7e74,
    .wrapper-out-eb4d,
    .cold-948b {
        width: 100%;
    }
    
    .outline-7e74 h3 {
        font-size: 1.1rem;
    }
    
    .outline-7e74 p {
        font-size: 0.8rem;
    }
    
    .section_0b3e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .easy-0ecd {
        padding: 30px 15px;
    }
    
    .easy-0ecd h2 {
        font-size: 1.3rem;
    }
    
    .easy-0ecd p {
        font-size: 0.85rem;
    }
    
    .dropdown-fast-20a0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-fast-20a0 .primary-7f5a {
        width: 100%;
    }
    
    .heading_short_87cf {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tabs_a6b6 {
        padding: 30px 15px;
    }
    
    .last_f356 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .blue_df02 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row_b234 h4 {
        font-size: 0.9rem;
    }
    
    .row_b234 a {
        font-size: 0.8rem;
    }
    
    .slider-f268 {
        font-size: 0.8rem;
    }
    
    .panel-first-1f31 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .active-current-5d6d {
        padding: 8px 10px;
    }
    
    .alert-4e04 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .west_f9da {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-4e04 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .west_f9da {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d0b4 */
.shadow-element-a2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
