/* Inner Page Styles */

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

.focus-inner-09f3 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);
}

.focus-inner-09f3 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);
}

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

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

.rough_470c .fast-b38c {
    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;
}

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

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

.rough_470c .fast-b38c:hover::before {
    left: 100%;
}

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

.button-788f {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-e630.fn-active-4973 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-0c0f li {
    margin-bottom: var(--md-spacing-xs);
}

.pro-0c0f 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);
}

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

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

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

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

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

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

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

.dropdown_e3bf .footer_9420:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.north-80c2 {
    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);
}

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

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

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

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

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

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

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

.focused-4470 .footer_9420 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.focused-4470 .footer_9420:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .focus-inner-09f3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .focus-inner-09f3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .focus-inner-09f3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .rough_470c {
        justify-content: center;
    }
    
    .label_east_c948 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .basic_2c92 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter-5b50 {
        padding: var(--md-spacing-md) 0;
    }
    
    .orange_afab {
        padding: var(--md-spacing-md);
    }
    
    .first_a9a5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient_in_dbf7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .focused-4470 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .element-middle-251a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .orange_afab {
        padding: var(--md-spacing-sm);
    }
    
    .preview_e452 {
        padding: var(--md-spacing-md);
    }
    
    .gradient_in_dbf7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.preview_e452,
.gradient_in_dbf7,
.focused-4470 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.badge-slow-d830::-webkit-scrollbar {
    width: 8px;
}

.badge-slow-d830::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.component-gas-074a {
    font-size: 1.5rem;
}

.accordion-solid-fb37 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.notice-f6c6 {
    padding: 30px 0;
}

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

.detail-basic-c1c3 {
    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;
}

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

.detail-basic-c1c3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.detail-basic-c1c3 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.pattern-inner-3b49 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.feature_76dc strong {
    color: #00ff88;
}

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

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

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

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

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

.detail-under-0707::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;
}

.breadcrumb-easy-f552 {
    text-align: center;
    margin-bottom: 30px;
}

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

.purple-a717.text_facd .column_hard_64c9 {
    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); }
}

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

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

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

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

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

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

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

.cool-ab43 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tertiary_f4f2.solid_dc1b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tertiary_f4f2.tag_left_71df::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary_f4f2.east-075c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tertiary_f4f2.description-a628::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.link_abb0 {
    font-size: 1.2rem;
}

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

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

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

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

.sidebar_slow_dd1d.mask_2c9e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar_slow_dd1d.fn-active-4973 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.fresh-07d0 {
    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;
}

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

