/* Inner Page Styles */

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

.accordion-next-cb3b 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);
}

.accordion-next-cb3b 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);
}

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

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

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

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

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

.label_mini_8bc2 .aside_east_1664:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh_ae17.fn-active-cee2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.accent-prev-1c42 {
    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);
}

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

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

.accent-prev-1c42 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.upper_525f 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 */
.section-narrow-73cf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-narrow-73cf li {
    margin-bottom: var(--md-spacing-xs);
}

.section-narrow-73cf 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);
}

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

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

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

.wood-9336:hover::before {
    left: 100%;
}

.wood-9336 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;
}

.wood-9336 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;
}

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

.wood-9336 .hover_cool_4480:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.table-dirty-fe0b {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.title-tall-2a88 {
    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);
}

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

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

.title-tall-2a88 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.title-tall-2a88 .hover_cool_4480 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.title-tall-2a88 .hover_cool_4480:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion-next-cb3b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accordion-next-cb3b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accordion-next-cb3b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .label_mini_8bc2 {
        justify-content: center;
    }
    
    .message-e112 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .simple_a6d0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard_35cd {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-cd58 {
        padding: var(--md-spacing-md);
    }
    
    .overlay-396f {
        padding: var(--md-spacing-md) 0;
    }
    
    .upper_525f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .title-tall-2a88 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .badge-motion-123a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link-cd58 {
        padding: var(--md-spacing-sm);
    }
    
    .accent-prev-1c42 {
        padding: var(--md-spacing-md);
    }
    
    .upper_525f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.accent-prev-1c42,
.upper_525f,
.title-tall-2a88 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.logo-pressed-0317::-webkit-scrollbar {
    width: 8px;
}

.logo-pressed-0317::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.north-5f8c {
    font-size: 1.5rem;
}

.hover-581b strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.steel-6cb5 {
    padding: 30px 0;
}

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

.text-selected-a207 {
    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;
}

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

.text-selected-a207 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.text-selected-a207 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.dirty-f2cf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.paper_5b9c.brown-3bbd .complex_78b1 {
    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); }
}

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

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

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

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

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

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

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

.link_slow_70e4 {
    font-size: 1.2rem;
}

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

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

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

.dynamic-2e64 {
    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;
}

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

.dynamic-2e64.table-e7a4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dynamic-2e64.item_motion_69a4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dynamic-2e64.container_820a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dynamic-2e64.sort_east_559a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.grid_advanced_3203 {
    font-size: 1.2rem;
}

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

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

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

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

.alert_tall_e889.short_7b33 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert_tall_e889.fn-active-cee2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.banner-pink-8144 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.grid-163c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.focus-up-c531 {
    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;
}

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

