/* Inner Page Styles */

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

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

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

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

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

.column_west_d7b2 .progress-468c {
    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;
}

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

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

.column_west_d7b2 .progress-468c:hover::before {
    left: 100%;
}

.column_west_d7b2 .progress-468c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.tag-72c2 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.table-5ade {
    color: var(--casino-gold-light);
}

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

.table-5ade a:hover {
    color: var(--casino-gold-light);
}

.table-5ade.fn-active-60c8 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-94ff {
    padding: var(--md-spacing-md) 0;
}

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

.tooltip_dark_d8eb 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-24c6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hard-24c6 li {
    margin-bottom: var(--md-spacing-xs);
}

.hard-24c6 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-24c6 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

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

.hot_53dc .liquid-9706:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.module-basic-bbd1 {
    margin-top: var(--md-spacing-sm);
}

.surface-026d {
    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);
}

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

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

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

.disabled-right-a5a7 {
    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);
}

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

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

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

.disabled-right-a5a7 .liquid-9706 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.disabled-right-a5a7 .liquid-9706:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .slider_5af2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .slider_5af2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .slider_5af2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .column_west_d7b2 {
        justify-content: center;
    }
    
    .top_14ea {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tiny_1c75 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .soft_2918 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_over_2dc1 {
        padding: var(--md-spacing-md);
    }
    
    .content-91ef {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip_dark_d8eb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .disabled-right-a5a7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .footer_upper_9397 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border_over_2dc1 {
        padding: var(--md-spacing-sm);
    }
    
    .feature_a2ad {
        padding: var(--md-spacing-md);
    }
    
    .tooltip_dark_d8eb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.feature_a2ad,
.tooltip_dark_d8eb,
.disabled-right-a5a7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hover_middle_41f6 {
    font-size: 1.5rem;
}

.top_0c2d strong {
    color: #00ff88;
}

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

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

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

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

.up-615e {
    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;
}

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

.up-615e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.up-615e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.column_middle_5f9a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tabs-11f6 {
    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;
}

.tabs-11f6.filter-fafd .widget_9ed0 {
    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); }
}

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

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

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

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

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

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

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

.layout-6ce6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.basic-8662.under_9bf6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.basic-8662.photo_right_a5bf::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.basic-8662.fresh-9973::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.basic-8662.wrapper-c332::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message-5b86 {
    font-size: 1.2rem;
}

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

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

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

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