.fresh-07d0.tooltip_complex_08b9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.search_1698 { border-top: 3px solid #00ccff; }
.hero-static-8a58 { border-top: 3px solid #00ff88; }
.progress-2e1e { border-top: 3px solid #d4af37; }
.container_46c3 { border-top: 3px solid #ff6b6b; }
.accent_pink_5fb5 { border-top: 3px solid #8b5cf6; }

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

.slider-2395 {
    overflow-x: auto;
}

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

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

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

.wood_c099 td {
    color: #ccc;
}

.wood_c099 .dirty_8001 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.hidden-warm-94b0 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.left-2f8b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tall-8be1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.primary-east-f917 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.label-west-c3ee {
    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;
}

.label-west-c3ee::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);
}

.sort-8eb9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.large_06f2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.pattern-aaf3 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.frame_complex_244f .dark-ebd9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.media-55d9 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.hover-out-fa4b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.image-yellow-66a9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.chip-out-770d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.chip-out-770d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.title_6934 a {
    color: #ff6b6b;
}

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

.middle-262c {
    max-width: 800px;
    margin: 0 auto;
}

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

.button-full-6aa2 {
    text-align: center;
}

.button-full-6aa2 .background_over_1071 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.button-full-6aa2 .fluid-1a0e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.middle-262c > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.badge-hard-fb97 {
    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;
}

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

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

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

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

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

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

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

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

.texture-complex-960f {
    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;
}

.texture-complex-960f.tooltip_complex_08b9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.caption-complex-7a60 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.alert-outer-8016 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.current-21f5 .large_a783 {
    color: #666;
    margin: 0 8px;
}

.current-21f5 .secondary-4cbc {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tabs-pink-73b7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.widget-over-bff4 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.pro-f2c4 {
    font-size: 2rem;
}

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

.wrapper_4f60 strong {
    color: #d4af37;
}

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

.detail-fixed-4cea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .detail-fixed-4cea {
        grid-template-columns: 1fr;
    }
}

.hot_fb7b h3,
.purple-3ec8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.filter-glass-6947 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.overlay-3e59 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.link-6bef {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.brown-304b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.south-9e4b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.texture-60d8 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.caption-out-4755 strong {
    color: #d4af37;
}

.upper_83b8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.fresh-1fbc:last-child {
    border-bottom: none;
}

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

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

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

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

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

.complex-fd3c 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;
}

.complex-fd3c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accordion_aace strong {
    color: #d4af37;
}

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

.bottom-84cb {
    color: #888;
    font-size: 0.9rem;
}

.bottom-84cb strong {
    color: #00ff88;
}

.bottom-84cb span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.slider-tiny-a8e1 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.search-mini-7fa6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter_36f9 strong {
    color: #00ff88;
}

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

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

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

.heading-hard-73ee {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.thumbnail-last-fde3 {
    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;
}

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

@media (max-width: 768px) {
    .heading-hard-73ee {
        flex-direction: column;
    }
    
    .tertiary_0842 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .main_130c {
        padding: 30px 15px;
    }
    
    .main_130c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .status-6f24 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gold_2a48 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .alert-a849 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert-a849 .under-df6b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .layout-10c9 {
        font-size: 1.3rem;
    }
    
    .chip-c3d1 {
        font-size: 0.7rem;
    }
    
    .tertiary_blue_7949 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary_blue_7949 .footer_9420 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown-pro-50fa {
        display: none;
    }
    
    .filter_e228 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dirty_20e3 {
        padding: 20px 10px;
    }
    
    .cool-ee29 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .new-ba54,
    .panel-fresh-c089 {
        padding: 15px;
    }
    
    .search-mini-7fa6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .widget_ee00 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .inner_21a6 {
        padding: 30px 10px;
    }
    
    .gold_8bb3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-ed74 {
        padding: 20px 15px;
    }
    
    .modal_orange_745e {
        font-size: 2rem;
    }
    
    .slider-ed74 h3 {
        font-size: 1.1rem;
    }
    
    .slider-ed74 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .secondary-1c12 {
        padding: 20px 5px;
    }
    
    .secondary-1c12 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .alert-copper-01f7 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .wood_c099 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .wood_c099 th,
    .wood_c099 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .wrapper_small_ce28 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .surface_4acf {
        padding: 20px 10px;
    }
    
    .mini_9de3 h2 {
        font-size: 1.3rem;
    }
    
    .accordion-581f {
        font-size: 0.9rem;
    }
    
    .fresh-1fbc h3 {
        font-size: 1.1rem;
    }
    
    .fresh-1fbc p {
        font-size: 0.9rem;
    }
    
    .complex-fd3c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .short_4eef {
        grid-template-columns: 1fr;
    }
    
    .accordion_aace {
        font-size: 0.85rem;
    }
    
    .blue_5945 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper-cc52 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paper-cc52 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .search_advanced_9ee0 {
        padding: 30px 10px;
    }
    
    .hard-86fa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-silver-212d {
        padding: 15px 10px;
    }
    
    .tertiary-silver-212d h4 {
        font-size: 0.9rem;
    }
    
    .tertiary-silver-212d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .yellow-8b5d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-86fa {
        grid-template-columns: 1fr;
    }
    
    .tertiary-silver-212d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .summary_a530 {
        padding: 30px 10px;
    }
    
    .carousel-e8ce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail-hard-868c {
        padding: 15px;
    }
    
    .header-26d0 {
        font-size: 0.9rem;
    }
    
    .header-purple-d4d8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-purple-d4d8 .north_1bc6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .focus-upper-744f {
        padding: 30px 10px;
    }
    
    .focus-upper-744f h2 {
        font-size: 1.2rem;
    }
    
    .cool_b6f8 {
        gap: 10px;
    }
    
    .section-light-f6b3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .section-light-f6b3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .static-7aa8 {
        padding: 30px 10px;
    }
    
    .static-7aa8 h2 {
        font-size: 1.2rem;
    }
    
    .popup-slow-fbf6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-142f {
        padding: 15px 10px;
    }
    
    .active-142f h4 {
        font-size: 0.85rem;
    }
    
    .active-142f p {
        font-size: 0.75rem;
    }
    
    .message-f032 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled-66eb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .highlight_0a3d {
        padding: 20px 10px;
    }
    
    .image-yellow-66a9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paper_f655,
    .chip-out-770d,
    .title_6934 {
        width: 100%;
    }
    
    .paper_f655 h3 {
        font-size: 1.1rem;
    }
    
    .paper_f655 p {
        font-size: 0.8rem;
    }
    
    .paragraph_687e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .center-50d4 {
        padding: 30px 15px;
    }
    
    .center-50d4 h2 {
        font-size: 1.3rem;
    }
    
    .center-50d4 p {
        font-size: 0.85rem;
    }
    
    .link-dark-dd16 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link-dark-dd16 .footer_9420 {
        width: 100%;
    }
    
    .preview-pro-6ae2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .heading_7745 {
        padding: 30px 15px;
    }
    
    .purple_b3f3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .box_white_1c86 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .secondary_yellow_de40 h4 {
        font-size: 0.9rem;
    }
    
    .secondary_yellow_de40 a {
        font-size: 0.8rem;
    }
    
    .heading-50d5 {
        font-size: 0.8rem;
    }
    
    .popup_down_6ab3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .row-74ef {
        padding: 8px 10px;
    }
    
    .action-b50d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .detail-a5f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .action-b50d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .detail-a5f4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 70c5 */
.shadow-element-j1 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
