/* Inner Page Styles */

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

.backdrop-0ab5 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);
}

.backdrop-0ab5 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);
}

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

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

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

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

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

.notification_eff7 .orange_f0e6:hover::before {
    left: 100%;
}

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

.logo-tiny-7b0d {
    margin-bottom: var(--md-spacing-lg);
}

.hover-out-d2c2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_c8d1.fn-active-c31e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-slow-dbbb {
    padding: var(--md-spacing-md) 0;
}

.badge-3a72 {
    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%;
}

.badge-3a72 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 */
.grid_outer_cad3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.focus_a0c2 .widget_5ff9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.popup-31c4 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.tertiary_easy_e6ff .widget_5ff9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop-0ab5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop-0ab5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop-0ab5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification_eff7 {
        justify-content: center;
    }
    
    .hover-out-d2c2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .silver-5ef0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .easy-1bb0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .media_8154 {
        padding: var(--md-spacing-md);
    }
    
    .large-ab21 {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge-3a72 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tertiary_easy_e6ff {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .breadcrumb-orange-4eb0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .media_8154 {
        padding: var(--md-spacing-sm);
    }
    
    .text_left_258c {
        padding: var(--md-spacing-md);
    }
    
    .badge-3a72 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.text_left_258c,
.badge-3a72,
.tertiary_easy_e6ff {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.info-5e11::-webkit-scrollbar {
    width: 8px;
}

.info-5e11::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.left-2f6e {
    font-size: 1.5rem;
}

.layout_3641 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-cool-54a5 {
    text-align: center;
    margin-bottom: 30px;
}

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

.column_4294.filter-9925 .paragraph-872c {
    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); }
}

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

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

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

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

.content-tall-354e 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;
}

.content-tall-354e 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);
}

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

.article-5491 {
    font-size: 1.2rem;
}

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

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

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

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

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

.filter_basic_0d29.outline_b5c8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.filter_basic_0d29.media_glass_01f1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter_basic_0d29.light_77ab::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.filter_basic_0d29.paragraph-action-142e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.box_inner_7b83 {
    font-size: 1.2rem;
}

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

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

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

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

