/* Inner Page Styles */

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

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

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

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

.icon-large-1b98 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.icon-large-1b98 .dirty-9081 {
    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;
}

.icon-large-1b98 .dirty-9081::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.icon-large-1b98 .dirty-9081:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.icon-large-1b98 .dirty-9081:hover::before {
    left: 100%;
}

.icon-large-1b98 .dirty-9081:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.card-black-f3b2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.search-4cdc {
    color: var(--casino-gold-light);
}

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

.search-4cdc a:hover {
    color: var(--casino-gold-light);
}

.search-4cdc.fn-active-b98f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_eafb 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 */
.center-a5f5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.hover_0f89 .element-8a81 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hover_0f89 .element-8a81:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.badge-simple-71c1 {
    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);
}

.badge-simple-71c1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.text-cb9a .element-8a81 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.text-cb9a .element-8a81:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .highlight_cold_8257 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .highlight_cold_8257 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .highlight_cold_8257 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .icon-large-1b98 {
        justify-content: center;
    }
    
    .card-black-f3b2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert-center-733a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .search-dim-ba20 {
        padding: var(--md-spacing-md) 0;
    }
    
    .backdrop_silver_e74d {
        padding: var(--md-spacing-md);
    }
    
    .tiny_ac1d {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_eafb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .text-cb9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .heading-active-dd77 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .backdrop_silver_e74d {
        padding: var(--md-spacing-sm);
    }
    
    .basic_1dd8 {
        padding: var(--md-spacing-md);
    }
    
    .notification_eafb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.basic_1dd8,
.notification_eafb,
.text-cb9a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.small_d3f7 {
    font-size: 1.5rem;
}

.wood-3c27 strong {
    color: #00ff88;
}

.wrapper-stone-86d3 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .north_da69 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .wrapper-stone-86d3 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-0d22 {
    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;
}

.fresh-0d22 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.next_e547.popup_left_9e9b .in_c705 {
    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); }
}

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

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

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

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

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

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

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

.primary_5b60 {
    font-size: 1.2rem;
}

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

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

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

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

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

.grid_slow_f5f4.input-194b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.grid_slow_f5f4.down-998d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid_slow_f5f4.dynamic_d155::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.grid_slow_f5f4.content-blue-4ae6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.media-dynamic-25d3 {
    font-size: 1.2rem;
}

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

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

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

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

