/* Inner Page Styles */

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

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

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

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

.west-90bc {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.west-90bc .wrapper-3279 {
    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;
}

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

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

.west-90bc .wrapper-3279:hover::before {
    left: 100%;
}

.west-90bc .wrapper-3279:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_34c9.fn-active-2d50 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-fresh-c28d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.heading_e87b .left_8b1e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail_out_0149 .left_8b1e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo_black_b192 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .logo_black_b192 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .logo_black_b192 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .west-90bc {
        justify-content: center;
    }
    
    .grid_910f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .north-f056 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .breadcrumb-red-cbc3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary_858c {
        padding: var(--md-spacing-md);
    }
    
    .row_a6d6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .container_99ff {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thumbnail_out_0149 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .chip-bright-47c8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .summary_858c {
        padding: var(--md-spacing-sm);
    }
    
    .under_2cad {
        padding: var(--md-spacing-md);
    }
    
    .container_99ff {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.under_2cad,
.container_99ff,
.thumbnail_out_0149 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.mask-3a22::-webkit-scrollbar {
    width: 8px;
}

.mask-3a22::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.light-bf2a {
    font-size: 1.5rem;
}

.stone_e62b strong {
    color: #00ff88;
}

.hover-bright-81c5 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .highlight_d54f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hover-bright-81c5 {
        margin-left: 0;
    }
}

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

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

.hover-1f30 {
    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;
}

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

.hover-1f30 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hover-1f30 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.list-next-6a62 {
    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;
}

.list-next-6a62 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.small-5d6f {
    text-align: center;
    margin-bottom: 30px;
}

.list-liquid-ed23 {
    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;
}

.list-liquid-ed23.black_78c6 .primary_short_cd9f {
    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); }
}

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

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

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

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

.feature-b45b 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;
}

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

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

.button_copper_e37e {
    font-size: 1.2rem;
}

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

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

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

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

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

.popup_medium_06e1.input-inner-01a8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup_medium_06e1.tall-ef8c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_medium_06e1.list_simple_d726::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup_medium_06e1.tall-531f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.element-923f {
    font-size: 1.2rem;
}

