/* Inner Page Styles */

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

.middle-1c3b 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);
}

.middle-1c3b 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);
}

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

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

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

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

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

.full_3eb0 .hover_c991:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-in-adad {
    color: var(--casino-gold-light);
}

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

.shadow-in-adad a:hover {
    color: var(--casino-gold-light);
}

.shadow-in-adad.fn-active-ed21 {
    color: var(--casino-gold-light);
}

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

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

.form-static-315f {
    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);
}

.form-static-315f 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);
}

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

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

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

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

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

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

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

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

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

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

.gradient-lite-09a0 {
    padding: var(--md-spacing-md) 0;
}

.nav-next-b982 {
    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%;
}

.nav-next-b982 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 */
.component-copper-fce6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-copper-fce6 li {
    margin-bottom: var(--md-spacing-xs);
}

.component-copper-fce6 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);
}

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

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

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

.north-f4ee:hover::before {
    left: 100%;
}

.north-f4ee 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;
}

.north-f4ee 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;
}

.north-f4ee .top-af63 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.north-f4ee .top-af63:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.pattern-short-c651 {
    margin-top: var(--md-spacing-sm);
}

.progress-bronze-f9ec {
    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);
}

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

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

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

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

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

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

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

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

.column_d23b .top-af63:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .middle-1c3b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .middle-1c3b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .middle-1c3b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .full_3eb0 {
        justify-content: center;
    }
    
    .logo_slow_7703 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fresh_7c9b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hot_5910 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form-static-315f {
        padding: var(--md-spacing-md);
    }
    
    .solid-0c45 {
        padding: var(--md-spacing-md) 0;
    }
    
    .nav-next-b982 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column_d23b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .out-e738 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form-static-315f {
        padding: var(--md-spacing-sm);
    }
    
    .input_6c2e {
        padding: var(--md-spacing-md);
    }
    
    .nav-next-b982 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.input_6c2e,
.nav-next-b982,
.column_d23b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.mask-5b7a {
    font-size: 1.5rem;
}

.easy_4bb6 strong {
    color: #00ff88;
}

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

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

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

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

.media-top-78c0 {
    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;
}

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

.media-top-78c0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.media-top-78c0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.item_6dc4 strong {
    color: #00ff88;
}

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

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

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

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

.message-63f3 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.dynamic_16dd {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

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

.complex-0dc8 {
    text-align: center;
    margin-bottom: 30px;
}

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

.secondary_a629.content-bottom-a6b1 .hidden_bronze_da80 {
    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); }
}

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

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

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

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

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

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

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

.picture-north-f77c {
    font-size: 1.2rem;
}

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

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

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

.section-rough-be6e {
    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;
}

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

.section-rough-be6e.outer_a52e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.section-rough-be6e.element-red-d04d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.section-rough-be6e.purple-5ca6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.section-rough-be6e.gold_5f15::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider_3129 {
    font-size: 1.2rem;
}

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

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

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

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