.preview_cfa0.table-warm-90a4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview_cfa0.fn-active-c31e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.west-8d00 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.image-paper-5aa7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.description-1691.smooth-da98 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hard-7731 { border-top: 3px solid #00ccff; }
.mask_hovered_1bee { border-top: 3px solid #00ff88; }
.module-tiny-894a { border-top: 3px solid #d4af37; }
.modal-center-2047 { border-top: 3px solid #ff6b6b; }
.column-stone-2ef6 { border-top: 3px solid #8b5cf6; }

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

.background_f85e {
    overflow-x: auto;
}

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

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

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

.pagination_glass_22ea td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.box-pink-0b7a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_b780 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.dim-6ceb {
    background: #0a0a0a;
    padding: 60px 0;
}

.element-top-6364 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.feature-pink-0fa6 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.active-up-f349 {
    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;
}

.active-up-f349::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);
}

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

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

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

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

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

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

.out-e8f7 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.sidebar-hot-c352 strong {
    color: #fff;
    display: block;
}

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

.dirty-5ba1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.banner-2cef .main-2c83 {
    margin-bottom: 10px;
}

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

.banner-2cef strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.widget-thick-f582 {
    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;
}

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

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

.banner-thick-4c9c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.header-bright-0cd5 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.hard-4d55 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.hard-4d55 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.aside-medium-daad span {
    color: #666;
    font-size: 0.8rem;
}

.aside-medium-daad a {
    color: #ff6b6b;
}

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

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

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

.modal_07b2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-fresh-d5f8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.element-next-ec65 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.text_advanced_c390 .shadow-first-87df {
    color: #666;
    margin: 0 8px;
}

.text_advanced_c390 .pressed_4bfd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.prev-6a85 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.notice_fixed_983a {
    font-size: 2rem;
}

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

.top_2652 strong {
    color: #d4af37;
}

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

.column-copper-4207 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.form_f784 h3,
.progress-79e7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.breadcrumb-bottom-8210 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.orange_5b5a strong {
    color: #00ff88;
}

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

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

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

.list_prev_eaef h3,
.medium-9b4a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.red-052b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.article-fast-9927 strong {
    color: #d4af37;
}

.aside-medium-3caa {
    color: #aaa;
}

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

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

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

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

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

.popup-inner-feb0 {
    max-width: 900px;
    margin: 0 auto;
}

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

.avatar-f7f2:last-child {
    border-bottom: none;
}

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

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

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

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

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

.light-f535 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;
}

.light-f535 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.old-7a25 strong {
    color: #d4af37;
}

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

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

.hidden_dfa9 strong {
    color: #00ff88;
}

.hidden_dfa9 span {
    color: #d4af37;
}

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

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

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

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

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

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

.section-easy-7427 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-8784 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.form_324f strong {
    color: #00ff88;
}

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

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

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

.media-pressed-3c10 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .media-pressed-3c10 {
        flex-direction: column;
    }
    
    .description_green_120a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tabs-purple-9270 {
        padding: 30px 15px;
    }
    
    .tabs-purple-9270 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gold-2b84 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .title_hovered_dd65 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .section-0b6b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section-0b6b .focus-620e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .description-bright-571b {
        font-size: 1.3rem;
    }
    
    .card-8b59 {
        font-size: 0.7rem;
    }
    
    .dropdown-6ea4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-6ea4 .widget_5ff9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hero-9fb8 {
        display: none;
    }
    
    .lower_ab20 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hero-5671 {
        padding: 20px 10px;
    }
    
    .slow_a6ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message-a1f0,
    .warm-35cf {
        padding: 15px;
    }
    
    .banner_946e {
        flex-direction: column;
        gap: 5px;
    }
    
    .sort_3e1e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .block-bc05 {
        padding: 30px 10px;
    }
    
    .smooth-2739 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_d3d3 {
        padding: 20px 15px;
    }
    
    .shade_tiny_71f1 {
        font-size: 2rem;
    }
    
    .border_d3d3 h3 {
        font-size: 1.1rem;
    }
    
    .border_d3d3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .panel_d810 {
        padding: 20px 10px;
    }
    
    .sort-62ad h2 {
        font-size: 1.3rem;
    }
    
    .filter_c77b {
        font-size: 0.9rem;
    }
    
    .avatar-f7f2 h3 {
        font-size: 1.1rem;
    }
    
    .avatar-f7f2 p {
        font-size: 0.9rem;
    }
    
    .light-f535 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pressed_9cb6 {
        grid-template-columns: 1fr;
    }
    
    .old-7a25 {
        font-size: 0.85rem;
    }
    
    .module-1624 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion-ab3b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accordion-ab3b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hero-15f5 {
        padding: 30px 10px;
    }
    
    .article-purple-0c09 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold_d2a7 {
        padding: 15px 10px;
    }
    
    .gold_d2a7 h4 {
        font-size: 0.9rem;
    }
    
    .gold_d2a7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .south_ab4c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .article-purple-0c09 {
        grid-template-columns: 1fr;
    }
    
    .gold_d2a7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wrapper-fresh-ba38 {
        padding: 30px 10px;
    }
    
    .first_0e89 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-fluid-a9a1 {
        padding: 15px;
    }
    
    .picture-db3d {
        font-size: 0.9rem;
    }
    
    .secondary-selected-6108 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary-selected-6108 .in_f4de {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pink_843d {
        padding: 30px 10px;
    }
    
    .pink_843d h2 {
        font-size: 1.2rem;
    }
    
    .fresh_5b37 {
        gap: 10px;
    }
    
    .accent-east-5011 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .accent-east-5011 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .summary-under-7a68 {
        padding: 30px 10px;
    }
    
    .summary-under-7a68 h2 {
        font-size: 1.2rem;
    }
    
    .column-2006 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-steel-9c8c {
        padding: 15px 10px;
    }
    
    .backdrop-steel-9c8c h4 {
        font-size: 0.85rem;
    }
    
    .backdrop-steel-9c8c p {
        font-size: 0.75rem;
    }
    
    .notice_huge_1b84 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .huge_df03 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .nav_6072 {
        padding: 20px 10px;
    }
    
    .menu_c10f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .frame-274c,
    .hard-4d55,
    .aside-medium-daad {
        width: 100%;
    }
    
    .frame-274c h3 {
        font-size: 1.1rem;
    }
    
    .frame-274c p {
        font-size: 0.8rem;
    }
    
    .input_simple_190c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .frame-green-4522 {
        padding: 30px 15px;
    }
    
    .frame-green-4522 h2 {
        font-size: 1.3rem;
    }
    
    .frame-green-4522 p {
        font-size: 0.85rem;
    }
    
    .smooth_be68 {
        flex-direction: column;
        gap: 10px;
    }
    
    .smooth_be68 .widget_5ff9 {
        width: 100%;
    }
    
    .bright-97d2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture-fe16 {
        padding: 30px 15px;
    }
    
    .content-out-c820 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input_copper_fb06 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .complex-c07c h4 {
        font-size: 0.9rem;
    }
    
    .complex-c07c a {
        font-size: 0.8rem;
    }
    
    .silver-2cb9 {
        font-size: 0.8rem;
    }
    
    .gas-e5ba p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .form_pink_4965 {
        padding: 8px 10px;
    }
    
    .input_hot_5811 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .link-brown-0e12 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input_hot_5811 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .link-brown-0e12 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: afcd */
.shadow-element-m9 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