.focus-up-c531.content_advanced_5ec4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.item-easy-21e5 { border-top: 3px solid #00ccff; }
.panel-fresh-a575 { border-top: 3px solid #00ff88; }
.banner-9289 { border-top: 3px solid #d4af37; }
.banner-wood-3b6a { border-top: 3px solid #ff6b6b; }
.large-04c4 { border-top: 3px solid #8b5cf6; }

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

.mask-fast-c629 {
    overflow-x: auto;
}

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

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

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

.hovered-ef38 td {
    color: #ccc;
}

.hovered-ef38 .message-da3c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.hovered-ef38 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.footer-current-5b89 {
    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;
}

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

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

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

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

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

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

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

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

.preview_6644 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo_east_5671 {
    font-size: 1.5rem;
}

.blue-92e1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.video-c839 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.button-5a1c .wrapper_1c90 {
    margin-bottom: 10px;
}

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

.button-5a1c strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.wrapper-546a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

.hero-white-bf5c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.preview-prev-dfd2 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.input-4c26 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tooltip-center-2c3a {
    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;
}

.input-4c26 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.layout-plasma-2708 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.layout-plasma-2708 span {
    color: #666;
    font-size: 0.8rem;
}

.layout-plasma-2708 a {
    color: #ff6b6b;
}

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

.avatar-534a {
    max-width: 800px;
    margin: 0 auto;
}

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

.article_b565 {
    text-align: center;
}

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

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

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

.avatar-534a > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.shadow-cool-1869 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.video-motion-aa92 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.notification-gold-46b4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.advanced-9aff {
    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;
}

.advanced-9aff.content_advanced_5ec4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .notification-gold-46b4 {
        flex-direction: column;
    }
    .tag_lite_a1b7 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.over-bd25 .button_0a02 {
    color: #666;
    margin: 0 8px;
}

.over-bd25 .complex-af6d {
    color: #ff6b6b;
    text-decoration: line-through;
}

.sort-new-4dd7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.frame-first-3c78 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.in_1af3 {
    font-size: 2rem;
}

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

.paper_f45b strong {
    color: #d4af37;
}

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

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

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

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

.header-simple-3255 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.item-north-cc70 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.copper_43d2 strong {
    color: #00ff88;
}

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

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

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

.popup-5263 h3,
.icon-paper-a35c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.avatar-liquid-e47e strong {
    color: #d4af37;
}

.right-9bb4 {
    color: #aaa;
}

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

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

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

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

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

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

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

.over-1506:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.feature_124b li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .secondary-inner-0bae {
        grid-template-columns: 1fr;
    }
}

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

.status_5356 strong {
    color: #d4af37;
}

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

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

.module_8461 strong {
    color: #00ff88;
}

.module_8461 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.progress-basic-ca9f {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .notification-wood-22f0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.advanced_91f2 strong {
    color: #00ff88;
}

.component-center-1bc6 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

.medium_b72a {
    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-prev-dfd2 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .white-9647 {
        padding: 30px 15px;
    }
    
    .white-9647 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fixed_f21f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bottom_e062 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .carousel_full_8568 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel_full_8568 .heading-active-a153 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tag_59a9 {
        font-size: 1.3rem;
    }
    
    .description_green_159f {
        font-size: 0.7rem;
    }
    
    .grid-3f89 {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid-3f89 .hover_cool_4480 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden-65b5 {
        display: none;
    }
    
    .tertiary_c3a7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .background-ba0c {
        padding: 20px 10px;
    }
    
    .carousel_3d06 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_1ef1,
    .backdrop_69f4 {
        padding: 15px;
    }
    
    .dim_b1ce {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress-basic-ca9f {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hero_aa2a {
        padding: 20px 10px;
    }
    
    .tooltip_lower_16a7 h2 {
        font-size: 1.3rem;
    }
    
    .widget-bba3 {
        font-size: 0.9rem;
    }
    
    .over-1506 h3 {
        font-size: 1.1rem;
    }
    
    .over-1506 p {
        font-size: 0.9rem;
    }
    
    .feature_124b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .secondary-inner-0bae {
        grid-template-columns: 1fr;
    }
    
    .status_5356 {
        font-size: 0.85rem;
    }
    
    .photo_advanced_a21d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev-e0f4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .prev-e0f4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .info_white_0aa0 {
        padding: 30px 10px;
    }
    
    .stone-fc9a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_a322 {
        padding: 15px 10px;
    }
    
    .surface_a322 h4 {
        font-size: 0.9rem;
    }
    
    .surface_a322 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .prev-9ac7 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel_fresh_06e4 {
        padding: 30px 10px;
    }
    
    .aside-3650 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_5ac6 {
        padding: 15px;
    }
    
    .container_d87f {
        font-size: 0.9rem;
    }
    
    .form_brown_7386 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_brown_7386 .wrapper_gold_70c4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .box_green_b9e6 {
        padding: 30px 10px;
    }
    
    .box_green_b9e6 h2 {
        font-size: 1.2rem;
    }
    
    .description-d698 {
        gap: 10px;
    }
    
    .module-fast-a04f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .module-fast-a04f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .right_708c {
        padding: 30px 10px;
    }
    
    .right_708c h2 {
        font-size: 1.2rem;
    }
    
    .table_9979 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-9f8d {
        padding: 15px 10px;
    }
    
    .frame-9f8d h4 {
        font-size: 0.85rem;
    }
    
    .frame-9f8d p {
        font-size: 0.75rem;
    }
    
    .highlight-f7d4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .frame_west_b11a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pressed_e328 {
        padding: 20px 10px;
    }
    
    .complex_4cc4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .module-lower-8830,
    .input-4c26,
    .layout-plasma-2708 {
        width: 100%;
    }
    
    .module-lower-8830 h3 {
        font-size: 1.1rem;
    }
    
    .module-lower-8830 p {
        font-size: 0.8rem;
    }
    
    .tooltip-center-2c3a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mask_5e5b {
        padding: 30px 15px;
    }
    
    .mask_5e5b h2 {
        font-size: 1.3rem;
    }
    
    .mask_5e5b p {
        font-size: 0.85rem;
    }
    
    .hero_medium_3fd4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero_medium_3fd4 .hover_cool_4480 {
        width: 100%;
    }
    
    .modal-basic-ed0d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .hover_c4cc {
        padding: 30px 10px;
    }
    
    .hover_c4cc h3 {
        font-size: 1.2rem;
    }
    
    .gradient-094e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-tall-2a88 {
        padding: 15px 10px;
    }
    
    .title-tall-2a88 h4 {
        font-size: 0.85rem;
    }
    
    .title-tall-2a88 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .widget_f4eb {
        padding: 30px 15px;
    }
    
    .active-c382 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hero_72bd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .image-705b h4 {
        font-size: 0.9rem;
    }
    
    .image-705b a {
        font-size: 0.8rem;
    }
    
    .heading-smooth-ba14 {
        font-size: 0.8rem;
    }
    
    .yellow_1806 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .highlight_cba2 {
        padding: 8px 10px;
    }
    
    .short-33ee {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .message_out_20fd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .short-33ee {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .message_out_20fd {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 16f4 */
.phantom-card-w5 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
