/* Inner Page Styles */

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

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

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

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

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

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

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

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

.logo_56a3 .center_92f7:hover::before {
    left: 100%;
}

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

.overlay-clean-39bb {
    margin-bottom: var(--md-spacing-lg);
}

.disabled-old-93f4 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_6bd1.fn-active-b3e4 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide-4adf {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.detail-bottom-0675:hover::before {
    left: 100%;
}

.detail-bottom-0675 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;
}

.detail-bottom-0675 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;
}

.detail-bottom-0675 .breadcrumb_bbdf {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.detail-bottom-0675 .breadcrumb_bbdf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-3736 .breadcrumb_bbdf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .complex_01a1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .complex_01a1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .complex_01a1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .logo_56a3 {
        justify-content: center;
    }
    
    .disabled-old-93f4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fresh-5fdd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .red-17e2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel_b86f {
        padding: var(--md-spacing-md);
    }
    
    .static-215d {
        padding: var(--md-spacing-md) 0;
    }
    
    .box_06ff {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .paragraph-3736 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .focus_edb1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .carousel_b86f {
        padding: var(--md-spacing-sm);
    }
    
    .content_next_82b2 {
        padding: var(--md-spacing-md);
    }
    
    .box_06ff {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.content_next_82b2,
.box_06ff,
.paragraph-3736 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.status-action-69eb {
    font-size: 1.5rem;
}

.form_88d2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.pressed-ddca {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.center-4a34 {
    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;
}

.center-4a34 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.chip-e9bd.main-simple-f6a1 .banner-2cdb {
    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); }
}

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

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

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

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

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

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

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

.input_huge_6b45 {
    font-size: 1.2rem;
}

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

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

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

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

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

.disabled_copper_f8c0.iron-8a0f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.disabled_copper_f8c0.tooltip_6d66::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled_copper_f8c0.wide_a0e8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.disabled_copper_f8c0.slider_4b6e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.purple_db37 {
    font-size: 1.2rem;
}

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

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

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

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

.tabs-current-17fe.thick_cbe0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs-current-17fe.fn-active-b3e4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.chip-2baf {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.primary-complex-5a3f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.steel-46ec.outer_1a21 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.north_fb73 { border-top: 3px solid #00ccff; }
.outline-inner-4daf { border-top: 3px solid #00ff88; }
.copper-9fb2 { border-top: 3px solid #d4af37; }
.layout-d8ae { border-top: 3px solid #ff6b6b; }
.lower-7e64 { border-top: 3px solid #8b5cf6; }

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

.clean-b6ce {
    overflow-x: auto;
}

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

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

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

.dim-0069 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.grid-0e58 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.solid-0fe4 {
    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;
}

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

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

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

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

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

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

.frame-63e6 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.outline-70a4 {
    background: #0a0a0a;
    padding: 60px 0;
}

.pro-58a9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-dim-e94d {
    font-size: 1.5rem;
}

.border-9cf0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.description-complex-3ca4 strong {
    color: #fff;
    display: block;
}

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

.preview-dark-2b8d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.preview-dark-2b8d .left_debc {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.heading_fa04 .over_10f7 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.chip-cool-58f3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.paragraph-6cb3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.notice-stone-2997 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.texture-red-29ad {
    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;
}

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

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

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

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

.progress-iron-fde2 {
    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;
}

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

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

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

.iron_3348 a {
    color: #ff6b6b;
}

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

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

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

.input_701c {
    text-align: center;
}

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

.input_701c .surface-8c19 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.paper-88ba {
    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;
}

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

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

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

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

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

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

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

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

.smooth-36f0 {
    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;
}

.smooth-36f0.outer_1a21 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .primary-motion-e115 {
        flex-direction: column;
    }
    .stale_253b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.glass-4dfc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.input-966e .mini-6ef6 {
    color: #666;
    margin: 0 8px;
}

.input-966e .avatar-steel-c6b6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.action_cf51 {
    font-size: 2rem;
}

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

.yellow_f6fe strong {
    color: #d4af37;
}

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

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

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

.breadcrumb-out-84e0 h3,
.main_dirty_9f58 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.nav-8fb1 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.border-7fd3 strong {
    color: #d4af37;
    margin-right: 8px;
}

.gold-89c3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.upper_9fda strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.link-rough-b7e2 {
    background: #0a0a0a;
    padding: 30px 0;
}

.gallery-silver-27ce {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .gallery-silver-27ce {
        grid-template-columns: 1fr;
    }
}

.popup_black_d201 h3,
.content_3711 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hover-iron-5815 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.article-bright-16c1 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.article-bright-16c1 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.gas_05b7 strong {
    color: #d4af37;
}

.stale-e19e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-south-0f44 {
    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;
}

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

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

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

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

.image_2dd3 strong {
    color: #d4af37;
}

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

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

.cold_dda6 strong {
    color: #00ff88;
}

.cold_dda6 span {
    color: #d4af37;
}

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

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

.tabs-middle-1040 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.tooltip-4eed {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.caption-middle-b9b2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-huge-7a60 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.layout-huge-7a60 strong {
    color: #00ff88;
}

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

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

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

.aside-49cf {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.notice-stone-2997 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .aside-49cf {
        flex-direction: column;
    }
    
    .disabled_steel_862a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.card-soft-bf07 {
    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;
}

.card-soft-bf07: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) {
    .card-soft-bf07 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .card-soft-bf07 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .carousel-dynamic-335b {
        padding: 30px 15px;
    }
    
    .carousel-dynamic-335b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .disabled-action-161d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .main-e728 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .notification_black_74e9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notification_black_74e9 .grid-up-f169 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .simple-b9c7 {
        font-size: 1.3rem;
    }
    
    .steel_4350 {
        font-size: 0.7rem;
    }
    
    .info-d859 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-d859 .breadcrumb_bbdf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .component-b194 {
        display: none;
    }
    
    .gradient-8df8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard_c7f2 {
        padding: 20px 10px;
    }
    
    .tabs-middle-1040 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_pressed_3a8b,
    .rough-3121 {
        padding: 15px;
    }
    
    .backdrop-f82b {
        flex-direction: column;
        gap: 5px;
    }
    
    .caption-middle-b9b2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .progress-in-7197 {
        padding: 30px 10px;
    }
    
    .summary-black-b69c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop-large-525c {
        padding: 20px 15px;
    }
    
    .accent_west_b3e8 {
        font-size: 2rem;
    }
    
    .backdrop-large-525c h3 {
        font-size: 1.1rem;
    }
    
    .backdrop-large-525c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hovered-6f66 {
        padding: 20px 10px;
    }
    
    .light-9baf h2 {
        font-size: 1.3rem;
    }
    
    .fixed-7862 {
        font-size: 0.9rem;
    }
    
    .liquid_1a90 h3 {
        font-size: 1.1rem;
    }
    
    .liquid_1a90 p {
        font-size: 0.9rem;
    }
    
    .pattern_2532 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dropdown_5089 {
        grid-template-columns: 1fr;
    }
    
    .image_2dd3 {
        font-size: 0.85rem;
    }
    
    .selected-6884 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-south-0f44 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav-south-0f44 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sort_copper_ef1b {
        padding: 30px 10px;
    }
    
    .row_6a43 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_full_6dfa {
        padding: 15px;
    }
    
    .widget-complex-8f6d {
        font-size: 0.9rem;
    }
    
    .old-3654 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .old-3654 .surface_iron_70b4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .black_4f96 {
        padding: 30px 10px;
    }
    
    .black_4f96 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper-063b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-steel-40f6 {
        padding: 15px 10px;
    }
    
    .tertiary-steel-40f6 h4 {
        font-size: 0.85rem;
    }
    
    .tertiary-steel-40f6 p {
        font-size: 0.75rem;
    }
    
    .paragraph_blue_0510 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .card_orange_240b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .texture-red-29ad {
        padding: 20px 10px;
    }
    
    .message-47d4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shade_b4b7,
    .tag_e34f,
    .iron_3348 {
        width: 100%;
    }
    
    .shade_b4b7 h3 {
        font-size: 1.1rem;
    }
    
    .shade_b4b7 p {
        font-size: 0.8rem;
    }
    
    .progress-iron-fde2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .box_bronze_48ed {
        padding: 30px 15px;
    }
    
    .box_bronze_48ed h2 {
        font-size: 1.3rem;
    }
    
    .box_bronze_48ed p {
        font-size: 0.85rem;
    }
    
    .box-2f35 {
        flex-direction: column;
        gap: 10px;
    }
    
    .box-2f35 .breadcrumb_bbdf {
        width: 100%;
    }
    
    .dark-ae40 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tall-6bec {
        padding: 30px 10px;
    }
    
    .tall-6bec h3 {
        font-size: 1.2rem;
    }
    
    .cool-00ac {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-3736 {
        padding: 15px 10px;
    }
    
    .paragraph-3736 h4 {
        font-size: 0.85rem;
    }
    
    .paragraph-3736 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thumbnail-dc71 {
        padding: 30px 15px;
    }
    
    .box-small-c508 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gradient_7926 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .badge_c4e2 h4 {
        font-size: 0.9rem;
    }
    
    .badge_c4e2 a {
        font-size: 0.8rem;
    }
    
    .background-upper-2858 {
        font-size: 0.8rem;
    }
    
    .stale-2280 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module-d5b3 {
        padding: 8px 10px;
    }
    
    .modal-5193 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight_fae6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-5193 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight_fae6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1127 */
.phantom-card-s4 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
