/* Inner Page Styles */

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

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

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

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

.banner-last-d2f2 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.banner-last-d2f2 .east-d433 {
    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;
}

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

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

.banner-last-d2f2 .east-d433:hover::before {
    left: 100%;
}

.banner-last-d2f2 .east-d433:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rough-d10f.fn-active-809f {
    color: var(--casino-gold-light);
}

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

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

.table-dynamic-9f29 {
    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);
}

.table-dynamic-9f29 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);
}

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

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

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

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

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

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

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

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

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

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

.module-current-97e1 {
    padding: var(--md-spacing-md) 0;
}

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

.item_focused_d4ee 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 */
.outline_df79 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.description-west-1f63 {
    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-west-1f63::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.description-west-1f63:hover::before {
    left: 100%;
}

.description-west-1f63 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-west-1f63 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-west-1f63 .slow-37a1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.description-west-1f63 .slow-37a1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.progress-5cb7 {
    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);
}

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

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

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

.progress-5cb7 .slow-37a1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.progress-5cb7 .slow-37a1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .list_next_7c73 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .list_next_7c73 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .list_next_7c73 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner-last-d2f2 {
        justify-content: center;
    }
    
    .soft-af10 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block_49a2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hero-new-4658 {
        padding: var(--md-spacing-md) 0;
    }
    
    .table-dynamic-9f29 {
        padding: var(--md-spacing-md);
    }
    
    .popup-silver-4824 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_focused_d4ee {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress-5cb7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bronze-064f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .table-dynamic-9f29 {
        padding: var(--md-spacing-sm);
    }
    
    .nav_copper_c3df {
        padding: var(--md-spacing-md);
    }
    
    .item_focused_d4ee {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.nav_copper_c3df,
.item_focused_d4ee,
.progress-5cb7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.notice-65b4 {
    font-size: 1.5rem;
}

.main_3484 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .button-6b9d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .next-ffef {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-black-5390 {
    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;
}

.dropdown-black-5390 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.popup-d2e7.simple-7290 .red_36d9 {
    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); }
}

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

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

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

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

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

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

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

.dim-c1d1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.modal_dim_4c72.easy_8872::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.modal_dim_4c72.outline_dirty_0ee5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.modal_dim_4c72.solid_b907::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.modal_dim_4c72.heading-west-93d8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.video-center-ab86 {
    font-size: 1.2rem;
}

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

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

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

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

.iron-b450.tall_86ab { background: linear-gradient(90deg, #00ccff, #0088ff); }
.iron-b450.fn-active-809f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.logo_short_7ce5.plasma-21af {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.focus_660a { border-top: 3px solid #00ccff; }
.icon_hovered_d5ef { border-top: 3px solid #00ff88; }
.dim_7554 { border-top: 3px solid #d4af37; }
.card-current-8f4c { border-top: 3px solid #ff6b6b; }
.left_9580 { border-top: 3px solid #8b5cf6; }

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

.tabs-5de1 {
    overflow-x: auto;
}

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

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

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

.mask-down-85c7 td {
    color: #ccc;
}

.mask-down-85c7 .footer-ce36 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.mask-down-85c7 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.right-70bc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-over-25eb {
    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;
}

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

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

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

.search_9ad5 {
    font-size: 2rem;
}

.thumbnail-huge-6f4d strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.thumbnail-huge-6f4d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.breadcrumb-291a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.secondary-full-b6f0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.highlight-light-57ae {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.border-fixed-534c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.module-selected-5c55 .tag_41cc {
    margin-bottom: 10px;
}

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

.module-selected-5c55 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-14ae {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.button-pressed-32cb {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.button-pressed-32cb span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.list_fluid_066d a {
    color: #ff6b6b;
}

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

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

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

.card-wide-1442 {
    text-align: center;
}

.card-wide-1442 .component-0db8 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.card-wide-1442 .summary-daca {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.media-558b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.dark-7c5a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.rough-73d7 {
    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;
}

.rough-73d7.plasma-21af {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.thick_5a46 .surface-prev-b053 {
    color: #666;
    margin: 0 8px;
}

.thick_5a46 .card-advanced-5663 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.summary-center-2d7e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.paragraph_2d02 {
    font-size: 2rem;
}

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

.column_67b2 strong {
    color: #d4af37;
}

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

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

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

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

.hovered-fb10 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.new-22dd strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.lite-839c strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.notification-lower-7fe8 {
    background: #0a0a0a;
    padding: 30px 0;
}

.solid-002d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.highlight_5160 strong {
    color: #d4af37;
}

.table_iron_4e45 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-9bf2 strong {
    color: #d4af37;
}

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

.description-fixed-be29 {
    color: #888;
    font-size: 0.9rem;
}

.description-fixed-be29 strong {
    color: #00ff88;
}

.description-fixed-be29 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.disabled-4fda {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.surface-blue-c628 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.heading-5bd6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.heading-5bd6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.form-wide-6681 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-wide-6681 li {
    margin-bottom: 5px;
}

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

.form-wide-6681 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.nav-focused-f97b {
    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;
}

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

.element-center-f272 strong {
    color: #00ff88;
}

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

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

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

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

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

.row-pressed-7081 {
    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;
}

.block-14ae {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .out-7f7a {
        padding: 30px 15px;
    }
    
    .out-7f7a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .main-e797 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .orange_ac93 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shade_fixed_bfd8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_fixed_bfd8 .video-54ef {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .backdrop-9bec {
        font-size: 1.3rem;
    }
    
    .fast_4dc2 {
        font-size: 0.7rem;
    }
    
    .content_78d5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content_78d5 .slow-37a1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .link_01a3 {
        display: none;
    }
    
    .light-7a04 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .cold-c482 {
        padding: 20px 10px;
    }
    
    .basic_3902 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .red_bed5,
    .list-1d00 {
        padding: 15px;
    }
    
    .disabled-4fda {
        flex-direction: column;
        gap: 5px;
    }
    
    .old-9012 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .info_9b50 {
        padding: 30px 10px;
    }
    
    .pagination-ed71 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description-f525 {
        padding: 20px 15px;
    }
    
    .accent_clean_253a {
        font-size: 2rem;
    }
    
    .description-f525 h3 {
        font-size: 1.1rem;
    }
    
    .description-f525 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .old_336c {
        padding: 20px 5px;
    }
    
    .old_336c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .slider-2f2f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .mask-down-85c7 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .mask-down-85c7 th,
    .mask-down-85c7 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .text_action_61b7 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list-01f3 {
        padding: 20px 10px;
    }
    
    .advanced_39c6 h2 {
        font-size: 1.3rem;
    }
    
    .silver_b841 {
        font-size: 0.9rem;
    }
    
    .chip_motion_9448 h3 {
        font-size: 1.1rem;
    }
    
    .chip_motion_9448 p {
        font-size: 0.9rem;
    }
    
    .down_d518 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .box-solid-c644 {
        grid-template-columns: 1fr;
    }
    
    .button-9bf2 {
        font-size: 0.85rem;
    }
    
    .cool-f160 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-ffd5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .column-ffd5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .primary-next-3899 {
        padding: 30px 10px;
    }
    
    .thick-1413 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_83ad {
        padding: 15px 10px;
    }
    
    .message_83ad h4 {
        font-size: 0.9rem;
    }
    
    .message_83ad p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tabs_aa47 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick-1413 {
        grid-template-columns: 1fr;
    }
    
    .message_83ad p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paragraph-next-63fc {
        padding: 30px 10px;
    }
    
    .north-fa5a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-d39a {
        padding: 15px;
    }
    
    .pattern-complex-9775 {
        font-size: 0.9rem;
    }
    
    .grid-cool-964e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid-cool-964e .huge-65e7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .component_4a2a {
        padding: 30px 10px;
    }
    
    .component_4a2a h2 {
        font-size: 1.2rem;
    }
    
    .slider_19df {
        gap: 10px;
    }
    
    .grid-e3a7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .grid-e3a7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hero_prev_e53f {
        padding: 30px 10px;
    }
    
    .hero_prev_e53f h2 {
        font-size: 1.2rem;
    }
    
    .wrapper-right-5679 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .iron_7788 {
        padding: 15px 10px;
    }
    
    .iron_7788 h4 {
        font-size: 0.85rem;
    }
    
    .iron_7788 p {
        font-size: 0.75rem;
    }
    
    .module_4ef7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gallery-56e1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .short-7b4a {
        padding: 20px 10px;
    }
    
    .label_bright_85f6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .white-b64e,
    .button-pressed-32cb,
    .list_fluid_066d {
        width: 100%;
    }
    
    .white-b64e h3 {
        font-size: 1.1rem;
    }
    
    .white-b64e p {
        font-size: 0.8rem;
    }
    
    .content-4502 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tooltip_under_7787 {
        padding: 30px 15px;
    }
    
    .tooltip_under_7787 h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_under_7787 p {
        font-size: 0.85rem;
    }
    
    .photo-selected-f37d {
        flex-direction: column;
        gap: 10px;
    }
    
    .photo-selected-f37d .slow-37a1 {
        width: 100%;
    }
    
    .disabled_new_9d58 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focused_a6cf {
        padding: 30px 15px;
    }
    
    .secondary-f3e9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter-fresh-8c1f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .last_0b20 h4 {
        font-size: 0.9rem;
    }
    
    .last_0b20 a {
        font-size: 0.8rem;
    }
    
    .red_4a10 {
        font-size: 0.8rem;
    }
    
    .carousel-f2b1 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .east_3722 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .top-654c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 951a */
.widget-item-g6 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
