/* Inner Page Styles */

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

.liquid-24ec 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);
}

.liquid-24ec 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);
}

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

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

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

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

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

.next_3c5c .sidebar_west_aa9f:hover::before {
    left: 100%;
}

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

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

.hover-75d8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_iron_ebea.fn-active-5896 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dynamic_2939 {
    padding: var(--md-spacing-md) 0;
}

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

.right-ce5a 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 */
.widget-dd00 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.solid_c03b .popup_yellow_ac60:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.detail-fast-d1f8 {
    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);
}

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

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

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

.detail-fast-d1f8 .popup_yellow_ac60 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.detail-fast-d1f8 .popup_yellow_ac60:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .liquid-24ec {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .liquid-24ec h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .liquid-24ec h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .next_3c5c {
        justify-content: center;
    }
    
    .hover-75d8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_solid_5c01 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .modal_dirty_5070 {
        padding: var(--md-spacing-md) 0;
    }
    
    .upper_1027 {
        padding: var(--md-spacing-md);
    }
    
    .text-9044 {
        padding: var(--md-spacing-md) 0;
    }
    
    .right-ce5a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .detail-fast-d1f8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input_fresh_44fb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .upper_1027 {
        padding: var(--md-spacing-sm);
    }
    
    .thumbnail-stale-ca6a {
        padding: var(--md-spacing-md);
    }
    
    .right-ce5a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thumbnail-stale-ca6a,
.right-ce5a,
.detail-fast-d1f8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.pink_35ae {
    font-size: 1.5rem;
}

.secondary-fast-dbf8 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .title-stone-ebc2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .icon-7024 {
        margin-left: 0;
    }
}

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

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

.accent-active-3670 {
    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;
}

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

.accent-active-3670 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.accent-active-3670 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.frame_south_d94d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.out_1370.shade-3806 .table_9f04 {
    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); }
}

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

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

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

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

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

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

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

.last_4d82 {
    font-size: 1.2rem;
}

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

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

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

.wrapper-narrow-38cb {
    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;
}

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

.wrapper-narrow-38cb.slider-right-7d1c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper-narrow-38cb.active-e4f2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper-narrow-38cb.hidden_a9b4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper-narrow-38cb.paragraph_lite_8a59::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accent_motion_248c {
    font-size: 1.2rem;
}

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

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

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

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

