/* Inner Page Styles */

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

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

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

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

.menu-center-5190 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.menu-center-5190 .detail-medium-0b6c {
    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;
}

.menu-center-5190 .detail-medium-0b6c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.menu-center-5190 .detail-medium-0b6c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.menu-center-5190 .detail-medium-0b6c:hover::before {
    left: 100%;
}

.menu-center-5190 .detail-medium-0b6c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.hidden-clean-5f7a {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.article-first-2f4d {
    color: var(--casino-gold-light);
}

.article-first-2f4d a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.article-first-2f4d a:hover {
    color: var(--casino-gold-light);
}

.article-first-2f4d.fn-active-e9d2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-copper-c0bf {
    padding: var(--md-spacing-md) 0;
}

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

.fresh_9b46 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 */
.layout-4e5d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout-4e5d li {
    margin-bottom: var(--md-spacing-xs);
}

.layout-4e5d 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);
}

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

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

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

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

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

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

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

.label_red_4aae .narrow_cab9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.accordion-25d7 {
    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);
}

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

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

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

.accordion-25d7 .narrow_cab9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.accordion-25d7 .narrow_cab9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero_yellow_0919 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hero_yellow_0919 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hero_yellow_0919 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .menu-center-5190 {
        justify-content: center;
    }
    
    .cold-abaa {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hard-8dd1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .article_8002 {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid_46f3 {
        padding: var(--md-spacing-md);
    }
    
    .overlay_4939 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fresh_9b46 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accordion-25d7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .motion_e5bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .grid_46f3 {
        padding: var(--md-spacing-sm);
    }
    
    .avatar-d810 {
        padding: var(--md-spacing-md);
    }
    
    .fresh_9b46 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.avatar-d810,
.fresh_9b46,
.accordion-25d7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tooltip-8ab5 {
    font-size: 1.5rem;
}

.background_basic_8729 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .yellow-a97f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hard-9a16 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.info-c443 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-dadc strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.backdrop_easy_c490.alert_21a5 .tall-8dcc {
    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); }
}

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

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

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

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

.static-f080 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;
}

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

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

.mask-fixed-28a1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.row_full_8099.stone-ea2d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row_full_8099.article_north_3a55::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_full_8099.out_7d2c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row_full_8099.text_8d43::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.footer-pressed-e166 {
    font-size: 1.2rem;
}

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

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

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

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

.tooltip-over-a318.feature_bottom_ed31 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tooltip-over-a318.fn-active-e9d2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.module_d170 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

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

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

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

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

