/* Inner Page Styles */

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

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

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

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

.small-7a58 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.small-7a58 .feature_purple_5c43 {
    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;
}

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

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

.small-7a58 .feature_purple_5c43:hover::before {
    left: 100%;
}

.small-7a58 .feature_purple_5c43:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.element-fresh-efe8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_411c.fn-active-7939 {
    color: var(--casino-gold-light);
}

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

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

.hover-gold-f3ec {
    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);
}

.hover-gold-f3ec 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);
}

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

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

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

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

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

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

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

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

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

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

.yellow-831c {
    padding: var(--md-spacing-md) 0;
}

.slider-smooth-5699 {
    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%;
}

.slider-smooth-5699 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 */
.soft-692c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.soft-692c li {
    margin-bottom: var(--md-spacing-xs);
}

.soft-692c 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);
}

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

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

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

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

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

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

.accent_gold_3ad7 .header-3b95 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accent_gold_3ad7 .header-3b95:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.grid-ec8a .header-3b95 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid-ec8a .header-3b95:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .outline_stale_30fb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .outline_stale_30fb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .outline_stale_30fb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .small-7a58 {
        justify-content: center;
    }
    
    .element-fresh-efe8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .content_2d21 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lower-ac64 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover-gold-f3ec {
        padding: var(--md-spacing-md);
    }
    
    .medium-2352 {
        padding: var(--md-spacing-md) 0;
    }
    
    .slider-smooth-5699 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid-ec8a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .image-96ac {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hover-gold-f3ec {
        padding: var(--md-spacing-sm);
    }
    
    .title_medium_2241 {
        padding: var(--md-spacing-md);
    }
    
    .slider-smooth-5699 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.title_medium_2241,
.slider-smooth-5699,
.grid-ec8a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hot_da63 {
    font-size: 1.5rem;
}

.section-basic-eeaa strong {
    color: #00ff88;
}

.aside-blue-0eb3 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tooltip-5fda {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .aside-blue-0eb3 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_silver_f943 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.carousel-east-8ce3 {
    text-align: center;
    margin-bottom: 30px;
}

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

.row_cbc3.fluid-120d .frame_6afa {
    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); }
}

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

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

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

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

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

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

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

.gallery-832b {
    font-size: 1.2rem;
}

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

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

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

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

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

.active_selected_f696.summary-b649::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active_selected_f696.popup-rough-6727::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_selected_f696.clean_b29e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active_selected_f696.tooltip-dirty-37eb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.purple_c60b {
    font-size: 1.2rem;
}

