/* Inner Page Styles */

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

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

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

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

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

.complex_e330 .north-56ce {
    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;
}

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

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

.complex_e330 .north-56ce:hover::before {
    left: 100%;
}

.complex_e330 .north-56ce:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_brown_1df3.fn-active-fd4c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-silver-f05c {
    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%;
}

.avatar-silver-f05c 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 */
.row_wide_98be {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.item_prev_b0be .hard-5e83 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.item_prev_b0be .hard-5e83:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.down-ccb0 .hard-5e83 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.down-ccb0 .hard-5e83:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .east-f61d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .east-f61d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .east-f61d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .complex_e330 {
        justify-content: center;
    }
    
    .bottom_e464 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .widget_narrow_8644 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tertiary_green_9d85 {
        padding: var(--md-spacing-md) 0;
    }
    
    .iron_a4ac {
        padding: var(--md-spacing-md);
    }
    
    .summary-9a93 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-silver-f05c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .down-ccb0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .popup-79fb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .iron_a4ac {
        padding: var(--md-spacing-sm);
    }
    
    .tiny-5975 {
        padding: var(--md-spacing-md);
    }
    
    .avatar-silver-f05c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tiny-5975,
.avatar-silver-f05c,
.down-ccb0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fast_3f8d {
    font-size: 1.5rem;
}

.photo-b473 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .card-steel-5f21 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .footer-6be5 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.rough-c599 {
    padding: 30px 0;
}

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

.up-9e03 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.up-9e03 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.up-9e03 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.current_b0c8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.logo-c208.light_76fd .primary-warm-f7e6 {
    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); }
}

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

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

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

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

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

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

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

.title-hard-7199 {
    font-size: 1.2rem;
}

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

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

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

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

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

.caption_9608.active-short-d3ed::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption_9608.feature_746d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption_9608.gold-3878::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption_9608.notice_left_6c93::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient-warm-9ebb {
    font-size: 1.2rem;
}

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

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

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

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

