/* Inner Page Styles */

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

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

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

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

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

.steel_3d1d .solid-b902 {
    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;
}

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

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

.steel_3d1d .solid-b902:hover::before {
    left: 100%;
}

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

.sidebar-glass-694f {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

.article-paper-0d60 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.current_857a.fn-active-e8fd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-9e40 {
    padding: var(--md-spacing-md) 0;
}

.notice-bronze-7d3c {
    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%;
}

.notice-bronze-7d3c 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 */
.video_left_8a86 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.header-121a:hover::before {
    left: 100%;
}

.header-121a 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;
}

.header-121a 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;
}

.header-121a .hard_f8c1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.header-121a .hard_f8c1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.box-focused-09d1 {
    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);
}

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

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

.box-focused-09d1 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.box-focused-09d1 .hard_f8c1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.box-focused-09d1 .hard_f8c1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .left-aa10 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .left-aa10 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .left-aa10 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .steel_3d1d {
        justify-content: center;
    }
    
    .highlight_cold_8eed {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .preview-453c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .shade_next_50d1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_orange_7c2f {
        padding: var(--md-spacing-md);
    }
    
    .pagination_selected_31e4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice-bronze-7d3c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box-focused-09d1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .block_dirty_3d5f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .item_orange_7c2f {
        padding: var(--md-spacing-sm);
    }
    
    .black-25d4 {
        padding: var(--md-spacing-md);
    }
    
    .notice-bronze-7d3c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.black-25d4,
.notice-bronze-7d3c,
.box-focused-09d1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.warm_2a2a {
    font-size: 1.5rem;
}

.pagination_full_df90 strong {
    color: #00ff88;
}

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

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

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

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

.widget-brown-336c {
    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;
}

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

.widget-brown-336c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.widget-brown-336c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.next_3a1f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.sidebar-yellow-5952 {
    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;
}

.sidebar-yellow-5952.bright-6f3b .table_b376 {
    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); }
}

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

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

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

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

.hidden-d72d 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;
}

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

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

.tag-center-8330 {
    font-size: 1.2rem;
}

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

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

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

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

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

.middle-cc86.icon_b60d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.middle-cc86.highlight-black-3301::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.middle-cc86.thick-5a28::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.middle-cc86.message_inner_661f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture-lower-8025 {
    font-size: 1.2rem;
}

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

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

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

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

