/* Inner Page Styles */

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

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

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

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

.shadow-pressed-be5b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.shadow-pressed-be5b .focus-light-dcac {
    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;
}

.shadow-pressed-be5b .focus-light-dcac::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.shadow-pressed-be5b .focus-light-dcac:hover::before {
    left: 100%;
}

.shadow-pressed-be5b .focus-light-dcac:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.panel-bright-62bb {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

.accordion-green-444c {
    color: var(--casino-gold-light);
}

.accordion-green-444c a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.accordion-green-444c a:hover {
    color: var(--casino-gold-light);
}

.accordion-green-444c.fn-active-d3ec {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-yellow-cdc1 {
    padding: var(--md-spacing-md) 0;
}

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

.content-ac50 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 */
.shade-light-e296 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shade-light-e296 li {
    margin-bottom: var(--md-spacing-xs);
}

.shade-light-e296 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);
}

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

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

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

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

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

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

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

.badge_up_3cff .hover_dark_8cf8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.carousel_iron_0594 .hover_dark_8cf8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .next_1a68 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .next_1a68 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .next_1a68 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .shadow-pressed-be5b {
        justify-content: center;
    }
    
    .panel-bright-62bb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .avatar_2ff1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter_f436 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gas-7feb {
        padding: var(--md-spacing-md);
    }
    
    .sidebar-orange-f60c {
        padding: var(--md-spacing-md) 0;
    }
    
    .content-ac50 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .carousel_iron_0594 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .brown_146b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gas-7feb {
        padding: var(--md-spacing-sm);
    }
    
    .hero_wide_ad67 {
        padding: var(--md-spacing-md);
    }
    
    .content-ac50 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hero_wide_ad67,
.content-ac50,
.carousel_iron_0594 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.paragraph-tiny-757b::-webkit-scrollbar {
    width: 8px;
}

.paragraph-tiny-757b::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.paragraph-tiny-757b::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.paragraph-tiny-757b::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.preview-wood-9cd3 {
    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);
}

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

.center-edea {
    font-size: 1.5rem;
}

.shadow_8165 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .label-75bb {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .breadcrumb-black-d849 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_b9a5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.nav-selected-8241 {
    text-align: center;
    margin-bottom: 30px;
}

.main-mini-ae75 {
    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;
}

.main-mini-ae75.input_37b8 .dim-58ab {
    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); }
}

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

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

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

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

.next-dbf8 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;
}

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

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

.left-9b60 {
    font-size: 1.2rem;
}

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

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

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

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

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