.chip-56dc.grid-wide-4b8b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip-56dc.fn-active-b98f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shade-easy-c846 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.bronze_1dd7.paper-9e74 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.element-e733 { border-top: 3px solid #00ccff; }
.pattern-a164 { border-top: 3px solid #00ff88; }
.texture_bottom_3a57 { border-top: 3px solid #d4af37; }
.primary_pressed_07ca { border-top: 3px solid #ff6b6b; }
.media-bf22 { border-top: 3px solid #8b5cf6; }

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

.media_purple_23c2 {
    overflow-x: auto;
}

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

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

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

.module_6eb0 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.widget-in-152e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.tag-south-d64f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark_2ac1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.thumbnail-3f8c {
    background: #0a0a0a;
    padding: 60px 0;
}

.summary-up-ddf1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.panel-bronze-10c8 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.box-bottom-7d5e {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .dropdown-brown-90f4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.bronze_8340 .menu_acdd {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.widget-lower-2e17 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.widget-lower-2e17 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-basic-6691 span {
    color: #666;
    font-size: 0.8rem;
}

.article-basic-6691 a {
    color: #ff6b6b;
}

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

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

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

.description-small-ba9c {
    text-align: center;
}

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

.description-small-ba9c .complex_33dc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-down-e30a {
    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;
}

.component-down-e30a.paper-9e74 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hard-1a55 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .pagination-07bc {
        flex-direction: column;
    }
    .silver_77c6 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.brown-1e62 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bronze_ae23 .dim_7c11 {
    color: #666;
    margin: 0 8px;
}

.bronze_ae23 .article_bright_9951 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.banner-fresh-cf49 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.rough-566a {
    font-size: 2rem;
}

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

.large-d51e strong {
    color: #d4af37;
}

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

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

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

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

.photo-mini-bc97 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.notice-stale-3d09 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.media-outer-ad75 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.blue-9bef {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.text-7dbf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.nav-e625 strong {
    color: #d4af37;
}

.pink_d20c {
    color: #aaa;
}

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

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

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

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

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

.hover-white-d30b {
    max-width: 900px;
    margin: 0 auto;
}

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

.secondary-stale-9c5e:last-child {
    border-bottom: none;
}

.secondary-stale-9c5e h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.secondary-stale-9c5e p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.middle-6c92 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.middle-6c92 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;
}

.middle-6c92 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.box-easy-7b78 strong {
    color: #d4af37;
}

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

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

.component_red_24b4 strong {
    color: #00ff88;
}

.component_red_24b4 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.center-2b98 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-east-58e0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-east-58e0 li {
    margin-bottom: 5px;
}

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

.input-east-58e0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.backdrop-cold-12ab {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.backdrop-cold-12ab strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hovered-8178 {
        padding: 30px 15px;
    }
    
    .hovered-8178 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .message-d75c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .block-c92e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .up_e5f6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_e5f6 .modal_active_1817 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .input-f886 {
        font-size: 1.3rem;
    }
    
    .outline-4133 {
        font-size: 0.7rem;
    }
    
    .wood_1e2b {
        flex-direction: column;
        gap: 10px;
    }
    
    .wood_1e2b .element-8a81 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active_dc6f {
        display: none;
    }
    
    .texture-action-7c6d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .item_8004 {
        padding: 20px 10px;
    }
    
    .soft_ba4b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hot-ec8a,
    .cold_c15c {
        padding: 15px;
    }
    
    .clean_4239 {
        flex-direction: column;
        gap: 5px;
    }
    
    .center-2b98 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .secondary_760c {
        padding: 30px 10px;
    }
    
    .hero_stale_fbca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .east_35cc {
        padding: 20px 15px;
    }
    
    .pagination_orange_73a1 {
        font-size: 2rem;
    }
    
    .east_35cc h3 {
        font-size: 1.1rem;
    }
    
    .east_35cc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .soft_52a5 {
        padding: 20px 10px;
    }
    
    .aside-dark-4004 h2 {
        font-size: 1.3rem;
    }
    
    .frame_yellow_d97d {
        font-size: 0.9rem;
    }
    
    .secondary-stale-9c5e h3 {
        font-size: 1.1rem;
    }
    
    .secondary-stale-9c5e p {
        font-size: 0.9rem;
    }
    
    .middle-6c92 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_3fc8 {
        grid-template-columns: 1fr;
    }
    
    .box-easy-7b78 {
        font-size: 0.85rem;
    }
    
    .banner_south_7f34 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_huge_4427 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table_huge_4427 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .blue_fb5d {
        padding: 30px 10px;
    }
    
    .full_a442 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop_ab0d {
        padding: 15px 10px;
    }
    
    .backdrop_ab0d h4 {
        font-size: 0.9rem;
    }
    
    .backdrop_ab0d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .overlay_1a89 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .purple-7232 {
        padding: 30px 10px;
    }
    
    .notice-d43f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element_north_2f3e {
        padding: 15px;
    }
    
    .liquid-d66f {
        font-size: 0.9rem;
    }
    
    .focus_954a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_954a .overlay-e020 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .banner-white-8275 {
        padding: 30px 10px;
    }
    
    .banner-white-8275 h2 {
        font-size: 1.2rem;
    }
    
    .avatar-a68e {
        gap: 10px;
    }
    
    .main_25c6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .main_25c6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .accordion-db91 {
        padding: 30px 10px;
    }
    
    .accordion-db91 h2 {
        font-size: 1.2rem;
    }
    
    .slow-d278 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide_7bfb {
        padding: 15px 10px;
    }
    
    .wide_7bfb h4 {
        font-size: 0.85rem;
    }
    
    .wide_7bfb p {
        font-size: 0.75rem;
    }
    
    .section_51e0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel-4ec8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .paper-772f {
        padding: 20px 10px;
    }
    
    .heading-465c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hover_394c,
    .media_6b5a,
    .article-basic-6691 {
        width: 100%;
    }
    
    .hover_394c h3 {
        font-size: 1.1rem;
    }
    
    .hover_394c p {
        font-size: 0.8rem;
    }
    
    .paper_b557 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .down-19af {
        padding: 30px 15px;
    }
    
    .down-19af h2 {
        font-size: 1.3rem;
    }
    
    .down-19af p {
        font-size: 0.85rem;
    }
    
    .plasma-d321 {
        flex-direction: column;
        gap: 10px;
    }
    
    .plasma-d321 .element-8a81 {
        width: 100%;
    }
    
    .caption-hard-4dc7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .east_e0dd {
        padding: 30px 15px;
    }
    
    .item_fast_9806 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .summary-right-e1f8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .progress-20c2 h4 {
        font-size: 0.9rem;
    }
    
    .progress-20c2 a {
        font-size: 0.8rem;
    }
    
    .pro_ba34 {
        font-size: 0.8rem;
    }
    
    .input-b033 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .banner_dim_a70a {
        padding: 8px 10px;
    }
    
    .motion-b4c6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .chip-pro-9354 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .motion-b4c6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .chip-pro-9354 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e6a8 */
.ghost-box-i5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