.inner_b2b3.link-8d79 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.inner_b2b3.fn-active-e8fd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.fixed-5a6c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.article-3be4.texture-last-b86e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.north_7f2e { border-top: 3px solid #00ccff; }
.breadcrumb-7145 { border-top: 3px solid #00ff88; }
.lite-65a8 { border-top: 3px solid #d4af37; }
.tag-735e { border-top: 3px solid #ff6b6b; }
.aside_complex_0641 { border-top: 3px solid #8b5cf6; }

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

.hero_small_e8e5 {
    overflow-x: auto;
}

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

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

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

.label_stone_aade td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.surface-61db {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-bottom-5eb7 {
    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;
}

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

.overlay-light-5fd5 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.notification-1254 {
    font-size: 2rem;
}

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

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

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

.description-bottom-5d86 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .description-bottom-5d86::before {
        left: 30px;
    }
}

.sidebar-medium-301c {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.modal_d3e9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.old_9fd5 {
    font-size: 1.5rem;
}

.black-23ef {
    color: #888;
    font-size: 0.9rem;
}

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

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

.dirty-3eba {
    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;
}

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

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

.nav-paper-2d2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.medium-61f9 strong {
    color: #fff;
    display: block;
}

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

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

.last_309d .slow-1b97 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.preview_selected_4128 .panel-b273 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.component_2c4f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.search-light-b402 {
    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;
}

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

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

.section-yellow-5f15 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.input-complex-8c2a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup-outer-ec72 span {
    color: #666;
    font-size: 0.8rem;
}

.popup-outer-ec72 a {
    color: #ff6b6b;
}

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

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

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

.left_fdff {
    text-align: center;
}

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

.left_fdff .mini-7bf3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.texture-huge-53e3 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-47a0 {
    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;
}

.header-47a0.texture-last-b86e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .accent-78b5 {
        flex-direction: column;
    }
    .cool-9ece {
        transform: rotate(90deg);
    }
}

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

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

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

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

.popup-66d6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.fixed-b51e .notification-out-b3d5 {
    color: #666;
    margin: 0 8px;
}

.fixed-b51e .block-gas-8114 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.paragraph-complex-b8ba {
    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;
}

.background_346d {
    font-size: 2rem;
}

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

.text-fluid-0030 strong {
    color: #d4af37;
}

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

.text-5b1e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.slider-out-1a92 h3,
.nav_b0e8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.title-812c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.north-3d03 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.table-next-9c37 strong {
    color: #00ff88;
}

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

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

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

.chip-383e h3,
.modal-ada3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.texture_east_064d strong {
    color: #d4af37;
}

.dropdown_plasma_b652 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-53ea {
    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;
}

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

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

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

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

.description_6a14 strong {
    color: #d4af37;
}

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

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

.block_blue_9a3e strong {
    color: #00ff88;
}

.block_blue_9a3e span {
    color: #d4af37;
}

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

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

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

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

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

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

.slow-3fef {
    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-selected-8e95 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.badge-left-0abe {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.avatar-3ca9 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-b1d0 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.link-2a56 strong {
    color: #00ff88;
}

.form-full-3e05 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

.frame-slow-23da {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .icon-94d8 {
        padding: 30px 15px;
    }
    
    .icon-94d8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .status-gas-68ab {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .highlight_971d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .new-9b90 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .new-9b90 .next_869e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .north_4b79 {
        font-size: 1.3rem;
    }
    
    .highlight_4d71 {
        font-size: 0.7rem;
    }
    
    .hot_f430 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hot_f430 .hard_f8c1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .highlight-copper-3b0a {
        display: none;
    }
    
    .hard_9f60 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel-pressed-7578 {
        padding: 20px 10px;
    }
    
    .under_9494 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-tall-f29e,
    .layout_8e07 {
        padding: 15px;
    }
    
    .badge-left-0abe {
        flex-direction: column;
        gap: 5px;
    }
    
    .thick_ab60 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .video-prev-e27a {
        padding: 20px 5px;
    }
    
    .video-prev-e27a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .mask-clean-5102 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .label_stone_aade {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .label_stone_aade th,
    .label_stone_aade td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .row_28a1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .thumbnail-12bb {
        padding: 20px 10px;
    }
    
    .highlight_ab9f h2 {
        font-size: 1.3rem;
    }
    
    .texture_c18b {
        font-size: 0.9rem;
    }
    
    .article_278b h3 {
        font-size: 1.1rem;
    }
    
    .article_278b p {
        font-size: 0.9rem;
    }
    
    .section_5fdb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .main_under_b3df {
        grid-template-columns: 1fr;
    }
    
    .description_6a14 {
        font-size: 0.85rem;
    }
    
    .menu_up_d62e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-53ea {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .image-53ea strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .message_green_2180 {
        padding: 30px 10px;
    }
    
    .column-449d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_under_9156 {
        padding: 15px 10px;
    }
    
    .active_under_9156 h4 {
        font-size: 0.9rem;
    }
    
    .active_under_9156 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .easy_8aed {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column-449d {
        grid-template-columns: 1fr;
    }
    
    .active_under_9156 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .slow_999c {
        padding: 30px 10px;
    }
    
    .hard_5ca3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-narrow-8fd6 {
        padding: 15px;
    }
    
    .focus-288f {
        font-size: 0.9rem;
    }
    
    .dynamic_7c79 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dynamic_7c79 .chip_hard_06a3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tooltip-dynamic-f384 {
        padding: 30px 10px;
    }
    
    .tooltip-dynamic-f384 h2 {
        font-size: 1.2rem;
    }
    
    .yellow_7203 {
        gap: 10px;
    }
    
    .module-prev-9d7a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .module-prev-9d7a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .red-df21 {
        padding: 30px 10px;
    }
    
    .red-df21 h2 {
        font-size: 1.2rem;
    }
    
    .smooth_ad66 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right-b552 {
        padding: 15px 10px;
    }
    
    .right-b552 h4 {
        font-size: 0.85rem;
    }
    
    .right-b552 p {
        font-size: 0.75rem;
    }
    
    .tag_complex_f7d7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification_96a3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .simple_d283 {
        padding: 20px 10px;
    }
    
    .inner-08b4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wide_5fe3,
    .carousel_up_08fe,
    .popup-outer-ec72 {
        width: 100%;
    }
    
    .wide_5fe3 h3 {
        font-size: 1.1rem;
    }
    
    .wide_5fe3 p {
        font-size: 0.8rem;
    }
    
    .disabled_dirty_8e1f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background-fast-ab27 {
        padding: 30px 15px;
    }
    
    .background-fast-ab27 h2 {
        font-size: 1.3rem;
    }
    
    .background-fast-ab27 p {
        font-size: 0.85rem;
    }
    
    .panel_4b89 {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel_4b89 .hard_f8c1 {
        width: 100%;
    }
    
    .dirty-f5cf {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .yellow-e42e {
        padding: 30px 10px;
    }
    
    .yellow-e42e h3 {
        font-size: 1.2rem;
    }
    
    .mini_bb3f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-focused-09d1 {
        padding: 15px 10px;
    }
    
    .box-focused-09d1 h4 {
        font-size: 0.85rem;
    }
    
    .box-focused-09d1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text-tiny-6c1a {
        padding: 30px 15px;
    }
    
    .light_315b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal-4c7d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .last-303a h4 {
        font-size: 0.9rem;
    }
    
    .last-303a a {
        font-size: 0.8rem;
    }
    
    .content_short_2e6c {
        font-size: 0.8rem;
    }
    
    .progress-outer-6af6 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .texture_692c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-c05e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2b63 */
.shadow-element-u7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
