/* Inner Page Styles */

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

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

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

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

.widget-new-9168 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.widget-new-9168 .texture_66e2 {
    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;
}

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

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

.widget-new-9168 .texture_66e2:hover::before {
    left: 100%;
}

.widget-new-9168 .texture_66e2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.panel-lower-7da8 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.gallery-orange-c9ee {
    color: var(--casino-gold-light);
}

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

.gallery-orange-c9ee a:hover {
    color: var(--casino-gold-light);
}

.gallery-orange-c9ee.fn-active-e6a2 {
    color: var(--casino-gold-light);
}

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

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

.wrapper-full-eb7b {
    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);
}

.wrapper-full-eb7b 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);
}

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

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

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

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

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

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

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

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

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

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

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

.soft-01ec {
    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%;
}

.soft-01ec 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 */
.dropdown_fcc9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.texture_basic_890a .tooltip_85b8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.photo-right-85a5 {
    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);
}

.photo-right-85a5:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.list-f7fd .tooltip_85b8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.list-f7fd .tooltip_85b8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface_silver_96ae {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface_silver_96ae h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface_silver_96ae h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .widget-new-9168 {
        justify-content: center;
    }
    
    .alert_91f9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bottom-142e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .green-478e {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper-full-eb7b {
        padding: var(--md-spacing-md);
    }
    
    .background_b01e {
        padding: var(--md-spacing-md) 0;
    }
    
    .soft-01ec {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .list-f7fd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .aside_stone_2c32 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .wrapper-full-eb7b {
        padding: var(--md-spacing-sm);
    }
    
    .action_6ee2 {
        padding: var(--md-spacing-md);
    }
    
    .soft-01ec {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.action_6ee2,
.soft-01ec,
.list-f7fd {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.box-selected-a516::-webkit-scrollbar {
    width: 8px;
}

.box-selected-a516::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.hot_8e20 {
    font-size: 1.5rem;
}

.next_b919 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green_b2a8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.search-2b10 {
    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;
}

.search-2b10.action-9f79 .fresh-c0ff {
    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); }
}

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

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

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

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

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

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

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

.media_502d {
    font-size: 1.2rem;
}

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

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

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

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

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

.logo_west_88ca.slow_8a8e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo_west_88ca.button-current-1ab9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo_west_88ca.shadow_advanced_f58b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo_west_88ca.message_78fa::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.description-active-04ee {
    font-size: 1.2rem;
}

.main-inner-267a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.border-hot-16e9.row_1ef5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-hot-16e9.fn-active-e6a2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-1ee0 { border-top: 3px solid #00ccff; }
.photo_4d62 { border-top: 3px solid #00ff88; }
.frame_pressed_61c8 { border-top: 3px solid #d4af37; }
.lite_68bb { border-top: 3px solid #ff6b6b; }
.container_last_2bb5 { border-top: 3px solid #8b5cf6; }

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

.wood-ab67 {
    overflow-x: auto;
}

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

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

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

.tag_dd3a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.notice-under-d13d {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.block-9683 {
    font-size: 2rem;
}

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

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

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

.tabs-easy-3467 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.complex-70e2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.element_06dd {
    font-size: 1.5rem;
}

.feature-9d20 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.pattern-b544 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.green_ed0a .slider-fixed-8fb2 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.lower-7c21 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-72c5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.highlight-72c5 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.secondary_bb8c a {
    color: #ff6b6b;
}

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

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

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

.breadcrumb-f7d0 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.block-basic-8c7b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.footer-focused-4552 {
    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;
}

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

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

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

.component-32ec {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.list-brown-c0c6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .focused-927f {
        flex-direction: column;
    }
    .list_c990 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.center_ee13 .south-4538 {
    color: #666;
    margin: 0 8px;
}

.center_ee13 .solid_3267 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.section-49d8 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.selected-8582 {
    font-size: 2rem;
}

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

.menu_b202 strong {
    color: #d4af37;
}

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

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

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

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

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

.footer-up-b1f5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.status-603e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.backdrop_152f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info_north_d9c5 strong {
    color: #d4af37;
}

.mask-6cfe {
    color: #aaa;
}

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

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

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

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

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

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

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

.tag-d0bc:last-child {
    border-bottom: none;
}

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

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

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

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

.main-medium-128b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.main-medium-128b 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;
}

.main-medium-128b li strong {
    color: #00ff88;
}

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

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

.cool-9ff2 {
    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-9ff2 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

@media (max-width: 576px) {
    .backdrop-paper-14ba {
        grid-template-columns: 1fr;
    }
}

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

.disabled-pressed-3905 strong {
    color: #d4af37;
}

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

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

.progress-f333 strong {
    color: #00ff88;
}

.progress-f333 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-stone-93c3 {
    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;
}

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

.logo_green_4243 strong {
    color: #00ff88;
}

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

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

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

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

.gallery-selected-b737 {
    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;
}

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

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

@media (max-width: 768px) {
    .cold_5628 {
        flex-direction: column;
    }
    
    .gallery-selected-b737 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .row-ac36 {
        padding: 30px 15px;
    }
    
    .row-ac36 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .primary-0dc1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .footer_50dd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .small-1b7b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .small-1b7b .in-5c0c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph-39fc {
        font-size: 1.3rem;
    }
    
    .bronze-61b4 {
        font-size: 0.7rem;
    }
    
    .hero_clean_f141 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero_clean_f141 .tooltip_85b8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .breadcrumb_4a17 {
        display: none;
    }
    
    .icon_45d4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .overlay_2fe9 {
        padding: 20px 10px;
    }
    
    .form_4389 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_6a01,
    .out_e18d {
        padding: 15px;
    }
    
    .last_6f71 {
        flex-direction: column;
        gap: 5px;
    }
    
    .border_last_ee0b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tertiary-bottom-91a8 {
        padding: 30px 10px;
    }
    
    .content-6123 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner_e760 {
        padding: 20px 15px;
    }
    
    .secondary_b8df {
        font-size: 2rem;
    }
    
    .inner_e760 h3 {
        font-size: 1.1rem;
    }
    
    .inner_e760 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .bottom_2239 {
        padding: 20px 10px;
    }
    
    .overlay_fcb8 h2 {
        font-size: 1.3rem;
    }
    
    .content_red_dc56 {
        font-size: 0.9rem;
    }
    
    .tag-d0bc h3 {
        font-size: 1.1rem;
    }
    
    .tag-d0bc p {
        font-size: 0.9rem;
    }
    
    .main-medium-128b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .backdrop-paper-14ba {
        grid-template-columns: 1fr;
    }
    
    .disabled-pressed-3905 {
        font-size: 0.85rem;
    }
    
    .overlay_east_e57a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool-9ff2 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .cool-9ff2 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .widget-a635 {
        padding: 30px 10px;
    }
    
    .wrapper_thick_1ff8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-hard-d356 {
        padding: 15px 10px;
    }
    
    .table-hard-d356 h4 {
        font-size: 0.9rem;
    }
    
    .table-hard-d356 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .border_5e6c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row-c5f6 {
        padding: 30px 10px;
    }
    
    .video-2cea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary-7d45 {
        padding: 15px;
    }
    
    .texture_37c7 {
        font-size: 0.9rem;
    }
    
    .module-923d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .module-923d .white_9f9e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .banner-tall-25fe {
        padding: 30px 10px;
    }
    
    .banner-tall-25fe h2 {
        font-size: 1.2rem;
    }
    
    .description-4ff0 {
        gap: 10px;
    }
    
    .iron-0341 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .iron-0341 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .panel_light_6262 {
        padding: 30px 10px;
    }
    
    .panel_light_6262 h2 {
        font-size: 1.2rem;
    }
    
    .glass-7aef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black_e4c3 {
        padding: 15px 10px;
    }
    
    .black_e4c3 h4 {
        font-size: 0.85rem;
    }
    
    .black_e4c3 p {
        font-size: 0.75rem;
    }
    
    .yellow-59d4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop-narrow-6d1c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .surface_action_97ce {
        padding: 20px 10px;
    }
    
    .bright_5c6f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip-brown-7906,
    .highlight-72c5,
    .secondary_bb8c {
        width: 100%;
    }
    
    .tooltip-brown-7906 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-brown-7906 p {
        font-size: 0.8rem;
    }
    
    .carousel_851f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .primary-east-7dc2 {
        padding: 30px 15px;
    }
    
    .primary-east-7dc2 h2 {
        font-size: 1.3rem;
    }
    
    .primary-east-7dc2 p {
        font-size: 0.85rem;
    }
    
    .iron-e312 {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron-e312 .tooltip_85b8 {
        width: 100%;
    }
    
    .table_0e1f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tag_liquid_6b95 {
        padding: 30px 15px;
    }
    
    .item_new_49d6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .wide-7097 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .liquid_32b1 h4 {
        font-size: 0.9rem;
    }
    
    .liquid_32b1 a {
        font-size: 0.8rem;
    }
    
    .small_7bad {
        font-size: 0.8rem;
    }
    
    .mask-ed1b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification_fluid_0093 {
        padding: 8px 10px;
    }
    
    .west_961a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .row-huge-06f3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .west_961a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .row-huge-06f3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4400 */
.promo-block-b2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