.footer-out-35b8 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.table-outer-7179.tiny_955e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-outer-7179.fn-active-2d50 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.primary-1f81 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.prev_6b0d { border-top: 3px solid #00ccff; }
.detail_c033 { border-top: 3px solid #00ff88; }
.under-89d7 { border-top: 3px solid #d4af37; }
.action_a0f2 { border-top: 3px solid #ff6b6b; }
.table_b115 { border-top: 3px solid #8b5cf6; }

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

.notification_hard_be6a {
    overflow-x: auto;
}

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

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

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

.accordion-ea70 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-over-64ab {
    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;
}

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

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

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

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

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

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

.picture_current_1b9f {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.table-copper-d470 {
    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;
}

.table-copper-d470::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);
}

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

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

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

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

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

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

.list-basic-4f6e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.description-2016 .slow_4c1d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.fluid-4d0b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop-pressed-bbc8 {
    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;
}

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

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

.out-59a0 span {
    color: #666;
    font-size: 0.8rem;
}

.out-59a0 a {
    color: #ff6b6b;
}

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

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

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

.nav_065d {
    text-align: center;
}

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

.nav_065d .row-e95a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.tooltip-west-3ca1 {
    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;
}

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

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

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

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

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

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

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

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

.alert-white-758a {
    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;
}

.alert-white-758a.dropdown_iron_b673 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.shadow_prev_6a5b .prev-a350 {
    color: #666;
    margin: 0 8px;
}

.shadow_prev_6a5b .filter_5d32 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.element-7998 {
    font-size: 2rem;
}

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

.cold_219d strong {
    color: #d4af37;
}

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

.component-8f18 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.active-28a5 h3,
.element-7211 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.accent-84f2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.tag-a458 strong {
    color: #00ff88;
}

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

.surface-bottom-2965 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.icon-black-12f8 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.icon-black-12f8 summary::-webkit-details-marker {
    display: none;
}

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

.menu-under-43a3 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.menu_purple_3367 strong {
    color: #d4af37;
}

.content-advanced-739b {
    color: #aaa;
}

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

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

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

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

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

.wide-864b {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-6c2f strong {
    color: #d4af37;
}

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

.border-959f {
    color: #888;
    font-size: 0.9rem;
}

.border-959f strong {
    color: #00ff88;
}

.border-959f span {
    color: #d4af37;
}

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

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

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

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

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

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

.image-basic-4ecd {
    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;
}

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

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

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

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

.prev-34bc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-e509 li {
    margin-bottom: 5px;
}

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

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

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

.dynamic-88d5 {
    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;
}

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

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

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

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

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

.hot-7ea7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.frame_silver_3bde {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

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

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

@media (max-width: 768px) {
    .hot-7ea7 {
        flex-direction: column;
    }
    
    .frame_silver_3bde {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article_e52c {
        padding: 30px 15px;
    }
    
    .article_e52c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .huge-f19a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .selected_0b9b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gas_d74e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas_d74e .image_2a4d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hero_e00b {
        font-size: 1.3rem;
    }
    
    .aside-8429 {
        font-size: 0.7rem;
    }
    
    .motion-920d {
        flex-direction: column;
        gap: 10px;
    }
    
    .motion-920d .left_8b1e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .media_glass_1875 {
        display: none;
    }
    
    .east_3095 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .photo-00b4 {
        padding: 20px 10px;
    }
    
    .inner-e236 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_bright_4489,
    .center_ba1c {
        padding: 15px;
    }
    
    .sidebar_e70e {
        flex-direction: column;
        gap: 5px;
    }
    
    .prev-34bc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .photo_slow_d7bc {
        padding: 30px 10px;
    }
    
    .static-3efd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient-selected-c413 {
        padding: 20px 15px;
    }
    
    .popup-steel-7742 {
        font-size: 2rem;
    }
    
    .gradient-selected-c413 h3 {
        font-size: 1.1rem;
    }
    
    .gradient-selected-c413 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .main-complex-1c60 {
        padding: 20px 5px;
    }
    
    .main-complex-1c60 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .border_8121 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .accordion-ea70 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .accordion-ea70 th,
    .accordion-ea70 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .clean_1128 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .container_e2a0 {
        padding: 20px 10px;
    }
    
    .gallery_3966 h2 {
        font-size: 1.3rem;
    }
    
    .link_3c59 {
        font-size: 0.9rem;
    }
    
    .tooltip_tiny_2f0d h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_tiny_2f0d p {
        font-size: 0.9rem;
    }
    
    .under_67b0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .carousel-25c0 {
        grid-template-columns: 1fr;
    }
    
    .tabs-6c2f {
        font-size: 0.85rem;
    }
    
    .hero-8627 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_8a02 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .border_8a02 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .orange_4aa8 {
        padding: 30px 10px;
    }
    
    .menu-1b58 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_tall_a2b6 {
        padding: 15px 10px;
    }
    
    .container_tall_a2b6 h4 {
        font-size: 0.9rem;
    }
    
    .container_tall_a2b6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider_copper_5ae2 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .highlight-orange-abf2 {
        padding: 30px 10px;
    }
    
    .form-1b78 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb-purple-0016 {
        padding: 15px;
    }
    
    .layout-dcc1 {
        font-size: 0.9rem;
    }
    
    .mask-56ce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .mask-56ce .bottom-1177 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .primary_pink_3763 {
        padding: 30px 10px;
    }
    
    .primary_pink_3763 h2 {
        font-size: 1.2rem;
    }
    
    .border-silver-5ef3 {
        gap: 10px;
    }
    
    .dropdown_action_15d5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dropdown_action_15d5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .secondary-copper-3b21 {
        padding: 30px 10px;
    }
    
    .secondary-copper-3b21 h2 {
        font-size: 1.2rem;
    }
    
    .pagination_hovered_9ff6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-tiny-2a42 {
        padding: 15px 10px;
    }
    
    .form-tiny-2a42 h4 {
        font-size: 0.85rem;
    }
    
    .form-tiny-2a42 p {
        font-size: 0.75rem;
    }
    
    .input-north-745b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .article-7223 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .module_smooth_9c9c {
        padding: 20px 10px;
    }
    
    .selected-6f27 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hover_dynamic_a347,
    .last_8bda,
    .out-59a0 {
        width: 100%;
    }
    
    .hover_dynamic_a347 h3 {
        font-size: 1.1rem;
    }
    
    .hover_dynamic_a347 p {
        font-size: 0.8rem;
    }
    
    .backdrop-pressed-bbc8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .medium-62c6 {
        padding: 30px 15px;
    }
    
    .medium-62c6 h2 {
        font-size: 1.3rem;
    }
    
    .medium-62c6 p {
        font-size: 0.85rem;
    }
    
    .orange_9d7d {
        flex-direction: column;
        gap: 10px;
    }
    
    .orange_9d7d .left_8b1e {
        width: 100%;
    }
    
    .shadow-274f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .middle_a293 {
        padding: 30px 15px;
    }
    
    .banner_d7b5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .glass_1588 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .mask_f39a h4 {
        font-size: 0.9rem;
    }
    
    .mask_f39a a {
        font-size: 0.8rem;
    }
    
    .secondary-selected-fed5 {
        font-size: 0.8rem;
    }
    
    .outline-under-dcc2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-8209 {
        padding: 8px 10px;
    }
    
    .fresh_6efb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hover-active-f712 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fresh_6efb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hover-active-f712 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: afcf */
.ghost-box-j5 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
