/* Inner Page Styles */

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

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

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

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

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

.layout_94a9 .popup-4354 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.layout_94a9 .popup-4354:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast_6535.fn-active-a86a {
    color: var(--casino-gold-light);
}

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

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

.row_center_6589 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.row_center_6589 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

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

.notification-7a7b {
    padding: var(--md-spacing-md) 0;
}

.section-short-fbd1 {
    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%;
}

.section-short-fbd1 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 */
.warm_273b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.menu_basic_71b1 .backdrop-black-9d98 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.menu_basic_71b1 .backdrop-black-9d98:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.grid_east_99e3 .backdrop-black-9d98 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid_east_99e3 .backdrop-black-9d98:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .block_stone_b9c6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .block_stone_b9c6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .block_stone_b9c6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .layout_94a9 {
        justify-content: center;
    }
    
    .panel_8009 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pagination_1ca6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .caption_f332 {
        padding: var(--md-spacing-md) 0;
    }
    
    .row_center_6589 {
        padding: var(--md-spacing-md);
    }
    
    .basic_080d {
        padding: var(--md-spacing-md) 0;
    }
    
    .section-short-fbd1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid_east_99e3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .down_37ff {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row_center_6589 {
        padding: var(--md-spacing-sm);
    }
    
    .chip_black_a01e {
        padding: var(--md-spacing-md);
    }
    
    .section-short-fbd1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.chip_black_a01e,
.section-short-fbd1,
.grid_east_99e3 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.panel-45a0::-webkit-scrollbar {
    width: 8px;
}

.panel-45a0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.module-next-0fa3 {
    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);
}

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

.media_top_bbe5 {
    font-size: 1.5rem;
}

.disabled_687a strong {
    color: #00ff88;
}

.header-copper-5866 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .dynamic-65d5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .header-copper-5866 {
        margin-left: 0;
    }
}

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

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

.panel-4e39 {
    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;
}

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

.panel-4e39 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.panel-4e39 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.dropdown-3fe3 {
    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;
}

.dropdown-3fe3 strong {
    color: #00ff88;
}

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

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

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

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

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

.bronze-71ed::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;
}

.plasma-839f {
    text-align: center;
    margin-bottom: 30px;
}

.pro-429a {
    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;
}

.pro-429a.row-lite-c11e .widget_2c9e {
    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); }
}

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

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

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

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

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

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

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

.bottom_582c {
    font-size: 1.2rem;
}

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

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

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

.panel-6e18 {
    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;
}

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

.panel-6e18.main_37ca::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.panel-6e18.inner-62e6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel-6e18.pattern_copper_c51e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.panel-6e18.clean-e044::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.element_under_4cf4 {
    font-size: 1.2rem;
}

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

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

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

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