.short_a4be.silver_be0b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_a4be.fn-active-5896 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.message-narrow-91a5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.module-focused-c147.video_wood_7baf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.summary-west-0f31 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.column-155d { border-top: 3px solid #00ccff; }
.header_a805 { border-top: 3px solid #00ff88; }
.hard-7b45 { border-top: 3px solid #d4af37; }
.first_318c { border-top: 3px solid #ff6b6b; }
.warm-fbe3 { border-top: 3px solid #8b5cf6; }

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

.widget-d5af {
    overflow-x: auto;
}

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

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

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

.heading_ad86 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-a5f3 {
    font-size: 2rem;
}

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

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

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

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

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

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

.frame-motion-f477 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.carousel-pink-7989 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.right_9e82 {
    font-size: 1.5rem;
}

.notification-narrow-5301 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.last-8003 strong {
    color: #fff;
    display: block;
}

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

.avatar-static-e391 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.avatar-static-e391 .input_fc1e {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.orange-9273 .grid-f008 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.panel-orange-660a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.frame-top-5488 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-last-a2e7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-over-c49e {
    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;
}

.preview-last-a2e7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.active-c0db a {
    color: #ff6b6b;
}

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

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

.overlay-new-7f19 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.shade-fb39 {
    text-align: center;
}

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

.shade-fb39 .backdrop-steel-de40 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.primary-old-ec68 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .right-02d7 {
        flex-direction: column;
    }
    .banner-iron-aa30 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.picture-old-832a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.menu-under-5b20 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

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

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

.tertiary-light-591d .next-6916 {
    color: #666;
    margin: 0 8px;
}

.tertiary-light-591d .west-8004 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.tiny_ebdd {
    font-size: 2rem;
}

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

.carousel_blue_e11a strong {
    color: #d4af37;
}

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

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

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

.component-inner-ef41 h3,
.border-south-64b2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.wrapper-723c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.last_c152 strong {
    color: #00ff88;
}

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

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

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

.paragraph-purple-006f h3,
.progress_c922 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.tooltip-f11d strong {
    color: #d4af37;
}

.menu_f385 {
    color: #aaa;
}

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

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

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

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

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

.gradient-85e9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.slider-rough-b09c:last-child {
    border-bottom: none;
}

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

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

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

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

.picture-85ed {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.picture-85ed 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;
}

.picture-85ed li strong {
    color: #00ff88;
}

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

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

.hot-11fe {
    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;
}

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

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

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

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

.element_gas_7604 strong {
    color: #d4af37;
}

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

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

.media-debe strong {
    color: #00ff88;
}

.media-debe span {
    color: #d4af37;
}

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

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

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

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

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

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

.info-selected-9725 {
    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;
}

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

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

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

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

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

.border-complex-1d4d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-d41b li {
    margin-bottom: 5px;
}

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

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

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

.label-3a6f {
    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;
}

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

.nav_1c52 strong {
    color: #00ff88;
}

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

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

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

.input-02e8 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .input-02e8 {
        flex-direction: column;
    }
    
    .fresh_2c4a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.prev-5ad6 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .link-99aa {
        padding: 30px 15px;
    }
    
    .link-99aa h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gallery_e4de {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .left-a40d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav_6ae3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav_6ae3 .widget-green-41ce {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .slow-6f76 {
        font-size: 1.3rem;
    }
    
    .down-91e6 {
        font-size: 0.7rem;
    }
    
    .video_27ac {
        flex-direction: column;
        gap: 10px;
    }
    
    .video_27ac .popup_yellow_ac60 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content-5b97 {
        display: none;
    }
    
    .picture-26bb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .title-purple-5bc1 {
        padding: 20px 10px;
    }
    
    .wrapper_2eac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-367f,
    .tertiary_north_266d {
        padding: 15px;
    }
    
    .in_153e {
        flex-direction: column;
        gap: 5px;
    }
    
    .down_9754 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sort_ca31 {
        padding: 30px 10px;
    }
    
    .large-e022 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-6eaf {
        padding: 20px 15px;
    }
    
    .button_small_067c {
        font-size: 2rem;
    }
    
    .lite-6eaf h3 {
        font-size: 1.1rem;
    }
    
    .lite-6eaf p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .background_rough_c0a7 {
        padding: 20px 10px;
    }
    
    .action-3bac h2 {
        font-size: 1.3rem;
    }
    
    .highlight_d58f {
        font-size: 0.9rem;
    }
    
    .slider-rough-b09c h3 {
        font-size: 1.1rem;
    }
    
    .slider-rough-b09c p {
        font-size: 0.9rem;
    }
    
    .picture-85ed li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .modal-top-e79a {
        grid-template-columns: 1fr;
    }
    
    .element_gas_7604 {
        font-size: 0.85rem;
    }
    
    .complex-83c4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hot-11fe {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hot-11fe strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .mask_1ee5 {
        padding: 30px 10px;
    }
    
    .tabs-3b7c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-7221 {
        padding: 15px 10px;
    }
    
    .carousel-7221 h4 {
        font-size: 0.9rem;
    }
    
    .carousel-7221 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article-9d4b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tabs-3b7c {
        grid-template-columns: 1fr;
    }
    
    .carousel-7221 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .menu_b6fe {
        padding: 30px 10px;
    }
    
    .shadow-plasma-2e0d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification-2fe7 {
        padding: 15px;
    }
    
    .nav_e661 {
        font-size: 0.9rem;
    }
    
    .sidebar-gas-dc12 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar-gas-dc12 .outline-green-e2eb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .primary-6bec {
        padding: 30px 10px;
    }
    
    .primary-6bec h2 {
        font-size: 1.2rem;
    }
    
    .layout-90f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption_7739 {
        padding: 15px 10px;
    }
    
    .caption_7739 h4 {
        font-size: 0.85rem;
    }
    
    .caption_7739 p {
        font-size: 0.75rem;
    }
    
    .thumbnail-bottom-7203 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .accent-gas-13ff {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .middle-6e58 {
        padding: 20px 10px;
    }
    
    .left_fbe2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .thumbnail-lite-d26b,
    .preview-last-a2e7,
    .active-c0db {
        width: 100%;
    }
    
    .thumbnail-lite-d26b h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-lite-d26b p {
        font-size: 0.8rem;
    }
    
    .menu-over-c49e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gas_1d82 {
        padding: 30px 15px;
    }
    
    .gas_1d82 h2 {
        font-size: 1.3rem;
    }
    
    .gas_1d82 p {
        font-size: 0.85rem;
    }
    
    .hero-6d55 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-6d55 .popup_yellow_ac60 {
        width: 100%;
    }
    
    .row_center_0fa1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .summary_fe90 {
        padding: 30px 15px;
    }
    
    .glass-10ac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dark-277a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .disabled_31e0 h4 {
        font-size: 0.9rem;
    }
    
    .disabled_31e0 a {
        font-size: 0.8rem;
    }
    
    .south-b8df {
        font-size: 0.8rem;
    }
    
    .text_5a96 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .progress_0a69 {
        padding: 8px 10px;
    }
    
    .tag-lite-f6ae {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accent_green_11de {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-lite-f6ae {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent_green_11de {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 398e */
.promo-block-b4 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