.gradient_4389.slow-2c6f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_4389.fn-active-ed21 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown-gold-2fda {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

.narrow-521e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.fresh_5e1c.slider-tiny-b602 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.overlay-red-10da {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.panel_short_f766 { border-top: 3px solid #00ccff; }
.module_fresh_feab { border-top: 3px solid #00ff88; }
.dim_a693 { border-top: 3px solid #d4af37; }
.tall_328f { border-top: 3px solid #ff6b6b; }
.dynamic_99ab { border-top: 3px solid #8b5cf6; }

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

.footer-inner-eaee {
    overflow-x: auto;
}

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

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

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

.shade_complex_63ad td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.avatar-3f38 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.soft-628c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.texture_soft_ff2d {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.logo-yellow-71cb {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.white-307d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.shadow_dim_319a {
    font-size: 1.5rem;
}

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

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

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

.wrapper-086d {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

.surface_north_6d73 .container-wood-e5bc {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.box-narrow-81f7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.tooltip-soft-2b08 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.carousel-0db7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.carousel-0db7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.iron-7a35 span {
    color: #666;
    font-size: 0.8rem;
}

.iron-7a35 a {
    color: #ff6b6b;
}

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

.wrapper-next-f996 {
    max-width: 800px;
    margin: 0 auto;
}

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

.purple-b9b4 {
    text-align: center;
}

.purple-b9b4 .thumbnail-0dad {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.purple-b9b4 .tall-84ad {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.wrapper-next-f996 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.hover-2e37 {
    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;
}

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

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

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

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

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

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

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

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

.orange-0b5f {
    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;
}

.orange-0b5f.slider-tiny-b602 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.box_2c76 .tall_c678 {
    color: #666;
    margin: 0 8px;
}

.box_2c76 .right_f139 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.tag_2b6e {
    font-size: 2rem;
}

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

.active-31d1 strong {
    color: #d4af37;
}

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

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

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

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

.texture-solid-137d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.black-1ff0 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.label-red-0833 strong {
    color: #00ff88;
}

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

.tertiary-top-0f4d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tertiary-top-0f4d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.title-daf9 strong {
    color: #d4af37;
}

.accordion_plasma_cf5b {
    color: #aaa;
}

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

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

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

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

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

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

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

.dropdown-14ff:last-child {
    border-bottom: none;
}

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

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

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

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

.out-2cda {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.out-2cda 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;
}

.out-2cda li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.input_69d0 strong {
    color: #d4af37;
}

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

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

.down_d973 strong {
    color: #00ff88;
}

.down_d973 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.panel-copper-d367 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.logo-left-6001 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame_solid_fd14 strong {
    color: #00ff88;
}

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

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

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

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

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

.popup-slow-5f29 {
    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;
}

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

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

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

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

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

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

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

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

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

.article-silver-46f9 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget_fc22 {
        padding: 30px 15px;
    }
    
    .widget_fc22 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .button-247f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .inner_25a4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .smooth_d511 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .smooth_d511 .wrapper_red_6c2f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .component_upper_2d76 {
        font-size: 1.3rem;
    }
    
    .action_0324 {
        font-size: 0.7rem;
    }
    
    .new_b1e4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .new_b1e4 .top-af63 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .highlight_f1e6 {
        display: none;
    }
    
    .secondary-hard-52f8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slider_b0e3 {
        padding: 20px 10px;
    }
    
    .stone_6e3d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_last_0a9c,
    .thick-9d07 {
        padding: 15px;
    }
    
    .panel-copper-d367 {
        flex-direction: column;
        gap: 5px;
    }
    
    .logo-left-6001 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fixed_8683 {
        padding: 30px 10px;
    }
    
    .hero-406d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_center_0916 {
        padding: 20px 15px;
    }
    
    .aside-out-e4de {
        font-size: 2rem;
    }
    
    .progress_center_0916 h3 {
        font-size: 1.1rem;
    }
    
    .progress_center_0916 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .old-2fed {
        padding: 20px 5px;
    }
    
    .old-2fed h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .image-current-cba9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .shade_complex_63ad {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .shade_complex_63ad th,
    .shade_complex_63ad td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .frame-1fc0 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup-26ff {
        padding: 20px 10px;
    }
    
    .sidebar_9e46 h2 {
        font-size: 1.3rem;
    }
    
    .progress_right_beb4 {
        font-size: 0.9rem;
    }
    
    .dropdown-14ff h3 {
        font-size: 1.1rem;
    }
    
    .dropdown-14ff p {
        font-size: 0.9rem;
    }
    
    .out-2cda li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .footer-1289 {
        grid-template-columns: 1fr;
    }
    
    .input_69d0 {
        font-size: 0.85rem;
    }
    
    .over_d7e8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_old_dad0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notification_old_dad0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .light_dd8f {
        padding: 30px 10px;
    }
    
    .accent_out_f044 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern_c523 {
        padding: 15px 10px;
    }
    
    .pattern_c523 h4 {
        font-size: 0.9rem;
    }
    
    .pattern_c523 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .breadcrumb-steel-e1f6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .liquid-dbaa {
        padding: 30px 10px;
    }
    
    .footer_hard_71f8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-gold-3a42 {
        padding: 15px;
    }
    
    .dynamic_79cf {
        font-size: 0.9rem;
    }
    
    .slow_d2a9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow_d2a9 .slider_fluid_b248 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .media-slow-abce {
        padding: 30px 10px;
    }
    
    .media-slow-abce h2 {
        font-size: 1.2rem;
    }
    
    .notice_out_ddf6 {
        gap: 10px;
    }
    
    .rough-81ba summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .rough-81ba p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .black-142d {
        padding: 30px 10px;
    }
    
    .black-142d h2 {
        font-size: 1.2rem;
    }
    
    .accordion_f2a5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold_f69e {
        padding: 15px 10px;
    }
    
    .gold_f69e h4 {
        font-size: 0.85rem;
    }
    
    .gold_f69e p {
        font-size: 0.75rem;
    }
    
    .surface-8149 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .bronze_5d0c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs_up_baca {
        padding: 20px 10px;
    }
    
    .tooltip-soft-2b08 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link_thick_5f25,
    .carousel-0db7,
    .iron-7a35 {
        width: 100%;
    }
    
    .link_thick_5f25 h3 {
        font-size: 1.1rem;
    }
    
    .link_thick_5f25 p {
        font-size: 0.8rem;
    }
    
    .notification-dff4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .table-solid-35e8 {
        padding: 30px 15px;
    }
    
    .table-solid-35e8 h2 {
        font-size: 1.3rem;
    }
    
    .table-solid-35e8 p {
        font-size: 0.85rem;
    }
    
    .header-wide-6c75 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-wide-6c75 .top-af63 {
        width: 100%;
    }
    
    .progress-tiny-3e64 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background_06de {
        padding: 30px 15px;
    }
    
    .active_small_5eab {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fluid_fea6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .active_30d6 h4 {
        font-size: 0.9rem;
    }
    
    .active_30d6 a {
        font-size: 0.8rem;
    }
    
    .avatar-b481 {
        font-size: 0.8rem;
    }
    
    .accordion_paper_6667 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .detail-7972 {
        padding: 8px 10px;
    }
    
    .list-b4a1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu_light_7de5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list-b4a1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu_light_7de5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 16fb */
.promo-block-n6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