.breadcrumb-dim-0b2b {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.item-glass-31a3.text_3664 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.item-glass-31a3.fn-active-7939 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.input-center-6fd9 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.module-smooth-8499 {
    background: #0a0a0a;
    padding: 60px 0;
}

.icon-small-4e3e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.tall-a9de.notice-d553 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.steel_75ea { border-top: 3px solid #00ccff; }
.background_a10e { border-top: 3px solid #00ff88; }
.dynamic_a5c7 { border-top: 3px solid #d4af37; }
.new_37f7 { border-top: 3px solid #ff6b6b; }
.focus_63a9 { border-top: 3px solid #8b5cf6; }

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

.picture_45fd {
    overflow-x: auto;
}

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

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

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

.short_ae5a td {
    color: #ccc;
}

.short_ae5a .list-9a65 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.cold-06b4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-7aea p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .filter-huge-280b {
        grid-template-columns: 1fr;
    }
}

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

.logo-8fbf {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.mask-bronze-ba8f {
    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;
}

.mask-bronze-ba8f::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);
}

.input-next-7520 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.search-940a {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.logo_4268 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.nav-right-d19f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-right-d19f .advanced-882c {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.header-glass-79df .gas-cc0e {
    margin-bottom: 10px;
}

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

.header-glass-79df strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.media-full-4f07 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.popup-402f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.message-wide-beac {
    display: flex;
    align-items: center;
    gap: 10px;
}

.narrow-811c {
    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;
}

.message-wide-beac span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.banner_light_4602 a {
    color: #ff6b6b;
}

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

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

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

.media-6ef5 {
    text-align: center;
}

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

.media-6ef5 .avatar_static_7ee9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-a479.notice-d553 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .accent_c499 {
        flex-direction: column;
    }
    .down-6b2c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.status-10a2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.gold-1ff5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.filter_static_8dc5 .hero_94c9 {
    color: #666;
    margin: 0 8px;
}

.filter_static_8dc5 .south_7f19 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.lite_7731 {
    font-size: 2rem;
}

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

.block_hard_4707 strong {
    color: #d4af37;
}

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

.footer-warm-622b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .footer-warm-622b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.tertiary-hovered-76ed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.input-9386 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.filter-glass-5a18 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.video-red-2293 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.tooltip-2a87 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.panel-ce6d strong {
    color: #d4af37;
}

.text-brown-90c7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red_ae33 strong {
    color: #d4af37;
}

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

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

.aside-cf93 strong {
    color: #00ff88;
}

.aside-cf93 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.banner-6a10 {
    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);
}

.menu-active-18ad {
    color: #999;
    font-size: 0.85rem;
}

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

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

.silver-7c0b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.silver-7c0b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.media-fa5d li {
    margin-bottom: 5px;
}

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

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

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

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

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

.tag_27cd strong {
    color: #00ff88;
}

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

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

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

.hidden-pro-6884 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .hidden-pro-6884 {
        flex-direction: column;
    }
    
    .primary_hot_5b68 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mini_cd08 {
        padding: 30px 15px;
    }
    
    .mini_cd08 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tag_center_b2aa {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .paper-f5e0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slider-pink-2670 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider-pink-2670 .over-a5e8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .border_3c76 {
        font-size: 1.3rem;
    }
    
    .list-fluid-20c0 {
        font-size: 0.7rem;
    }
    
    .gallery_af9e {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_af9e .header-3b95 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .info-d4d4 {
        display: none;
    }
    
    .video-solid-8a1b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .banner-silver-58eb {
        padding: 20px 10px;
    }
    
    .grid_1d6b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_d418,
    .hover-1086 {
        padding: 15px;
    }
    
    .nav_5a7f {
        flex-direction: column;
        gap: 5px;
    }
    
    .banner-6a10 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .description-8a6f {
        padding: 30px 10px;
    }
    
    .filter_light_4977 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top-d25e {
        padding: 20px 15px;
    }
    
    .orange_02e0 {
        font-size: 2rem;
    }
    
    .top-d25e h3 {
        font-size: 1.1rem;
    }
    
    .top-d25e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .component-ef37 {
        padding: 20px 10px;
    }
    
    .bottom-c27a h2 {
        font-size: 1.3rem;
    }
    
    .notification_hovered_e069 {
        font-size: 0.9rem;
    }
    
    .west_7939 h3 {
        font-size: 1.1rem;
    }
    
    .west_7939 p {
        font-size: 0.9rem;
    }
    
    .header_inner_1a12 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slow_884d {
        grid-template-columns: 1fr;
    }
    
    .red_ae33 {
        font-size: 0.85rem;
    }
    
    .pressed-cbdc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink-6342 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pink-6342 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .footer-soft-fdb8 {
        padding: 30px 10px;
    }
    
    .panel-c038 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite-7dd9 {
        padding: 15px 10px;
    }
    
    .lite-7dd9 h4 {
        font-size: 0.9rem;
    }
    
    .lite-7dd9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .banner_3e93 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .panel-c038 {
        grid-template-columns: 1fr;
    }
    
    .lite-7dd9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tertiary_current_b29d {
        padding: 30px 10px;
    }
    
    .thick-bd2f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-094c {
        padding: 15px;
    }
    
    .rough_5086 {
        font-size: 0.9rem;
    }
    
    .gradient_e76b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient_e76b .badge-bright-4e3a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hovered_9ad6 {
        padding: 30px 10px;
    }
    
    .hovered_9ad6 h2 {
        font-size: 1.2rem;
    }
    
    .slow-58a3 {
        gap: 10px;
    }
    
    .new_e350 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .new_e350 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .dynamic-bf66 {
        padding: 30px 10px;
    }
    
    .dynamic-bf66 h2 {
        font-size: 1.2rem;
    }
    
    .block-wide-3dc7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_smooth_d981 {
        padding: 15px 10px;
    }
    
    .tabs_smooth_d981 h4 {
        font-size: 0.85rem;
    }
    
    .tabs_smooth_d981 p {
        font-size: 0.75rem;
    }
    
    .caption-in-54d0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shadow_87f0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .block-wide-3dc7 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .plasma-a188 {
        padding: 20px 10px;
    }
    
    .pressed-b111 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .element-bf97,
    .message-wide-beac,
    .banner_light_4602 {
        width: 100%;
    }
    
    .element-bf97 h3 {
        font-size: 1.1rem;
    }
    
    .element-bf97 p {
        font-size: 0.8rem;
    }
    
    .narrow-811c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .card_center_4209 {
        padding: 30px 15px;
    }
    
    .card_center_4209 h2 {
        font-size: 1.3rem;
    }
    
    .card_center_4209 p {
        font-size: 0.85rem;
    }
    
    .column_static_c7cb {
        flex-direction: column;
        gap: 10px;
    }
    
    .column_static_c7cb .header-3b95 {
        width: 100%;
    }
    
    .warm_66e3 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .form-2e26 {
        padding: 30px 15px;
    }
    
    .outline-fast-c327 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_old_e232 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gradient-d7f4 h4 {
        font-size: 0.9rem;
    }
    
    .gradient-d7f4 a {
        font-size: 0.8rem;
    }
    
    .element_545f {
        font-size: 0.8rem;
    }
    
    .video-2a8a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .preview-b951 {
        padding: 8px 10px;
    }
    
    .layout-4210 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .element-large-478d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .layout-4210 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .element-large-478d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 197d */
.widget-item-p5 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