.accordion-motion-33bf {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.inner-5967 { border-top: 3px solid #00ccff; }
.lite-6841 { border-top: 3px solid #00ff88; }
.highlight-clean-90a9 { border-top: 3px solid #d4af37; }
.info-wide-2d1a { border-top: 3px solid #ff6b6b; }
.full_ae1f { border-top: 3px solid #8b5cf6; }

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

.grid-next-62e8 {
    overflow-x: auto;
}

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

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

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

.heading-pink-6c73 td {
    color: #ccc;
}

.heading-pink-6c73 .border-basic-7f14 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.heading-pink-6c73 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.image-5f00 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.search-new-d1eb {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.text-top-724a {
    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;
}

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

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

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

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

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

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

.white-dcff {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.highlight-cold-7f53 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.module-fluid-72f3 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.description-easy-99db {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.slider_357a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.sidebar-middle-4faa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.chip-e84d .pagination-fe21 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.notice-advanced-72fa {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-33e5 {
    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;
}

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

.footer-red-1afe p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.footer-red-1afe span {
    color: #666;
    font-size: 0.8rem;
}

.footer-red-1afe a {
    color: #ff6b6b;
}

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

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

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

.video_full_2241 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.notification-south-3dd3 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.black-5cba {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.frame-focused-e1d5 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.pagination-399b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.video-ac4a .tag-fixed-b797 {
    color: #666;
    margin: 0 8px;
}

.video-ac4a .short-981f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.notification-static-f579 {
    font-size: 2rem;
}

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

.clean-9020 strong {
    color: #d4af37;
}

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

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

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

.video_ca29 h3,
.menu-404a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.carousel-425e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

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

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

.yellow-2ab4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.box-old-000f h3,
.hero-4a6d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.description_a261 strong {
    color: #d4af37;
}

.sort-2567 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-f1fa 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;
}

.layout-f1fa li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.table_old_688f strong {
    color: #d4af37;
}

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

.stone-4fb8 {
    color: #888;
    font-size: 0.9rem;
}

.stone-4fb8 strong {
    color: #00ff88;
}

.stone-4fb8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.tabs-9afa {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.summary-623f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-4ac0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.green-4ac0 li {
    margin-bottom: 5px;
}

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

.green-4ac0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.breadcrumb-red-755c {
    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;
}

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

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

.tabs_last_9a32 strong {
    color: #00ff88;
}

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

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

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

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

.message-solid-954b {
    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;
}

.breadcrumb-over-ae13 {
    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;
}

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

@media (max-width: 768px) {
    .video_dark_e167 {
        flex-direction: column;
    }
    
    .message-solid-954b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup-2cd0 {
        padding: 30px 15px;
    }
    
    .popup-2cd0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .card-iron-3f53 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tooltip_af58 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .card-copper-9d25 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .card-copper-9d25 .widget_8450 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .red_0f6d {
        font-size: 1.3rem;
    }
    
    .active-9441 {
        font-size: 0.7rem;
    }
    
    .shade-new-a7b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade-new-a7b3 .narrow_cab9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture-liquid-082e {
        display: none;
    }
    
    .main_down_0ddd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dropdown_5623 {
        padding: 20px 10px;
    }
    
    .chip_809d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma_4d99,
    .silver-c31a {
        padding: 15px;
    }
    
    .stone_7481 {
        flex-direction: column;
        gap: 5px;
    }
    
    .fixed_5f12 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tabs-warm-034c {
        padding: 30px 10px;
    }
    
    .label-advanced-099c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay_hard_7465 {
        padding: 20px 15px;
    }
    
    .column_00ae {
        font-size: 2rem;
    }
    
    .overlay_hard_7465 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_hard_7465 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-action-3497 {
        padding: 20px 5px;
    }
    
    .modal-action-3497 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .video_left_7169 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .heading-pink-6c73 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .heading-pink-6c73 th,
    .heading-pink-6c73 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .thick-1e95 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .form-bdd6 {
        padding: 20px 10px;
    }
    
    .block-2183 h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_b01b {
        font-size: 0.9rem;
    }
    
    .smooth_5155 h3 {
        font-size: 1.1rem;
    }
    
    .smooth_5155 p {
        font-size: 0.9rem;
    }
    
    .layout-f1fa li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pressed-79a7 {
        grid-template-columns: 1fr;
    }
    
    .table_old_688f {
        font-size: 0.85rem;
    }
    
    .widget_hot_4477 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-0ebf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .solid-0ebf strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tag_yellow_830b {
        padding: 30px 10px;
    }
    
    .row-right-e39d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_static_4a6e {
        padding: 15px 10px;
    }
    
    .input_static_4a6e h4 {
        font-size: 0.9rem;
    }
    
    .input_static_4a6e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .easy_3374 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .row-right-e39d {
        grid-template-columns: 1fr;
    }
    
    .input_static_4a6e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pressed-b559 {
        padding: 30px 10px;
    }
    
    .tall_9370 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_full_fc17 {
        padding: 15px;
    }
    
    .title_c82b {
        font-size: 0.9rem;
    }
    
    .module_large_625a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .module_large_625a .accordion-pressed-f5a0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-96cc {
        padding: 30px 10px;
    }
    
    .sort-96cc h2 {
        font-size: 1.2rem;
    }
    
    .disabled_blue_0a0d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .center-7de4 {
        padding: 15px 10px;
    }
    
    .center-7de4 h4 {
        font-size: 0.85rem;
    }
    
    .center-7de4 p {
        font-size: 0.75rem;
    }
    
    .article_fluid_abcc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .upper-83cf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .chip-d533 {
        padding: 20px 10px;
    }
    
    .box-9ae4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .narrow-5766,
    .disabled_upper_0943,
    .footer-red-1afe {
        width: 100%;
    }
    
    .narrow-5766 h3 {
        font-size: 1.1rem;
    }
    
    .narrow-5766 p {
        font-size: 0.8rem;
    }
    
    .bronze-33e5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .detail-soft-73fb {
        padding: 30px 15px;
    }
    
    .detail-soft-73fb h2 {
        font-size: 1.3rem;
    }
    
    .detail-soft-73fb p {
        font-size: 0.85rem;
    }
    
    .notification-stale-5985 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-stale-5985 .narrow_cab9 {
        width: 100%;
    }
    
    .main-ecde {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .banner-black-401d {
        padding: 30px 10px;
    }
    
    .banner-black-401d h3 {
        font-size: 1.2rem;
    }
    
    .block_5bad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion-25d7 {
        padding: 15px 10px;
    }
    
    .accordion-25d7 h4 {
        font-size: 0.85rem;
    }
    
    .accordion-25d7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gold_b514 {
        padding: 30px 15px;
    }
    
    .left_6523 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image-liquid-7564 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .panel_7853 h4 {
        font-size: 0.9rem;
    }
    
    .panel_7853 a {
        font-size: 0.8rem;
    }
    
    .iron_1ed8 {
        font-size: 0.8rem;
    }
    
    .primary_6f1e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .filter-current-aa75 {
        padding: 8px 10px;
    }
    
    .slow_0a20 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .logo_4ebc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .slow_0a20 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .logo_4ebc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f129 */
.widget-item-e7 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