.icon_copper_d7e7.hovered_d263 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon_copper_d7e7.fn-active-60c8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.solid-17eb {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.hidden-hard-745c {
    background: #0a0a0a;
    padding: 60px 0;
}

.lower-42de {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.popup-motion-0997 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.photo_9907 { border-top: 3px solid #00ccff; }
.easy_5361 { border-top: 3px solid #00ff88; }
.frame-28fe { border-top: 3px solid #d4af37; }
.fast-ae5d { border-top: 3px solid #ff6b6b; }
.layout_d709 { border-top: 3px solid #8b5cf6; }

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

.badge-light-9512 {
    overflow-x: auto;
}

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

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

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

.backdrop-east-878e td {
    color: #ccc;
}

.backdrop-east-878e .cool_5215 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.backdrop-east-878e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.highlight-glass-5593 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.search-inner-e6b8 {
    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;
}

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

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

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

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

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

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

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

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

.sidebar_7606 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.upper_e007::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.card_west_8da3 {
    font-size: 1.5rem;
}

.gallery-static-fc71 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .footer-black-43e3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.paper-94bd {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.detail_b679 .picture-out-0e95 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last-605a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.paragraph-04c0 {
    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;
}

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

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

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

.complex_7ee7 a {
    color: #ff6b6b;
}

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

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

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

.notification-ce8d {
    text-align: center;
}

.notification-ce8d .progress-outer-7eed {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.notification-ce8d .text-east-0a3f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-66de {
    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;
}

.logo-66de.row_ea60 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.out-473e .sort-light-014b {
    color: #666;
    margin: 0 8px;
}

.out-473e .carousel_d0d2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.message_right_6ebb {
    font-size: 2rem;
}

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

.dark_2188 strong {
    color: #d4af37;
}

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

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

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

.element_lower_c738 h3,
.component-light-a3f6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.shadow-hot-bd96 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.orange_50ba strong {
    color: #00ff88;
}

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

.element-11b8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.focus-lower-b24c h3,
.detail-purple-65a3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.article-next-a6fc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.orange-8293 strong {
    color: #d4af37;
}

.avatar_0fa7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.smooth-fb6a:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick_591e strong {
    color: #d4af37;
}

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

.dark-2ce3 {
    color: #888;
    font-size: 0.9rem;
}

.dark-2ce3 strong {
    color: #00ff88;
}

.dark-2ce3 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-rough-60b8 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.disabled-slow-60d7 {
    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;
}

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

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

.surface-f5b1 strong {
    color: #00ff88;
}

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

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

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

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

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

.title-0c79 {
    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;
}

.last-605a {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .content-3463 {
        padding: 30px 15px;
    }
    
    .content-3463 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .full_c140 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb-basic-f3c2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box_370e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box_370e .hidden_static_c313 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress-large-4d8b {
        font-size: 1.3rem;
    }
    
    .header_3295 {
        font-size: 0.7rem;
    }
    
    .block_8791 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block_8791 .liquid-9706 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .description-fa65 {
        display: none;
    }
    
    .link-prev-a803 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .header_9c17 {
        padding: 20px 10px;
    }
    
    .modal_left_1545 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay-brown-17d9,
    .current_2a98 {
        padding: 15px;
    }
    
    .surface-bf68 {
        flex-direction: column;
        gap: 5px;
    }
    
    .column_advanced_dd1f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .silver-b2b1 {
        padding: 30px 10px;
    }
    
    .content_short_e04b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused-f4b0 {
        padding: 20px 15px;
    }
    
    .table_e8f0 {
        font-size: 2rem;
    }
    
    .focused-f4b0 h3 {
        font-size: 1.1rem;
    }
    
    .focused-f4b0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .block_e77e {
        padding: 20px 5px;
    }
    
    .block_e77e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .copper_f9ec {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .backdrop-east-878e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .backdrop-east-878e th,
    .backdrop-east-878e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .background-steel-4e1a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .wrapper_purple_019e {
        padding: 20px 10px;
    }
    
    .static_c850 h2 {
        font-size: 1.3rem;
    }
    
    .simple_cea0 {
        font-size: 0.9rem;
    }
    
    .smooth-fb6a h3 {
        font-size: 1.1rem;
    }
    
    .smooth-fb6a p {
        font-size: 0.9rem;
    }
    
    .header_right_f2e1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .table-dirty-e3c0 {
        grid-template-columns: 1fr;
    }
    
    .thick_591e {
        font-size: 0.85rem;
    }
    
    .pagination-small-a49f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool_7582 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .cool_7582 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .link_129c {
        padding: 30px 10px;
    }
    
    .left-308b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_8462 {
        padding: 15px 10px;
    }
    
    .shadow_8462 h4 {
        font-size: 0.9rem;
    }
    
    .shadow_8462 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pattern-prev-44d8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .left-308b {
        grid-template-columns: 1fr;
    }
    
    .shadow_8462 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .basic-82e7 {
        padding: 30px 10px;
    }
    
    .light-3702 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_hard_b8ee {
        padding: 15px;
    }
    
    .notification-narrow-d6b4 {
        font-size: 0.9rem;
    }
    
    .bright_f147 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bright_f147 .pagination_5601 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .border-4da8 {
        padding: 30px 10px;
    }
    
    .border-4da8 h2 {
        font-size: 1.2rem;
    }
    
    .inner-642a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-0033 {
        padding: 15px 10px;
    }
    
    .shadow-0033 h4 {
        font-size: 0.85rem;
    }
    
    .shadow-0033 p {
        font-size: 0.75rem;
    }
    
    .wood-687f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dropdown_caa4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .upper_0bb5 {
        padding: 20px 10px;
    }
    
    .motion_af45 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .text_e756,
    .accent_pressed_023b,
    .complex_7ee7 {
        width: 100%;
    }
    
    .text_e756 h3 {
        font-size: 1.1rem;
    }
    
    .text_e756 p {
        font-size: 0.8rem;
    }
    
    .paragraph-04c0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notification_in_563c {
        padding: 30px 15px;
    }
    
    .notification_in_563c h2 {
        font-size: 1.3rem;
    }
    
    .notification_in_563c p {
        font-size: 0.85rem;
    }
    
    .modal-cc60 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-cc60 .liquid-9706 {
        width: 100%;
    }
    
    .orange_b8b9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accent-purple-4b00 {
        padding: 30px 15px;
    }
    
    .banner-west-4609 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .copper-a9bb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .down_f31e h4 {
        font-size: 0.9rem;
    }
    
    .down_f31e a {
        font-size: 0.8rem;
    }
    
    .motion-7919 {
        font-size: 0.8rem;
    }
    
    .green_a8f4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .disabled-c343 {
        padding: 8px 10px;
    }
    
    .accordion-selected-0f54 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .outer_ced8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion-selected-0f54 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .outer_ced8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6a0c */
.phantom-card-o9 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