.popup-95b7.hover-6fc1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup-95b7.fn-active-fd4c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.alert-0bb6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.modal-blue-3374 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.background_first_1226.liquid-9a50 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.backdrop-ad5d { border-top: 3px solid #00ccff; }
.box_selected_75bd { border-top: 3px solid #00ff88; }
.sidebar-hard-13cc { border-top: 3px solid #d4af37; }
.simple_7169 { border-top: 3px solid #ff6b6b; }
.preview_hard_49c5 { border-top: 3px solid #8b5cf6; }

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

.box_7bc6 {
    overflow-x: auto;
}

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

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

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

.widget_8c63 td {
    color: #ccc;
}

.widget_8c63 .thumbnail-dirty-db8e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple_b5f9 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.text-north-a6f1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.aside-active-1322 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.notice-652e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.box_black_aeda {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gas_8a07 .top_9ca3 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.surface-warm-fbaa {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rough-4e4c span {
    color: #666;
    font-size: 0.8rem;
}

.rough-4e4c a {
    color: #ff6b6b;
}

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

.slider-9cf4 {
    max-width: 800px;
    margin: 0 auto;
}

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

.frame-4727 {
    text-align: center;
}

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

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

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

.slider-9cf4 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.input-advanced-ecf4 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_stale_6d91.liquid-9a50 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.new-4dcc {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.grid-43bd {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.detail-stale-0d69 .layout-5af0 {
    color: #666;
    margin: 0 8px;
}

.detail-stale-0d69 .liquid-8f02 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.grid-old-6409 {
    font-size: 2rem;
}

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

.mask_4749 strong {
    color: #d4af37;
}

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

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

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

.caption-blue-c2cf h3,
.hero_26dd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.main-glass-2ebf strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.popup_ca68 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top_11a6 strong {
    color: #d4af37;
}

.tooltip_focused_eac6 {
    color: #aaa;
}

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

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

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

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

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

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

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

.accordion-south-61a0:last-child {
    border-bottom: none;
}

.accordion-south-61a0 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.accordion-south-61a0 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.avatar-tall-b379 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.avatar-tall-b379 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;
}

.avatar-tall-b379 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.column_2e41 strong {
    color: #d4af37;
}

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

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

.simple_b5da strong {
    color: #00ff88;
}

.simple_b5da span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.selected-2f70 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-9bfd {
    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;
}

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

.notification-8de5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.liquid-84e3 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .middle_2160 {
        padding: 30px 15px;
    }
    
    .middle_2160 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .full-e458 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .narrow-c187 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box-over-00c5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box-over-00c5 .pressed_b563 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background_left_0f4e {
        font-size: 1.3rem;
    }
    
    .picture-gas-0b1d {
        font-size: 0.7rem;
    }
    
    .message_medium_a414 {
        flex-direction: column;
        gap: 10px;
    }
    
    .message_medium_a414 .hard-5e83 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .red-1d14 {
        display: none;
    }
    
    .table_huge_b59e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel_068b {
        padding: 20px 10px;
    }
    
    .media_north_4c42 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner-9383,
    .gold_f70e {
        padding: 15px;
    }
    
    .icon-adfa {
        flex-direction: column;
        gap: 5px;
    }
    
    .plasma_baef {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .plasma-c61f {
        padding: 30px 10px;
    }
    
    .form_ffb3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag-b01c {
        padding: 20px 15px;
    }
    
    .black-8047 {
        font-size: 2rem;
    }
    
    .tag-b01c h3 {
        font-size: 1.1rem;
    }
    
    .tag-b01c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .detail_pink_5596 {
        padding: 20px 10px;
    }
    
    .widget_4039 h2 {
        font-size: 1.3rem;
    }
    
    .left-16a5 {
        font-size: 0.9rem;
    }
    
    .accordion-south-61a0 h3 {
        font-size: 1.1rem;
    }
    
    .accordion-south-61a0 p {
        font-size: 0.9rem;
    }
    
    .avatar-tall-b379 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .right-04e7 {
        grid-template-columns: 1fr;
    }
    
    .column_2e41 {
        font-size: 0.85rem;
    }
    
    .item-dfdc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_b5b4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slow_b5b4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .banner-1628 {
        padding: 30px 10px;
    }
    
    .avatar-5949 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-0580 {
        padding: 15px 10px;
    }
    
    .filter-0580 h4 {
        font-size: 0.9rem;
    }
    
    .filter-0580 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .brown_ede8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .avatar-5949 {
        grid-template-columns: 1fr;
    }
    
    .filter-0580 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .alert_gold_ac4d {
        padding: 30px 10px;
    }
    
    .small_1085 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link-23fe {
        padding: 15px;
    }
    
    .hard-30a9 {
        font-size: 0.9rem;
    }
    
    .liquid_eb79 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .liquid_eb79 .overlay_small_576d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .block_923a {
        padding: 30px 10px;
    }
    
    .block_923a h2 {
        font-size: 1.2rem;
    }
    
    .summary_down_0083 {
        gap: 10px;
    }
    
    .selected-3e5b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .selected-3e5b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .row-6fd5 {
        padding: 30px 10px;
    }
    
    .row-6fd5 h2 {
        font-size: 1.2rem;
    }
    
    .slider-074a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-white-e492 {
        padding: 15px 10px;
    }
    
    .icon-white-e492 h4 {
        font-size: 0.85rem;
    }
    
    .icon-white-e492 p {
        font-size: 0.75rem;
    }
    
    .picture-small-f6b9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .input_423f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .media-3469 {
        padding: 20px 10px;
    }
    
    .badge-7aee {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tag-tiny-b18a,
    .card_middle_1819,
    .rough-4e4c {
        width: 100%;
    }
    
    .tag-tiny-b18a h3 {
        font-size: 1.1rem;
    }
    
    .tag-tiny-b18a p {
        font-size: 0.8rem;
    }
    
    .wrapper-0944 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .detail_1078 {
        padding: 30px 15px;
    }
    
    .detail_1078 h2 {
        font-size: 1.3rem;
    }
    
    .detail_1078 p {
        font-size: 0.85rem;
    }
    
    .green-f678 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green-f678 .hard-5e83 {
        width: 100%;
    }
    
    .chip_740b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden-yellow-d0b0 {
        padding: 30px 15px;
    }
    
    .icon-30df {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .status-pro-eb75 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row-under-a1c2 h4 {
        font-size: 0.9rem;
    }
    
    .row-under-a1c2 a {
        font-size: 0.8rem;
    }
    
    .item_right_9f7e {
        font-size: 0.8rem;
    }
    
    .sidebar-motion-979f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-dirty-b621 {
        padding: 8px 10px;
    }
    
    .video_bbd6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .nav_thick_5f71 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .video_bbd6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .nav_thick_5f71 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6de9 */
.phantom-card-v9 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
