/* Inner Page Styles */

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

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

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

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

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

.video_inner_4c15 .card-59ca {
    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;
}

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

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

.video_inner_4c15 .card-59ca:hover::before {
    left: 100%;
}

.video_inner_4c15 .card-59ca:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.slider-down-5083 {
    margin-bottom: var(--md-spacing-lg);
}

.outline-478d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_1d1f.fn-active-8512 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-b93c 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 */
.module-c2a8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.description-action-deb5:hover::before {
    left: 100%;
}

.description-action-deb5 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;
}

.description-action-deb5 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;
}

.description-action-deb5 .accordion_stone_7155 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.description-action-deb5 .accordion_stone_7155:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.column-complex-271a {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.warm-f450 .accordion_stone_7155 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.warm-f450 .accordion_stone_7155:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pressed-c1c3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pressed-c1c3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pressed-c1c3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .video_inner_4c15 {
        justify-content: center;
    }
    
    .outline-478d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .action_a338 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .under_b962 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_easy_df87 {
        padding: var(--md-spacing-md);
    }
    
    .primary-1e81 {
        padding: var(--md-spacing-md) 0;
    }
    
    .new-b93c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .warm-f450 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask-solid-5dab {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_easy_df87 {
        padding: var(--md-spacing-sm);
    }
    
    .widget_9b94 {
        padding: var(--md-spacing-md);
    }
    
    .new-b93c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.widget_9b94,
.new-b93c,
.warm-f450 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.feature_new_99f9 {
    font-size: 1.5rem;
}

.fixed_ab1b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .breadcrumb-iron-4532 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .article-ca32 {
        margin-left: 0;
    }
}

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

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

.paragraph-dim-225e {
    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;
}

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

.paragraph-dim-225e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.paragraph-dim-225e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.input_2e03 strong {
    color: #00ff88;
}

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

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

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

.title-clean-3e4d {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.tertiary-medium-3cb6 {
    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 */
.content-up-24f4 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.content-up-24f4::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;
}

.sidebar-east-0740 {
    text-align: center;
    margin-bottom: 30px;
}

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

.column_1895.dirty_04ce .feature-c102 {
    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); }
}

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

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

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

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

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

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

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

.old_cacf {
    font-size: 1.2rem;
}

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

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

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

.fast-65bc {
    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;
}

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

.fast-65bc.fast-cf8e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fast-65bc.banner-left-5122::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fast-65bc.surface_87fe::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fast-65bc.card_stale_67c5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.modal_rough_8668 {
    font-size: 1.2rem;
}

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

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

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

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

