/* Inner Page Styles */

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

.slow-58af 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);
}

.slow-58af 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);
}

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

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

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

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

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

.wrapper_gas_3e73 .layout_cool_e78b:hover::before {
    left: 100%;
}

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

.thumbnail-wood-222e {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail_85d5.fn-active-1061 {
    color: var(--casino-gold-light);
}

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

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

.huge-4e53 {
    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);
}

.huge-4e53 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);
}

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

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

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

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

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

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

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

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

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

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

.tiny-809e {
    padding: var(--md-spacing-md) 0;
}

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

.gradient_solid_2c10 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 */
.focus-682f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.focus-682f li {
    margin-bottom: var(--md-spacing-xs);
}

.focus-682f 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);
}

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

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

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

.frame-steel-c362:hover::before {
    left: 100%;
}

.frame-steel-c362 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;
}

.frame-steel-c362 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;
}

.frame-steel-c362 .huge-36bd {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.frame-steel-c362 .huge-36bd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.chip-north-ef28 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.banner_a5a5 .huge-36bd {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.banner_a5a5 .huge-36bd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .slow-58af {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .slow-58af h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .slow-58af h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wrapper_gas_3e73 {
        justify-content: center;
    }
    
    .filter_tall_50a6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert_slow_24c9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cold_08c5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .huge-4e53 {
        padding: var(--md-spacing-md);
    }
    
    .shade_17e7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient_solid_2c10 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner_a5a5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide-1040 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .huge-4e53 {
        padding: var(--md-spacing-sm);
    }
    
    .detail-north-5465 {
        padding: var(--md-spacing-md);
    }
    
    .gradient_solid_2c10 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail-north-5465,
.gradient_solid_2c10,
.banner_a5a5 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.focus-94bc::-webkit-scrollbar {
    width: 8px;
}

.focus-94bc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.tall-f916 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .shadow-dim-a1e9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .popup-25f5 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.notice-narrow-eb0f {
    padding: 30px 0;
}

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

.progress-west-e62c {
    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;
}

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

.progress-west-e62c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.progress-west-e62c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.rough-5b31 {
    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;
}

.rough-5b31 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.module-abe0.item_copper_5b7c .accent-c56c {
    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); }
}

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

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

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

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

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

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

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

.progress-2a63 {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth-f3d1.paper-67e7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth-f3d1.fresh_edd2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth-f3d1.middle-cbd4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth-f3d1.clean_e03c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focused_ff8a {
    font-size: 1.2rem;
}

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

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

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

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

.basic-779d.panel_a54e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.basic-779d.fn-active-1061 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.picture-fluid-0180 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.tooltip-7ee0.form-hovered-179f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.banner_ca65 { border-top: 3px solid #00ccff; }
.card_motion_faa1 { border-top: 3px solid #00ff88; }
.frame-red-b193 { border-top: 3px solid #d4af37; }
.description-tall-b5c6 { border-top: 3px solid #ff6b6b; }
.accent-upper-34e1 { border-top: 3px solid #8b5cf6; }

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

.narrow_000c {
    overflow-x: auto;
}

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

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

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

.photo-over-e6ee td {
    color: #ccc;
}

.photo-over-e6ee .progress_0298 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.photo-over-e6ee tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.notice-center-fe45 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.grid-north-627f {
    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;
}

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

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

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

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

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

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

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

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

.badge-fluid-dfbc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_advanced_4e08 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.panel_c90b .black_7777 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.form-soft-19a9 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.header-stone-58a9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.icon-steel-cabc {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.icon-steel-cabc span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.shadow-08f5 span {
    color: #666;
    font-size: 0.8rem;
}

.shadow-08f5 a {
    color: #ff6b6b;
}

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

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

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

.bottom-bfdc {
    text-align: center;
}

.bottom-bfdc .media-719c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.bottom-bfdc .dirty-1a16 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.fixed-12a7 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.caption-up-83f3 {
    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;
}

.caption-up-83f3.form-hovered-179f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .banner_lite_7f7c {
        flex-direction: column;
    }
    .wrapper-119d {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.active-large-48ad .element_orange_43c9 {
    color: #666;
    margin: 0 8px;
}

.active-large-48ad .tabs_easy_37a2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.silver-211d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.small_a4b0 {
    font-size: 2rem;
}

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

.hot_d583 strong {
    color: #d4af37;
}

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

.narrow-039c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.table-first-7ba9 h3,
.preview_active_7bc2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.overlay-solid-636b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.pro_d059 strong {
    color: #00ff88;
}

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

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

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

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

.secondary-short-cc5a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.medium-69db summary::-webkit-details-marker {
    display: none;
}

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

.sidebar-black-26e5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.north-b037 strong {
    color: #d4af37;
}

.widget-easy-f9b0 {
    color: #aaa;
}

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

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

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

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

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

.surface-31b9 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.fast-30ca {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fast-30ca 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;
}

.fast-30ca li strong {
    color: #00ff88;
}

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

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

.paragraph-5bb3 {
    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;
}

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

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

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

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

.caption-tiny-32d4 strong {
    color: #d4af37;
}

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

.caption-paper-83d7 {
    color: #888;
    font-size: 0.9rem;
}

.caption-paper-83d7 strong {
    color: #00ff88;
}

.caption-paper-83d7 span {
    color: #d4af37;
}

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

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

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

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

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

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

.breadcrumb-hard-bd3f {
    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;
}

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

.card-paper-f7be {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.background-bottom-8cc9 {
    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);
}

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

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

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

.shadow-blue-66f4 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.shadow-blue-66f4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.thumbnail-c684 li {
    margin-bottom: 5px;
}

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

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

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

.gallery-new-bc16 {
    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;
}

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

.caption_8420 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.carousel-right-acad {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .full-1644 {
        padding: 30px 15px;
    }
    
    .full-1644 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .medium-e0c1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .focus-53ee {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .out_5b32 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .out_5b32 .dropdown-c6fb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .label_38fd {
        font-size: 1.3rem;
    }
    
    .input-075c {
        font-size: 0.7rem;
    }
    
    .highlight_in_8474 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight_in_8474 .huge-36bd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .iron_a472 {
        display: none;
    }
    
    .surface_iron_e9b6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .mask_black_6637 {
        padding: 20px 10px;
    }
    
    .message_mini_ea3e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active_medium_5140,
    .dim_ebe8 {
        padding: 15px;
    }
    
    .cool_018a {
        flex-direction: column;
        gap: 5px;
    }
    
    .background-bottom-8cc9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accordion-orange-eb5c {
        padding: 30px 10px;
    }
    
    .gallery-prev-e75a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background_b6a8 {
        padding: 20px 15px;
    }
    
    .button-280e {
        font-size: 2rem;
    }
    
    .background_b6a8 h3 {
        font-size: 1.1rem;
    }
    
    .background_b6a8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .layout-thick-37a4 {
        padding: 20px 10px;
    }
    
    .slider_steel_445f h2 {
        font-size: 1.3rem;
    }
    
    .hidden_eb6f {
        font-size: 0.9rem;
    }
    
    .action_b9cb h3 {
        font-size: 1.1rem;
    }
    
    .action_b9cb p {
        font-size: 0.9rem;
    }
    
    .fast-30ca li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .filter-medium-6393 {
        grid-template-columns: 1fr;
    }
    
    .caption-tiny-32d4 {
        font-size: 0.85rem;
    }
    
    .dropdown_4ed9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-5bb3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph-5bb3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .nav_eb92 {
        padding: 30px 10px;
    }
    
    .title-selected-e541 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-1fe2 {
        padding: 15px 10px;
    }
    
    .tag-1fe2 h4 {
        font-size: 0.9rem;
    }
    
    .tag-1fe2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .widget-21f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title-selected-e541 {
        grid-template-columns: 1fr;
    }
    
    .tag-1fe2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .video_blue_1826 {
        padding: 30px 10px;
    }
    
    .picture_432e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay_solid_3989 {
        padding: 15px;
    }
    
    .breadcrumb-large-124e {
        font-size: 0.9rem;
    }
    
    .glass-3e14 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass-3e14 .blue_a113 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hidden_motion_9a81 {
        padding: 30px 10px;
    }
    
    .hidden_motion_9a81 h2 {
        font-size: 1.2rem;
    }
    
    .preview_action_7b5d {
        gap: 10px;
    }
    
    .header-last-eee7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .header-last-eee7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .avatar-115c {
        padding: 30px 10px;
    }
    
    .avatar-115c h2 {
        font-size: 1.2rem;
    }
    
    .paper_d690 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar-action-bc08 {
        padding: 15px 10px;
    }
    
    .sidebar-action-bc08 h4 {
        font-size: 0.85rem;
    }
    
    .sidebar-action-bc08 p {
        font-size: 0.75rem;
    }
    
    .shade_d8f7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gas_bf4b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .alert-blue-a73e {
        padding: 20px 10px;
    }
    
    .media_white_656f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .title-north-e0aa,
    .icon-steel-cabc,
    .shadow-08f5 {
        width: 100%;
    }
    
    .title-north-e0aa h3 {
        font-size: 1.1rem;
    }
    
    .title-north-e0aa p {
        font-size: 0.8rem;
    }
    
    .article-f168 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .link-fa60 {
        padding: 30px 15px;
    }
    
    .link-fa60 h2 {
        font-size: 1.3rem;
    }
    
    .link-fa60 p {
        font-size: 0.85rem;
    }
    
    .footer_copper_a297 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer_copper_a297 .huge-36bd {
        width: 100%;
    }
    
    .wide-b16b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .wood-074b {
        padding: 30px 15px;
    }
    
    .yellow-6bf1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pressed-ef1b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .in-cade h4 {
        font-size: 0.9rem;
    }
    
    .in-cade a {
        font-size: 0.8rem;
    }
    
    .status_65d7 {
        font-size: 0.8rem;
    }
    
    .filter-huge-e9ad p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .info-ad55 {
        padding: 8px 10px;
    }
    
    .dirty_8d55 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .basic_ee8a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dirty_8d55 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .basic_ee8a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: afac */
.shadow-element-l8 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