.full_ab68.popup_fresh_a597 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.full_ab68.fn-active-a86a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.item-short-612f {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.card-active-c764 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.red_910c { border-top: 3px solid #00ccff; }
.badge_top_7379 { border-top: 3px solid #00ff88; }
.section-static-d0d4 { border-top: 3px solid #d4af37; }
.wrapper_mini_29a9 { border-top: 3px solid #ff6b6b; }
.thumbnail-north-251f { border-top: 3px solid #8b5cf6; }

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

.table_c9cb {
    overflow-x: auto;
}

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

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

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

.sort_bronze_5b6f td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.thumbnail-cool-bb1e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.image-action-ee2e {
    color: #888;
    font-size: 0.85rem;
}

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

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

.breadcrumb-selected-1984 {
    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;
}

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

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

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

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

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

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

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

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

.layout_west_9433 {
    font-size: 2rem;
}

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

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

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

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

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

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

.secondary-lower-4b4e {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.preview-static-cd90 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.silver-bb20 {
    font-size: 1.5rem;
}

.thumbnail-7ab1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.hero-paper-5b7d strong {
    color: #fff;
    display: block;
}

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

.container-silver-837b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.container-silver-837b .button-323f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tabs_d459 .wood_bc5c {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.green-08de {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.gradient-green-d84c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.hover-63e5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.picture-gas-cbec {
    color: #ccc;
    font-size: 0.85rem;
}

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

.accordion-complex-8f56 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.current-3ec8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.current-3ec8 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.alert-a108 a {
    color: #ff6b6b;
}

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

.aside-slow-c42e {
    max-width: 800px;
    margin: 0 auto;
}

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

.popup-3cf7 {
    text-align: center;
}

.popup-3cf7 .tiny-106c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.popup-3cf7 .hard_c80b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.aside-slow-c42e > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-down-0feb {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .border-102a {
        flex-direction: column;
    }
    .container-down-0feb {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.description-5ee3 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.chip-46f8 .selected_ae2d {
    color: #666;
    margin: 0 8px;
}

.chip-46f8 .avatar-in-65bd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.column-3b85 strong {
    color: #d4af37;
    margin-right: 8px;
}

.background-brown-02e8 {
    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;
}

.label-0400 {
    font-size: 2rem;
}

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

.tag_north_4bec strong {
    color: #d4af37;
}

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

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

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

.green-3070 h3,
.card-fluid-e079 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.notice-3cbb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.widget-down-4f8c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.picture-9b6d strong {
    color: #00ff88;
}

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

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

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

.stale-fddf h3,
.label-warm-2e27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.liquid-871e summary::-webkit-details-marker {
    display: none;
}

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

.shade-solid-0ca0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.orange_fda2 strong {
    color: #d4af37;
}

.first-9baa {
    color: #aaa;
}

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

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

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

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

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

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

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

.gallery-small-fb65:last-child {
    border-bottom: none;
}

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

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

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

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

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

.notice-3743 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;
}

.notice-3743 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.advanced_53f6 strong {
    color: #d4af37;
}

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

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

.form-a0e9 strong {
    color: #00ff88;
}

.form-a0e9 span {
    color: #d4af37;
}

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

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

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

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

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

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

.outline-hard-8ace {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

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

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

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

.notice-1aa8 {
    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);
}

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

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

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

.accent-slow-7e52 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.accent-slow-7e52 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.info-dba7 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.element_00be strong {
    color: #00ff88;
}

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

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

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

.liquid-06a2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.hover-6de3 {
    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;
}

.wrapper-8ded {
    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;
}

.picture-gas-cbec {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .liquid-06a2 {
        flex-direction: column;
    }
    
    .hover-6de3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.block-plasma-1abd {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .glass_16d4 {
        padding: 30px 15px;
    }
    
    .glass_16d4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wrapper_d5d8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wide-a409 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .content-hard-b8ec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content-hard-b8ec .footer_bronze_e94c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .basic-589c {
        font-size: 1.3rem;
    }
    
    .banner_6bc5 {
        font-size: 0.7rem;
    }
    
    .breadcrumb-narrow-82fa {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-narrow-82fa .backdrop-black-9d98 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container_stale_0aee {
        display: none;
    }
    
    .pattern_plasma_1786 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .block_0e26 {
        padding: 20px 10px;
    }
    
    .menu-f3a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .banner-copper-f51f,
    .overlay-265e {
        padding: 15px;
    }
    
    .component_fac6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notice-1aa8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .alert-2a51 {
        padding: 20px 5px;
    }
    
    .alert-2a51 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .cool-a8e9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .sort_bronze_5b6f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .sort_bronze_5b6f th,
    .sort_bronze_5b6f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .silver-40a3 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .main-0f03 {
        padding: 20px 10px;
    }
    
    .article_5b15 h2 {
        font-size: 1.3rem;
    }
    
    .background-steel-1b96 {
        font-size: 0.9rem;
    }
    
    .gallery-small-fb65 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-small-fb65 p {
        font-size: 0.9rem;
    }
    
    .notice-3743 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thick_b8a7 {
        grid-template-columns: 1fr;
    }
    
    .advanced_53f6 {
        font-size: 0.85rem;
    }
    
    .glass-bbf4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm_ad0f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .warm_ad0f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .prev-5b06 {
        padding: 30px 10px;
    }
    
    .bronze_b02f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-8f5e {
        padding: 15px 10px;
    }
    
    .photo-8f5e h4 {
        font-size: 0.9rem;
    }
    
    .photo-8f5e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .new_8000 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bronze_b02f {
        grid-template-columns: 1fr;
    }
    
    .photo-8f5e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .blue-ce0d {
        padding: 30px 10px;
    }
    
    .focused-6e71 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-hot-a44a {
        padding: 15px;
    }
    
    .over_2751 {
        font-size: 0.9rem;
    }
    
    .in-838e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .in-838e .overlay-prev-50b4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .yellow_1940 {
        padding: 30px 10px;
    }
    
    .yellow_1940 h2 {
        font-size: 1.2rem;
    }
    
    .soft-49c0 {
        gap: 10px;
    }
    
    .form_stale_a441 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .form_stale_a441 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge-44d1 {
        padding: 30px 10px;
    }
    
    .huge-44d1 h2 {
        font-size: 1.2rem;
    }
    
    .mini_a3f9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-warm-31f3 {
        padding: 15px 10px;
    }
    
    .hidden-warm-31f3 h4 {
        font-size: 0.85rem;
    }
    
    .hidden-warm-31f3 p {
        font-size: 0.75rem;
    }
    
    .liquid-3fc9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .photo_3be0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .video_83b7 {
        padding: 20px 10px;
    }
    
    .accordion-complex-8f56 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .element_next_1900,
    .current-3ec8,
    .alert-a108 {
        width: 100%;
    }
    
    .element_next_1900 h3 {
        font-size: 1.1rem;
    }
    
    .element_next_1900 p {
        font-size: 0.8rem;
    }
    
    .filter_pink_ac7f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .bright_fb85 {
        padding: 30px 15px;
    }
    
    .bright_fb85 h2 {
        font-size: 1.3rem;
    }
    
    .bright_fb85 p {
        font-size: 0.85rem;
    }
    
    .text-3587 {
        flex-direction: column;
        gap: 10px;
    }
    
    .text-3587 .backdrop-black-9d98 {
        width: 100%;
    }
    
    .liquid_0fb2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .image-e748 {
        padding: 30px 15px;
    }
    
    .dark-b588 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .border-1f0e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search-light-9b3e h4 {
        font-size: 0.9rem;
    }
    
    .search-light-9b3e a {
        font-size: 0.8rem;
    }
    
    .pagination-cold-390f {
        font-size: 0.8rem;
    }
    
    .description_ce36 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .dropdown-upper-480c {
        padding: 8px 10px;
    }
    
    .video-active-1b0d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table_6aef {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .video-active-1b0d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table_6aef {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7755 */
.ghost-box-w0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
