/* Inner Page Styles */

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

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

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

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

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

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

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

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

.module-c3cd .backdrop_orange_4ce0:hover::before {
    left: 100%;
}

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

.frame-full-f701 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.hero-1d33 {
    color: var(--casino-gold-light);
}

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

.hero-1d33 a:hover {
    color: var(--casino-gold-light);
}

.hero-1d33.fn-active-8a6c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow_c2a7 .picture_mini_0a87:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.red-39cd {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.widget-prev-8047 {
    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);
}

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

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

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

.widget-prev-8047 .picture_mini_0a87 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.widget-prev-8047 .picture_mini_0a87:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lite-be18 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lite-be18 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lite-be18 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .module-c3cd {
        justify-content: center;
    }
    
    .blue_d1c6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .first_716a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border_static_71d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden-e874 {
        padding: var(--md-spacing-md);
    }
    
    .orange_4dcb {
        padding: var(--md-spacing-md) 0;
    }
    
    .up_0bc9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget-prev-8047 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tiny-277e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hidden-e874 {
        padding: var(--md-spacing-sm);
    }
    
    .backdrop_541b {
        padding: var(--md-spacing-md);
    }
    
    .up_0bc9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.backdrop_541b,
.up_0bc9,
.widget-prev-8047 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fresh_c94f {
    font-size: 1.5rem;
}

.dropdown-301b strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.chip-7582 {
    padding: 30px 0;
}

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

.motion-2b33 {
    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;
}

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

.motion-2b33 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.motion-2b33 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.solid-d5aa strong {
    color: #00ff88;
}

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

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

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

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

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

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

.down-03bd {
    text-align: center;
    margin-bottom: 30px;
}

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

.summary_b3c2.dropdown-3267 .bronze_2406 {
    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); }
}

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

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

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

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

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

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

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

.large_6330 {
    font-size: 1.2rem;
}

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

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

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

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

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

.pagination_a027.overlay_3c18::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pagination_a027.heading-ebf7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pagination_a027.frame_7b02::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pagination_a027.narrow_e58f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.down_91e3 {
    font-size: 1.2rem;
}

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

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

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

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

.slider-d144.outline-6b4f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider-d144.fn-active-8a6c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.link-670f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.form-wide-6c62 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.notice-right-1df4 {
    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;
}

