/* Inner Page Styles */

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

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

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

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

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

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

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

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

.aside_dirty_27ac .in_15ab:hover::before {
    left: 100%;
}

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

.thick-50c1 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-bfa7.fn-active-6a8c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.icon-copper-4c38 {
    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);
}

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

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

.icon-copper-4c38 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

.shadow-thick-f831 {
    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%;
}

.shadow-thick-f831 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 */
.hard_7ba5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.gallery_04d7 .photo_90a4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.panel-stone-dd01 {
    margin-top: var(--md-spacing-sm);
}

.tabs-1f66 {
    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);
}

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

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

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

.component-outer-1f20 {
    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);
}

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

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

.component-outer-1f20 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.component-outer-1f20 .photo_90a4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.component-outer-1f20 .photo_90a4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .module_593e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .module_593e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .module_593e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .aside_dirty_27ac {
        justify-content: center;
    }
    
    .light_fb21 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .center_3fa8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mask-2537 {
        padding: var(--md-spacing-md) 0;
    }
    
    .slow_421d {
        padding: var(--md-spacing-md);
    }
    
    .video-9d02 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-thick-f831 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .component-outer-1f20 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shadow-simple-5882 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .slow_421d {
        padding: var(--md-spacing-sm);
    }
    
    .icon-copper-4c38 {
        padding: var(--md-spacing-md);
    }
    
    .shadow-thick-f831 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.icon-copper-4c38,
.shadow-thick-f831,
.component-outer-1f20 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shade-735e::-webkit-scrollbar {
    width: 8px;
}

.shade-735e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.panel_6c60 {
    font-size: 1.5rem;
}

.caption-prev-e7bd strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .text-red-ccba {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-f8a8 {
        margin-left: 0;
    }
}

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

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

.message-small-69c8 {
    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;
}

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

.message-small-69c8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.message-small-69c8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.container-selected-1a90 {
    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;
}

.container-selected-1a90 strong {
    color: #00ff88;
}

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

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

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

.search-selected-173e {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.dynamic_9c6a.element_fcaa .pagination-12af {
    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); }
}

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

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

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

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

.background-a925 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;
}

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

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

.prev_3306 {
    font-size: 1.2rem;
}

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

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

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

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

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

.layout_59a3.wrapper_c464::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout_59a3.info_7ef4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout_59a3.alert_92ce::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout_59a3.dirty_3425::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.over_43e4 {
    font-size: 1.2rem;
}

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

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

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

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

