/* Inner Page Styles */

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

.primary-short-fa85 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);
}

.primary-short-fa85 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);
}

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

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

.wrapper-f192 .feature_steel_6f03 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.wrapper-f192 .feature_steel_6f03:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_first_bf41.fn-active-f8ac {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-40c8 {
    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%;
}

.hard-40c8 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 */
.progress_6e47 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.popup_9dd8 .current-d16d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.popup_9dd8 .current-d16d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.feature-999f {
    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-999f:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.dim-1870 .current-d16d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dim-1870 .current-d16d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .primary-short-fa85 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .primary-short-fa85 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .primary-short-fa85 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wrapper-f192 {
        justify-content: center;
    }
    
    .mask_blue_cf55 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slow_209a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .aside-efe6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero_dynamic_f4d5 {
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb_right_8b2b {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard-40c8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dim-1870 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .west-fbda {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero_dynamic_f4d5 {
        padding: var(--md-spacing-sm);
    }
    
    .panel_b9fe {
        padding: var(--md-spacing-md);
    }
    
    .hard-40c8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel_b9fe,
.hard-40c8,
.dim-1870 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.texture-hard-88f3 {
    font-size: 1.5rem;
}

.texture-lower-5191 strong {
    color: #00ff88;
}

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

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

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

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

.progress_3681 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.bronze-c5a0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.fresh_f4df.bright_4894 .accent-9b57 {
    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); }
}

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

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

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

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

.info-eced 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;
}

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

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

.article-cfb1 {
    font-size: 1.2rem;
}

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

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

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

.grid_0a44 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.grid_0a44.gallery-f7c9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.grid_0a44.button_4554::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid_0a44.middle-015b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.grid_0a44.module_north_7506::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.shade-6a4f {
    font-size: 1.2rem;
}

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

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

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

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

.form-d589.menu-easy-25fa { background: linear-gradient(90deg, #00ccff, #0088ff); }
.form-d589.fn-active-f8ac { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.stale-1b8c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.over-96a9 {
    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;
}

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

.over-96a9.focused_e91d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.breadcrumb_wide_5f92 { border-top: 3px solid #00ccff; }
.blue-106e { border-top: 3px solid #00ff88; }
.column-be5c { border-top: 3px solid #d4af37; }
.out_b1a4 { border-top: 3px solid #ff6b6b; }
.module-motion-4c42 { border-top: 3px solid #8b5cf6; }

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

.action_a376 {
    overflow-x: auto;
}

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

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

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

.list-iron-2bef td {
    color: #ccc;
}

.list-iron-2bef .content_dynamic_64d7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.list-iron-2bef tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.grid-glass-e12e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-59ea {
    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;
}

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

@media (max-width: 768px) {
    .gradient-fluid-852a {
        grid-template-columns: 1fr;
    }
}

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

.pagination_focused_4aba {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.column-solid-fa15 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-rough-12e0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.list-3371 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.element-55f7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tag_3c4d .under-67fa {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.pagination-prev-1cf1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.heading-67f5 {
    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;
}

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

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

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

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

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

.label-paper-373c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.active-20f1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.info-wood-58b8 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.info-wood-58b8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.pink-034c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pink-034c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.left_c327 a {
    color: #ff6b6b;
}

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

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

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

.disabled-next-2a28 {
    text-align: center;
}

.disabled-next-2a28 .bright_074c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.disabled-next-2a28 .status_2933 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clean-7954.focused_e91d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.icon-focused-c1a8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.brown-24a7 .south_5b59 {
    color: #666;
    margin: 0 8px;
}

.brown-24a7 .message-173b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.header-dynamic-dba1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.gallery_action_4e90 {
    font-size: 2rem;
}

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

.short_c90c strong {
    color: #d4af37;
}

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

.liquid-29b5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.box-purple-c7c5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.content-2965 strong {
    color: #00ff88;
}

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

.box-5f1b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.top-92f7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.logo-5cf2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.left_b348 strong {
    color: #d4af37;
}

.thumbnail_7d57 {
    color: #aaa;
}

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

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

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

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

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

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

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

.large-75e7:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.avatar-stone-cc47 {
    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;
}

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

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

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

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

.gallery_2eec strong {
    color: #d4af37;
}

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

.info-9d29 {
    color: #888;
    font-size: 0.9rem;
}

.info-9d29 strong {
    color: #00ff88;
}

.info-9d29 span {
    color: #d4af37;
}

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

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

.aside-glass-29e2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .aside-glass-29e2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.main-over-17ce {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.main-over-17ce li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_10d1 strong {
    color: #00ff88;
}

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

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

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

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

.section-9f1d {
    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;
}

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

.active-20f1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .motion_0db0 {
        flex-direction: column;
    }
    
    .section-9f1d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .element-over-45ec {
        padding: 30px 15px;
    }
    
    .element-over-45ec h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dark_efa7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .center_0d80 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .thick_df6d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thick_df6d .secondary-active-3498 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .heading_2c5a {
        font-size: 1.3rem;
    }
    
    .hidden-2c9f {
        font-size: 0.7rem;
    }
    
    .stale_a525 {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale_a525 .current-d16d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .surface_lower_ecd4 {
        display: none;
    }
    
    .summary_2cb0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status-a9d0 {
        padding: 20px 10px;
    }
    
    .aside-glass-29e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_23b1,
    .disabled_left_c85e {
        padding: 15px;
    }
    
    .header_west_e6ab {
        flex-direction: column;
        gap: 5px;
    }
    
    .shadow_1955 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .content_c7a5 {
        padding: 30px 10px;
    }
    
    .card_old_d74a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-solid-f9bc {
        padding: 20px 15px;
    }
    
    .banner_pressed_3991 {
        font-size: 2rem;
    }
    
    .tabs-solid-f9bc h3 {
        font-size: 1.1rem;
    }
    
    .tabs-solid-f9bc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .bright-3017 {
        padding: 20px 10px;
    }
    
    .search_7268 h2 {
        font-size: 1.3rem;
    }
    
    .info-938d {
        font-size: 0.9rem;
    }
    
    .large-75e7 h3 {
        font-size: 1.1rem;
    }
    
    .large-75e7 p {
        font-size: 0.9rem;
    }
    
    .dropdown_bb88 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .component_42e7 {
        grid-template-columns: 1fr;
    }
    
    .gallery_2eec {
        font-size: 0.85rem;
    }
    
    .fast-5df6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar-stone-cc47 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .avatar-stone-cc47 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .progress-wide-eaed {
        padding: 30px 10px;
    }
    
    .gradient-34e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-east-9e54 {
        padding: 15px 10px;
    }
    
    .sort-east-9e54 h4 {
        font-size: 0.9rem;
    }
    
    .sort-east-9e54 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .short-89d2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient-34e7 {
        grid-template-columns: 1fr;
    }
    
    .sort-east-9e54 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label-fe50 {
        padding: 30px 10px;
    }
    
    .search_9de9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary_small_6cce {
        padding: 15px;
    }
    
    .slider_20d4 {
        font-size: 0.9rem;
    }
    
    .layout_8169 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .layout_8169 .thumbnail_brown_074e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .chip_copper_a11f {
        padding: 30px 10px;
    }
    
    .chip_copper_a11f h2 {
        font-size: 1.2rem;
    }
    
    .notice_full_a3b6 {
        gap: 10px;
    }
    
    .item-cool-7100 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item-cool-7100 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .box_gas_b6f0 {
        padding: 30px 10px;
    }
    
    .box_gas_b6f0 h2 {
        font-size: 1.2rem;
    }
    
    .video_2f1f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_advanced_ffb8 {
        padding: 15px 10px;
    }
    
    .heading_advanced_ffb8 h4 {
        font-size: 0.85rem;
    }
    
    .heading_advanced_ffb8 p {
        font-size: 0.75rem;
    }
    
    .white-a337 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .silver_caa6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .main_a6eb {
        padding: 20px 10px;
    }
    
    .backdrop_over_6228 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info-wood-58b8,
    .pink-034c,
    .left_c327 {
        width: 100%;
    }
    
    .info-wood-58b8 h3 {
        font-size: 1.1rem;
    }
    
    .info-wood-58b8 p {
        font-size: 0.8rem;
    }
    
    .slow-9661 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .advanced_c401 {
        padding: 30px 15px;
    }
    
    .advanced_c401 h2 {
        font-size: 1.3rem;
    }
    
    .advanced_c401 p {
        font-size: 0.85rem;
    }
    
    .cool_5f4a {
        flex-direction: column;
        gap: 10px;
    }
    
    .cool_5f4a .current-d16d {
        width: 100%;
    }
    
    .middle-f5c5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden_be04 {
        padding: 30px 15px;
    }
    
    .secondary-brown-cdcc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fixed-b227 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gradient_slow_b58a h4 {
        font-size: 0.9rem;
    }
    
    .gradient_slow_b58a a {
        font-size: 0.8rem;
    }
    
    .text-short-7517 {
        font-size: 0.8rem;
    }
    
    .accordion-152b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .search_ae73 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .nav_active_a7a2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bb7c */
.widget-item-d4 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