.notice-right-1df4:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.notice-right-1df4.west_9b26 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.primary_c2a7 { border-top: 3px solid #00ccff; }
.small-cccd { border-top: 3px solid #00ff88; }
.element_ccc6 { border-top: 3px solid #d4af37; }
.thumbnail-stale-eb06 { border-top: 3px solid #ff6b6b; }
.content_955a { border-top: 3px solid #8b5cf6; }

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

.action-4416 {
    overflow-x: auto;
}

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

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

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

.list_lite_f051 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

.aside-wood-68e1 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.section-pro-9531 {
    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;
}

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

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

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

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

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

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

.gradient_ab4c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left_1bec {
    font-size: 1.5rem;
}

.column-up-a6a8 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.stone-e2e7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tag_ce4b .carousel_red_3c7f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.icon-clean-23e4 {
    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;
}

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

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

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

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

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

.tooltip-pink-3434 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header_yellow_6ab6 a {
    color: #ff6b6b;
}

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

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

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

.box-middle-b0ab {
    text-align: center;
}

.box-middle-b0ab .module-c7bb {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.box-middle-b0ab .button_156e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.dark-06f6 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .yellow-ad9e {
        flex-direction: column;
    }
    .panel-146c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.sort_70ff .tiny_c9fb {
    color: #666;
    margin: 0 8px;
}

.sort_70ff .progress-gold-20c4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.outer-3bd2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.in_8470 {
    font-size: 2rem;
}

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

.brown_dba7 strong {
    color: #d4af37;
}

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

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

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

.info-tiny-472a h3,
.pressed-f124 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.current-41b6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bottom_9162 strong {
    color: #00ff88;
}

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

.notification-12a3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.bottom-74ad summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.right-cda4 strong {
    color: #d4af37;
}

.slider-tiny-90d7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-f727 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;
}

.fluid-f727 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.stone-bfdb strong {
    color: #d4af37;
}

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

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

.gallery_9b55 strong {
    color: #00ff88;
}

.gallery_9b55 span {
    color: #d4af37;
}

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

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

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

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

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

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

.wide-814c {
    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;
}

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

.paragraph-lower-7e9c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.table-lite-09a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.liquid-57a3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.liquid-57a3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.banner-in-6cc3 {
    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;
}

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

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

.carousel-12f7 strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-55be {
    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;
}

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

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

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

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

.clean-50d4 {
    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;
}

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .grid_70b8 {
        padding: 30px 15px;
    }
    
    .grid_70b8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .basic-5595 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pink_5d06 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .popup_up_b569 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .popup_up_b569 .feature-center-c0cf {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .form_b5ce {
        font-size: 1.3rem;
    }
    
    .primary-9768 {
        font-size: 0.7rem;
    }
    
    .aside-f9b9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside-f9b9 .picture_mini_0a87 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .cold_a693 {
        display: none;
    }
    
    .header-36c1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tiny-a9fb {
        padding: 20px 10px;
    }
    
    .hover_3d39 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-dirty-6a88,
    .backdrop-98c8 {
        padding: 15px;
    }
    
    .table-lite-09a3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .accent_7981 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .soft_e0b0 {
        padding: 30px 10px;
    }
    
    .alert-new-49f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section-wood-4251 {
        padding: 20px 15px;
    }
    
    .advanced-2fe3 {
        font-size: 2rem;
    }
    
    .section-wood-4251 h3 {
        font-size: 1.1rem;
    }
    
    .section-wood-4251 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .logo-2814 {
        padding: 20px 10px;
    }
    
    .container_in_53dc h2 {
        font-size: 1.3rem;
    }
    
    .disabled-clean-fc86 {
        font-size: 0.9rem;
    }
    
    .tooltip_f041 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_f041 p {
        font-size: 0.9rem;
    }
    
    .fluid-f727 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification_liquid_4ac1 {
        grid-template-columns: 1fr;
    }
    
    .stone-bfdb {
        font-size: 0.85rem;
    }
    
    .block-up-8f7d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim-6912 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dim-6912 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .icon_a568 {
        padding: 30px 10px;
    }
    
    .summary_3274 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-11de {
        padding: 15px 10px;
    }
    
    .nav-11de h4 {
        font-size: 0.9rem;
    }
    
    .nav-11de p {
        font-size: 0.75rem;
        display: none;
    }
    
    .inner_7b76 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .summary_3274 {
        grid-template-columns: 1fr;
    }
    
    .nav-11de p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .link_1202 {
        padding: 30px 10px;
    }
    
    .dark-7a43 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small-92d3 {
        padding: 15px;
    }
    
    .header-f52b {
        font-size: 0.9rem;
    }
    
    .active_complex_477d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_complex_477d .button-7275 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .summary_23ba {
        padding: 30px 10px;
    }
    
    .summary_23ba h2 {
        font-size: 1.2rem;
    }
    
    .message-9087 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_b7f8 {
        padding: 15px 10px;
    }
    
    .filter_b7f8 h4 {
        font-size: 0.85rem;
    }
    
    .filter_b7f8 p {
        font-size: 0.75rem;
    }
    
    .form-slow-f8f0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .card-c46c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .red_8b26 {
        padding: 20px 10px;
    }
    
    .narrow-b9a9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .progress-affa,
    .card_fast_0735,
    .header_yellow_6ab6 {
        width: 100%;
    }
    
    .progress-affa h3 {
        font-size: 1.1rem;
    }
    
    .progress-affa p {
        font-size: 0.8rem;
    }
    
    .status_cd06 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .over_a340 {
        padding: 30px 15px;
    }
    
    .over_a340 h2 {
        font-size: 1.3rem;
    }
    
    .over_a340 p {
        font-size: 0.85rem;
    }
    
    .prev_0a41 {
        flex-direction: column;
        gap: 10px;
    }
    
    .prev_0a41 .picture_mini_0a87 {
        width: 100%;
    }
    
    .nav_8bb5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .component-paper-a4ad {
        padding: 30px 15px;
    }
    
    .photo-fixed-cb33 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focus-ed7f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .container_8c6a h4 {
        font-size: 0.9rem;
    }
    
    .container_8c6a a {
        font-size: 0.8rem;
    }
    
    .active_6ac8 {
        font-size: 0.8rem;
    }
    
    .out-b840 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .rough-c2ba {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .video_full_b815 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a1f8 */
.shadow-element-f9 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
