/* Inner Page Styles */

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

.avatar-glass-7da5 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);
}

.avatar-glass-7da5 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);
}

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

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

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

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

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

.hard_fb28 .bright_5b75:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_f21e.fn-active-405b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.progress-bottom-8b19 {
    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);
}

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

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

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

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

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

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

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

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

.header-full-cbb6 {
    padding: var(--md-spacing-md) 0;
}

.content-blue-c0e8 {
    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%;
}

.content-blue-c0e8 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 */
.slider_ce3a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.stale-84d3:hover::before {
    left: 100%;
}

.stale-84d3 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;
}

.stale-84d3 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;
}

.stale-84d3 .simple_3fee {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.stale-84d3 .simple_3fee:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hot-1ee0 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.cool-4035 .simple_3fee {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.cool-4035 .simple_3fee:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-glass-7da5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-glass-7da5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-glass-7da5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hard_fb28 {
        justify-content: center;
    }
    
    .hard_a1c2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .advanced_e526 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .smooth_1ac4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination_6da3 {
        padding: var(--md-spacing-md);
    }
    
    .over-d779 {
        padding: var(--md-spacing-md) 0;
    }
    
    .content-blue-c0e8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .cool-4035 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .blue-7827 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pagination_6da3 {
        padding: var(--md-spacing-sm);
    }
    
    .progress-bottom-8b19 {
        padding: var(--md-spacing-md);
    }
    
    .content-blue-c0e8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.progress-bottom-8b19,
.content-blue-c0e8,
.cool-4035 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.south-62ae {
    font-size: 1.5rem;
}

.pagination_6a35 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.silver-4bed {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.preview-green-a914 {
    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;
}

.preview-green-a914 strong {
    color: #00ff88;
}

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

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

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

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

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

.dynamic-631a::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;
}

.description-16ed {
    text-align: center;
    margin-bottom: 30px;
}

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

.smooth_b652.picture_0429 .lower_176d {
    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); }
}

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

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

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

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

.block-f11d 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;
}

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

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

.button-fe8a {
    font-size: 1.2rem;
}

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

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

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

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

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

.banner_423c.dim_7f62::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.banner_423c.tabs_789c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.banner_423c.logo_99fc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.banner_423c.current_3833::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.modal_bronze_7bf6 {
    font-size: 1.2rem;
}

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

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

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

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