.message-4251.lite_f1a0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message-4251.fn-active-8512 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.footer-5dff {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.backdrop-narrow-9c47 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.bronze-6a01 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.carousel-yellow-dc2c {
    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;
}

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

.carousel-yellow-dc2c.current_8bad {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shadow-ea6a { border-top: 3px solid #00ccff; }
.image-hovered-d645 { border-top: 3px solid #00ff88; }
.preview-cold-bb43 { border-top: 3px solid #d4af37; }
.orange_f718 { border-top: 3px solid #ff6b6b; }
.huge-56b7 { border-top: 3px solid #8b5cf6; }

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

.thick_7f36 {
    overflow-x: auto;
}

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

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

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

.photo_huge_83c3 td {
    color: #ccc;
}

.photo_huge_83c3 .notification-first-eade {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.filter-6fde {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.detail-stale-c277 {
    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;
}

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

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

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

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

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

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

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

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

.hidden-ca3f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.mask-dirty-f007 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.active-under-7b07 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.black-2f10 {
    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;
}

.black-2f10::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);
}

.pattern-large-eda5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.carousel_simple_a640 {
    font-size: 1.5rem;
}

.black-216b {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .backdrop-silver-53c7 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.primary-liquid-f48a strong {
    color: #fff;
    display: block;
}

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

.description-gas-7b52 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.description-gas-7b52 .chip-top-f2e8 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.panel_c615 .gold_6166 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.under-4af1 {
    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;
}

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

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

.row-glass-7ce4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.wood-51d0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.copper_4ffc {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.copper_4ffc span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.text-0c40 span {
    color: #666;
    font-size: 0.8rem;
}

.text-0c40 a {
    color: #ff6b6b;
}

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

.info-pressed-81d0 {
    max-width: 800px;
    margin: 0 auto;
}

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

.carousel-stale-567f {
    text-align: center;
}

.carousel-stale-567f .iron_f1ef {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.carousel-stale-567f .thumbnail-bright-0039 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-pressed-81d0 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.info-pressed-81d0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.modal-iron-96bd {
    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;
}

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

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

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

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

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

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

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

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

.widget-middle-af80 {
    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;
}

.widget-middle-af80.current_8bad {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.large-afda .east-5e3c {
    color: #666;
    margin: 0 8px;
}

.large-afda .module_d66c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hard-9e25 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.current-9d3a {
    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;
}

.under_09d1 {
    font-size: 2rem;
}

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

.modal-2def strong {
    color: #d4af37;
}

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

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

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

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

.surface-c6ec {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.panel_thick_8745 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.search-68c9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.upper-9f2d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.focus-first-d8b3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.inner_496e strong {
    color: #d4af37;
}

.plasma-6149 {
    color: #aaa;
}

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

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

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

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

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

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

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

.mini-6c1f:last-child {
    border-bottom: none;
}

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

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

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

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

.in-160a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.in-160a 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;
}

.in-160a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.upper-9a77 strong {
    color: #d4af37;
}

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

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

.full_deec strong {
    color: #00ff88;
}

.full_deec span {
    color: #d4af37;
}

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

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

.focus-focused-5a33 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.hovered-873e {
    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;
}

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

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

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

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

.dropdown-west-97d8 {
    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);
}

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

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

.row-warm-911a h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.tall-47a9 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tall-47a9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.progress-8060 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.popup_large_7bb0 strong {
    color: #00ff88;
}

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

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

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

.tooltip-large-f7f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .tooltip-large-f7f3 {
        flex-direction: column;
    }
    
    .notification_wood_bb60 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.west-1b9d {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .content-plasma-1e66 {
        padding: 30px 15px;
    }
    
    .content-plasma-1e66 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .border-red-d2c2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb_stale_2074 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .in_405e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .in_405e .text_1bbf {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .out-6293 {
        font-size: 1.3rem;
    }
    
    .slider-2cd0 {
        font-size: 0.7rem;
    }
    
    .filter-d741 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-d741 .accordion_stone_7155 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pattern-4a08 {
        display: none;
    }
    
    .chip_selected_d23b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .secondary_c98d {
        padding: 20px 10px;
    }
    
    .focus-focused-5a33 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_107f,
    .row-warm-911a {
        padding: 15px;
    }
    
    .overlay_8e5b {
        flex-direction: column;
        gap: 5px;
    }
    
    .dropdown-west-97d8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .middle_6bb5 {
        padding: 30px 10px;
    }
    
    .gallery-soft-5034 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_a8c1 {
        padding: 20px 15px;
    }
    
    .bronze-6e88 {
        font-size: 2rem;
    }
    
    .grid_a8c1 h3 {
        font-size: 1.1rem;
    }
    
    .grid_a8c1 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .paragraph-top-73a3 {
        padding: 20px 5px;
    }
    
    .paragraph-top-73a3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tooltip-pink-a6e5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .photo_huge_83c3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .photo_huge_83c3 th,
    .photo_huge_83c3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .table-3ca7 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .container_hard_22df {
        padding: 20px 10px;
    }
    
    .huge-27c1 h2 {
        font-size: 1.3rem;
    }
    
    .right-ad99 {
        font-size: 0.9rem;
    }
    
    .mini-6c1f h3 {
        font-size: 1.1rem;
    }
    
    .mini-6c1f p {
        font-size: 0.9rem;
    }
    
    .in-160a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .link-c728 {
        grid-template-columns: 1fr;
    }
    
    .upper-9a77 {
        font-size: 0.85rem;
    }
    
    .shade-motion-917a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_f215 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider_f215 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wrapper_38e7 {
        padding: 30px 10px;
    }
    
    .hover-88cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_c12a {
        padding: 15px 10px;
    }
    
    .slow_c12a h4 {
        font-size: 0.9rem;
    }
    
    .slow_c12a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .advanced_72c8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hover-88cc {
        grid-template-columns: 1fr;
    }
    
    .slow_c12a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label_e1ba {
        padding: 30px 10px;
    }
    
    .banner_3423 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_9ec8 {
        padding: 15px;
    }
    
    .tertiary-4012 {
        font-size: 0.9rem;
    }
    
    .overlay_new_95b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_new_95b5 .progress-163c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .status-80ca {
        padding: 30px 10px;
    }
    
    .status-80ca h2 {
        font-size: 1.2rem;
    }
    
    .widget_dim_dbff {
        gap: 10px;
    }
    
    .avatar_a6c5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .avatar_a6c5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .secondary_c7cb {
        padding: 30px 10px;
    }
    
    .secondary_c7cb h2 {
        font-size: 1.2rem;
    }
    
    .under_9afa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_eb45 {
        padding: 15px 10px;
    }
    
    .thumbnail_eb45 h4 {
        font-size: 0.85rem;
    }
    
    .thumbnail_eb45 p {
        font-size: 0.75rem;
    }
    
    .main-4c46 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pagination-4577 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .out_d508 {
        padding: 20px 10px;
    }
    
    .heading_69ce {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hard_e454,
    .copper_4ffc,
    .text-0c40 {
        width: 100%;
    }
    
    .hard_e454 h3 {
        font-size: 1.1rem;
    }
    
    .hard_e454 p {
        font-size: 0.8rem;
    }
    
    .fixed-1015 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip-6596 {
        padding: 30px 15px;
    }
    
    .chip-6596 h2 {
        font-size: 1.3rem;
    }
    
    .chip-6596 p {
        font-size: 0.85rem;
    }
    
    .text-a796 {
        flex-direction: column;
        gap: 10px;
    }
    
    .text-a796 .accordion_stone_7155 {
        width: 100%;
    }
    
    .button_1278 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .cool-9235 {
        padding: 30px 10px;
    }
    
    .cool-9235 h3 {
        font-size: 1.2rem;
    }
    
    .tabs-653b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm-f450 {
        padding: 15px 10px;
    }
    
    .warm-f450 h4 {
        font-size: 0.85rem;
    }
    
    .warm-f450 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .red-9e3d {
        padding: 30px 15px;
    }
    
    .breadcrumb_4987 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .content_under_3a1e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fresh-8457 h4 {
        font-size: 0.9rem;
    }
    
    .fresh-8457 a {
        font-size: 0.8rem;
    }
    
    .block_e8a0 {
        font-size: 0.8rem;
    }
    
    .inner-f385 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .form_5fdf {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pro_bba0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3fbb */
.ghost-box-g9 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