.fluid_f9e2.banner_9fc4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid_f9e2.fn-active-6a8c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_cold_2ac8 { border-top: 3px solid #00ccff; }
.fresh_ba82 { border-top: 3px solid #00ff88; }
.caption-dynamic-f59e { border-top: 3px solid #d4af37; }
.block-9dd2 { border-top: 3px solid #ff6b6b; }
.avatar-south-fc64 { border-top: 3px solid #8b5cf6; }

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

.main_90c5 {
    overflow-x: auto;
}

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

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

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

.white-1912 td {
    color: #ccc;
}

.white-1912 .left-f92b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

@media (max-width: 576px) {
    .hidden-fast-021f {
        grid-template-columns: 1fr;
    }
}

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

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

.footer-lite-7b69 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.description_light_99f2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action_3618 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.inner-3b70 strong {
    color: #fff;
    display: block;
}

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

.title-basic-fff3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pro-4824 .detail_cold_72f2 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.media-west-7fa1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.photo-hard-3b91 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.photo-hard-3b91 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.slider-c541 a {
    color: #ff6b6b;
}

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

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

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

.header_17ed {
    text-align: center;
}

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

.header_17ed .steel-6d8a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.info-white-e449 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.grid-9b1f {
    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;
}

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

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

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

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

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

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

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

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

.hidden-prev-3341 {
    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;
}

.hidden-prev-3341.pressed-b964 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.middle-bfd8 .white-858c {
    color: #666;
    margin: 0 8px;
}

.middle-bfd8 .description_hard_b93a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.alert-pro-b5ef strong {
    color: #d4af37;
    margin-right: 8px;
}

.photo-fresh-3860 {
    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;
}

.iron_df01 {
    font-size: 2rem;
}

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

.notice-7398 strong {
    color: #d4af37;
}

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

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

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

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

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

.summary-under-253d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.image-static-a956 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.dynamic_e92b strong {
    color: #00ff88;
}

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

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

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

.clean-68ab h3,
.column_7d7f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.input-north-4728 summary::-webkit-details-marker {
    display: none;
}

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

.layout-lower-266d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.picture_south_c9c6 strong {
    color: #d4af37;
}

.brown-9dd7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.focus-out-cb79:last-child {
    border-bottom: none;
}

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

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

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

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

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

.under_ece5 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

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

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

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

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

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

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

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

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

.current_eec6 strong {
    color: #d4af37;
}

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

.shadow-5c2c {
    color: #888;
    font-size: 0.9rem;
}

.shadow-5c2c strong {
    color: #00ff88;
}

.shadow-5c2c span {
    color: #d4af37;
}

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

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

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

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

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

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

.message-warm-b2e4 {
    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;
}

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

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

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

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

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

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

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

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

.menu-short-99ee {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.menu-short-99ee li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_4a9d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-small-9ebc {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .backdrop_f9df {
        padding: 30px 15px;
    }
    
    .backdrop_f9df h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .heading_1b13 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame_orange_61d4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-8dbe {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-8dbe .down_bb97 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .plasma-4ea3 {
        font-size: 1.3rem;
    }
    
    .hover_up_6ecb {
        font-size: 0.7rem;
    }
    
    .tiny-c116 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tiny-c116 .photo_90a4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .grid-887c {
        display: none;
    }
    
    .nav-ce99 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notification_thick_8bc0 {
        padding: 20px 10px;
    }
    
    .easy_c4a0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-new-8d9f,
    .wood_92c0 {
        padding: 15px;
    }
    
    .narrow_228b {
        flex-direction: column;
        gap: 5px;
    }
    
    .highlight_8cb7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accent_6f7a {
        padding: 30px 10px;
    }
    
    .box_5bf3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort_1401 {
        padding: 20px 15px;
    }
    
    .main_fixed_0e01 {
        font-size: 2rem;
    }
    
    .sort_1401 h3 {
        font-size: 1.1rem;
    }
    
    .sort_1401 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .up-4b5c {
        padding: 20px 10px;
    }
    
    .icon-tall-fc62 h2 {
        font-size: 1.3rem;
    }
    
    .iron-c15b {
        font-size: 0.9rem;
    }
    
    .focus-out-cb79 h3 {
        font-size: 1.1rem;
    }
    
    .focus-out-cb79 p {
        font-size: 0.9rem;
    }
    
    .under_ece5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .upper-63d9 {
        grid-template-columns: 1fr;
    }
    
    .current_eec6 {
        font-size: 0.85rem;
    }
    
    .focus-out-ccda {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .last_44f2 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .last_44f2 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .next-8b00 {
        padding: 30px 10px;
    }
    
    .detail_focused_4fe0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-f79d {
        padding: 15px 10px;
    }
    
    .table-f79d h4 {
        font-size: 0.9rem;
    }
    
    .table-f79d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .container_copper_f82c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .active_over_99fb {
        padding: 30px 10px;
    }
    
    .sidebar-red-dfaf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_14ea {
        padding: 15px;
    }
    
    .dynamic-0bd6 {
        font-size: 0.9rem;
    }
    
    .outer-ea22 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outer-ea22 .next-894e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .gradient_white_ea73 {
        padding: 30px 10px;
    }
    
    .gradient_white_ea73 h2 {
        font-size: 1.2rem;
    }
    
    .mask_steel_48f5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-dirty-ad10 {
        padding: 15px 10px;
    }
    
    .search-dirty-ad10 h4 {
        font-size: 0.85rem;
    }
    
    .search-dirty-ad10 p {
        font-size: 0.75rem;
    }
    
    .bottom-ffcb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mini_1c4a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar_c979 {
        padding: 20px 10px;
    }
    
    .shadow_simple_0bf8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice_c1e1,
    .photo-hard-3b91,
    .slider-c541 {
        width: 100%;
    }
    
    .notice_c1e1 h3 {
        font-size: 1.1rem;
    }
    
    .notice_c1e1 p {
        font-size: 0.8rem;
    }
    
    .info_yellow_37b5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .border-blue-f9c8 {
        padding: 30px 15px;
    }
    
    .warm-c635 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .clean-ec2f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .texture-iron-c775 h4 {
        font-size: 0.9rem;
    }
    
    .texture-iron-c775 a {
        font-size: 0.8rem;
    }
    
    .pro-1831 {
        font-size: 0.8rem;
    }
    
    .frame_2d1a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .slider_down_ff06 {
        padding: 8px 10px;
    }
    
    .avatar-gas-6483 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .element_out_41ee {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .avatar-gas-6483 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .element_out_41ee {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2518 */
.widget-item-d8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