.active-cool-e7f0.pagination-a759 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-cool-e7f0.fn-active-405b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.gradient-down-7b5a {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.notification-inner-9327 {
    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;
}

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

.notification-inner-9327.icon_west_867b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.disabled_active_f3de { border-top: 3px solid #00ccff; }
.alert-advanced-1caf { border-top: 3px solid #00ff88; }
.heading_simple_1c43 { border-top: 3px solid #d4af37; }
.picture-ee52 { border-top: 3px solid #ff6b6b; }
.search_79f7 { border-top: 3px solid #8b5cf6; }

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

.tag_hot_1227 {
    overflow-x: auto;
}

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

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

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

.wrapper-south-7208 td {
    color: #ccc;
}

.wrapper-south-7208 .border_silver_3c73 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.wrapper-south-7208 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.wrapper-hot-ebcf {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_active_0510 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cold_6d29 {
    font-size: 1.5rem;
}

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

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

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

.caption-small-7e8d {
    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;
}

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

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

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

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

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

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

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

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

.header-plasma-0f88 .fluid-8909 {
    margin-bottom: 10px;
}

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

.header-plasma-0f88 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.article-3c06 {
    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;
}

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

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

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

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

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

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

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

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

.tertiary-purple-b268 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.black-80fb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.overlay-yellow-f000 {
    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;
}

.black-80fb span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.fluid_43b5 a {
    color: #ff6b6b;
}

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

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

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

.module_a52a {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.gradient-old-ae52 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-north-3d0f {
    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;
}

.tag-north-3d0f.icon_west_867b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .dynamic-8cb8 {
        flex-direction: column;
    }
    .modal_orange_a9ad {
        transform: rotate(90deg);
    }
}

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

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

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

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

.title-hard-5113 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.complex-3595 .grid_yellow_f0b4 {
    color: #666;
    margin: 0 8px;
}

.complex-3595 .wrapper_1f69 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.clean-7fae {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hard-6d76 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.fast_ddaf {
    font-size: 2rem;
}

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

.fresh_7eb4 strong {
    color: #d4af37;
}

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

.cool-48f0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.avatar-094f h3,
.current_bb1b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.header-45a5 strong {
    color: #00ff88;
}

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

.title-dirty-786e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .title-dirty-786e {
        grid-template-columns: 1fr;
    }
}

.pattern-3aa0 h3,
.header_30dd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.hidden-83e3 strong {
    color: #d4af37;
}

.content_4a4f {
    color: #aaa;
}

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

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

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

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

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

.layout-48e2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.search-motion-828a {
    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;
}

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

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

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

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

.footer-lite-1143 strong {
    color: #d4af37;
}

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

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

.module-ef62 strong {
    color: #00ff88;
}

.module-ef62 span {
    color: #d4af37;
}

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

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

.notice-large-0327 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.picture-south-bb8a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.notification-east-012c {
    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);
}

.alert-right-3798 {
    color: #999;
    font-size: 0.85rem;
}

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

.block-iron-70ef h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.surface-fixed-2f5d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.surface-fixed-2f5d li:last-child {
    border-bottom: none;
}

.popup_selected_5260 {
    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_active_2e68 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex-1603 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tertiary-purple-b268 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .grid_3e37 {
        padding: 30px 15px;
    }
    
    .grid_3e37 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .down_b501 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .media_basic_ea5d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .outer_1e04 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outer_1e04 .picture-slow-ebab {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .popup_93ae {
        font-size: 1.3rem;
    }
    
    .logo-b38e {
        font-size: 0.7rem;
    }
    
    .feature-5136 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-5136 .simple_3fee {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .status-a674 {
        display: none;
    }
    
    .item_43fe {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .small_ff02 {
        padding: 20px 10px;
    }
    
    .notice-large-0327 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-9cfa,
    .block-iron-70ef {
        padding: 15px;
    }
    
    .container_dynamic_4cfb {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification-east-012c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .surface-huge-8f0a {
        padding: 30px 10px;
    }
    
    .aside-609f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right-5860 {
        padding: 20px 15px;
    }
    
    .header-dc68 {
        font-size: 2rem;
    }
    
    .right-5860 h3 {
        font-size: 1.1rem;
    }
    
    .right-5860 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .pagination-1314 {
        padding: 20px 5px;
    }
    
    .pagination-1314 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tiny_6be4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .wrapper-south-7208 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .wrapper-south-7208 th,
    .wrapper-south-7208 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .description-0287 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress-fresh-2fa1 {
        padding: 20px 10px;
    }
    
    .item_cf2a h2 {
        font-size: 1.3rem;
    }
    
    .aside_advanced_f5da {
        font-size: 0.9rem;
    }
    
    .pattern_green_09b2 h3 {
        font-size: 1.1rem;
    }
    
    .pattern_green_09b2 p {
        font-size: 0.9rem;
    }
    
    .link_5cac li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .video_344a {
        grid-template-columns: 1fr;
    }
    
    .footer-lite-1143 {
        font-size: 0.85rem;
    }
    
    .action-8f9c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-motion-828a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search-motion-828a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pressed-7479 {
        padding: 30px 10px;
    }
    
    .module_inner_fd43 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red-e289 {
        padding: 15px 10px;
    }
    
    .red-e289 h4 {
        font-size: 0.9rem;
    }
    
    .red-e289 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .easy-7bc5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module_inner_fd43 {
        grid-template-columns: 1fr;
    }
    
    .red-e289 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .motion_c2c6 {
        padding: 30px 10px;
    }
    
    .aside-next-8b25 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_large_8be9 {
        padding: 15px;
    }
    
    .pattern_231b {
        font-size: 0.9rem;
    }
    
    .overlay-complex-9602 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay-complex-9602 .widget-c124 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .section-025a {
        padding: 30px 10px;
    }
    
    .section-025a h2 {
        font-size: 1.2rem;
    }
    
    .title_selected_6c95 {
        gap: 10px;
    }
    
    .background_5636 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .background_5636 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .icon_center_a938 {
        padding: 30px 10px;
    }
    
    .icon_center_a938 h2 {
        font-size: 1.2rem;
    }
    
    .media_f233 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_94e8 {
        padding: 15px 10px;
    }
    
    .slow_94e8 h4 {
        font-size: 0.85rem;
    }
    
    .slow_94e8 p {
        font-size: 0.75rem;
    }
    
    .article-bb08 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .old_7fc7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .soft-6c08 {
        padding: 20px 10px;
    }
    
    .aside_east_5f8e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .full-0607,
    .black-80fb,
    .fluid_43b5 {
        width: 100%;
    }
    
    .full-0607 h3 {
        font-size: 1.1rem;
    }
    
    .full-0607 p {
        font-size: 0.8rem;
    }
    
    .overlay-yellow-f000 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .stone_8d0a {
        padding: 30px 15px;
    }
    
    .stone_8d0a h2 {
        font-size: 1.3rem;
    }
    
    .stone_8d0a p {
        font-size: 0.85rem;
    }
    
    .under_01fd {
        flex-direction: column;
        gap: 10px;
    }
    
    .under_01fd .simple_3fee {
        width: 100%;
    }
    
    .avatar-dark-28a6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .primary_a351 {
        padding: 30px 15px;
    }
    
    .shadow-lite-9c82 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .wrapper_7d8e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .message_dirty_16fc h4 {
        font-size: 0.9rem;
    }
    
    .message_dirty_16fc a {
        font-size: 0.8rem;
    }
    
    .east-bf0b {
        font-size: 0.8rem;
    }
    
    .media_brown_1ee7 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .medium-f2bb {
        padding: 8px 10px;
    }
    
    .primary_hovered_adef {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table-7c4e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .primary_hovered_adef {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table-7c4e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0046 */
.widget-item-l8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