.rough_1164.hero_small_89b0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.rough_1164.primary_advanced_f3ab::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.rough_1164.alert_bright_6e11::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.rough_1164.feature-steel-55bb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort-motion-2c99 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight_9d5d.banner_6fe0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight_9d5d.fn-active-d3ec { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.dropdown-9ade {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.focus-15ac {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.easy-505a { border-top: 3px solid #00ccff; }
.background_ca49 { border-top: 3px solid #00ff88; }
.chip-a584 { border-top: 3px solid #d4af37; }
.element-pro-4d57 { border-top: 3px solid #ff6b6b; }
.disabled-83e9 { border-top: 3px solid #8b5cf6; }

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

.static_84b1 {
    overflow-x: auto;
}

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

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

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

.sort-d507 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.media-pink-571c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.menu-82fd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.bottom-346f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.hard-5d54 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.carousel_3fd7 {
    font-size: 2rem;
}

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

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

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

.red-88e3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.label-889e {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.old-84dd {
    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;
}

.old-84dd::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);
}

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

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

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

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

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

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

.disabled_8724 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.sidebar_middle_4e44 .large-81c9 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.list-c9fe .background-slow-d418 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex-9b9b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.up-2f26 {
    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;
}

.complex-9b9b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.notice-mini-7221 span {
    color: #666;
    font-size: 0.8rem;
}

.notice-mini-7221 a {
    color: #ff6b6b;
}

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

.iron-05e1 {
    max-width: 800px;
    margin: 0 auto;
}

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

.breadcrumb_selected_78a3 {
    text-align: center;
}

.breadcrumb_selected_78a3 .overlay-gold-34cc {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.iron-05e1 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.element-642d {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.input-motion-e72e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.texture-west-3e3a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.preview-brown-5e1d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.menu-purple-7173 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.smooth_e396 .widget_clean_872d {
    color: #666;
    margin: 0 8px;
}

.smooth_e396 .primary-c8d2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.primary-3c3a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.primary_e164 {
    font-size: 2rem;
}

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

.highlight_3ff3 strong {
    color: #d4af37;
}

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

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

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

.warm_ef04 h3,
.pattern-4e1b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.dynamic-4544 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.texture-lite-c8fc strong {
    color: #d4af37;
}

.grid_steel_9892 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-0b54 {
    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;
}

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

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

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

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

.hero-slow-9f3b strong {
    color: #d4af37;
}

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

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

.gold-2530 strong {
    color: #00ff88;
}

.gold-2530 span {
    color: #d4af37;
}

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

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

.chip-medium-e6b2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.text-233e {
    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;
}

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

.thumbnail-547e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.modal-stale-149c {
    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;
}

.slider-under-ce0d {
    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;
}

.menu-pressed-952c {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.menu-pressed-952c strong {
    color: #00ff88;
}

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

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

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

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

.column-red-0163 {
    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;
}

.input-rough-6cd5 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .disabled_under_6c08 {
        padding: 30px 15px;
    }
    
    .disabled_under_6c08 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .narrow_235d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .new-4a62 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .light-4897 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light-4897 .tabs_7bbe {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .focus-c408 {
        font-size: 1.3rem;
    }
    
    .east-b68e {
        font-size: 0.7rem;
    }
    
    .active_d4e6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .active_d4e6 .hover_dark_8cf8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thumbnail_c0fa {
        display: none;
    }
    
    .white-5fd4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .heading_lower_a893 {
        padding: 20px 10px;
    }
    
    .chip-medium-e6b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column_east_5b58,
    .bottom-f93e {
        padding: 15px;
    }
    
    .purple-4870 {
        flex-direction: column;
        gap: 5px;
    }
    
    .fresh_c699 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert-3495 {
        padding: 30px 10px;
    }
    
    .texture-a8c8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .yellow_cccd {
        padding: 20px 15px;
    }
    
    .list-f4fa {
        font-size: 2rem;
    }
    
    .yellow_cccd h3 {
        font-size: 1.1rem;
    }
    
    .yellow_cccd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_ab05 {
        padding: 20px 10px;
    }
    
    .dynamic_f6d2 h2 {
        font-size: 1.3rem;
    }
    
    .accordion-625b {
        font-size: 0.9rem;
    }
    
    .header_smooth_3ba5 h3 {
        font-size: 1.1rem;
    }
    
    .header_smooth_3ba5 p {
        font-size: 0.9rem;
    }
    
    .chip_26ed li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .first_85e1 {
        grid-template-columns: 1fr;
    }
    
    .hero-slow-9f3b {
        font-size: 0.85rem;
    }
    
    .slider-9f21 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white-0b54 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .white-0b54 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .item-1010 {
        padding: 30px 10px;
    }
    
    .input_508a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-focused-91e4 {
        padding: 15px 10px;
    }
    
    .header-focused-91e4 h4 {
        font-size: 0.9rem;
    }
    
    .header-focused-91e4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .lite-0bca {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input_508a {
        grid-template-columns: 1fr;
    }
    
    .header-focused-91e4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .steel-cb62 {
        padding: 30px 10px;
    }
    
    .dropdown-fd0c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_4f50 {
        padding: 15px;
    }
    
    .info-c3be {
        font-size: 0.9rem;
    }
    
    .notice-silver-e863 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice-silver-e863 .container_pink_0463 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gas-3e34 {
        padding: 30px 10px;
    }
    
    .gas-3e34 h2 {
        font-size: 1.2rem;
    }
    
    .copper_3690 {
        gap: 10px;
    }
    
    .aside-center-077c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .aside-center-077c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .alert_0cae {
        padding: 30px 10px;
    }
    
    .alert_0cae h2 {
        font-size: 1.2rem;
    }
    
    .mini-7a90 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed_0e04 {
        padding: 15px 10px;
    }
    
    .fixed_0e04 h4 {
        font-size: 0.85rem;
    }
    
    .fixed_0e04 p {
        font-size: 0.75rem;
    }
    
    .selected_1941 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .row-silver-0eec {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon_d446 {
        padding: 20px 10px;
    }
    
    .thick-6e4c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .left_ede2,
    .complex-9b9b,
    .notice-mini-7221 {
        width: 100%;
    }
    
    .left_ede2 h3 {
        font-size: 1.1rem;
    }
    
    .left_ede2 p {
        font-size: 0.8rem;
    }
    
    .up-2f26 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .easy-5eae {
        padding: 30px 15px;
    }
    
    .easy-5eae h2 {
        font-size: 1.3rem;
    }
    
    .easy-5eae p {
        font-size: 0.85rem;
    }
    
    .liquid-110c {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid-110c .hover_dark_8cf8 {
        width: 100%;
    }
    
    .list-glass-2f71 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fluid_dfe7 {
        padding: 30px 15px;
    }
    
    .iron_946e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .logo_advanced_3e01 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notice-9f56 h4 {
        font-size: 0.9rem;
    }
    
    .notice-9f56 a {
        font-size: 0.8rem;
    }
    
    .solid_5d12 {
        font-size: 0.8rem;
    }
    
    .card_west_0206 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tertiary-2d37 {
        padding: 8px 10px;
    }
    
    .breadcrumb-3311 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .header_23a3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-3311 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .header_23a3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5f60 */
.ghost-box-i1 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
