/* Inner Page Styles */

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

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

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

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

.badge-wood-1f2a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.badge-wood-1f2a .feature-stale-ddb1 {
    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;
}

.badge-wood-1f2a .feature-stale-ddb1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.badge-wood-1f2a .feature-stale-ddb1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.badge-wood-1f2a .feature-stale-ddb1:hover::before {
    left: 100%;
}

.badge-wood-1f2a .feature-stale-ddb1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.upper-3dfe {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny_cc00.fn-active-4a3a {
    color: var(--casino-gold-light);
}

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

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

.list-4dfe {
    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);
}

.list-4dfe 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);
}

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

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

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

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

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

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

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

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

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

/* Sidebar Section */
.section_advanced_34c7 {
    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-6e4d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.tag-ca69:hover::before {
    left: 100%;
}

.tag-ca69 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;
}

.tag-ca69 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;
}

.tag-ca69 .preview-top-e7a8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tag-ca69 .preview-top-e7a8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.feature-up-53f1 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.feature-up-53f1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.primary-533b {
    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);
}

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

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

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

.primary-533b .preview-top-e7a8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.primary-533b .preview-top-e7a8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lite_ec19 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lite_ec19 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lite_ec19 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .badge-wood-1f2a {
        justify-content: center;
    }
    
    .upper-3dfe {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb_440f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .widget-dark-ebad {
        padding: var(--md-spacing-md) 0;
    }
    
    .list-4dfe {
        padding: var(--md-spacing-md);
    }
    
    .section_advanced_34c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel_528b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .primary-533b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .column-d1fb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .list-4dfe {
        padding: var(--md-spacing-sm);
    }
    
    .menu_hard_49b8 {
        padding: var(--md-spacing-md);
    }
    
    .steel_528b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu_hard_49b8,
.steel_528b,
.primary-533b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.cold-18b0::-webkit-scrollbar {
    width: 8px;
}

.cold-18b0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.fixed_2e1f {
    font-size: 1.5rem;
}

.item-bottom-dd25 strong {
    color: #00ff88;
}

.avatar-dirty-2b73 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .block-ebd1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .avatar-dirty-2b73 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover_complex_ce16 strong {
    color: #00ff88;
}

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

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

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

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

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

.filter-00e3::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;
}

.static-1f9c {
    text-align: center;
    margin-bottom: 30px;
}

.menu-hard-0eea {
    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;
}

.menu-hard-0eea.secondary-dc85 .table-right-051c {
    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); }
}

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

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

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

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

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

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

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

.summary_4f4d {
    font-size: 1.2rem;
}

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

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

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

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

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

.content-c9ee.widget-8f63::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.content-c9ee.avatar-93dc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content-c9ee.new_b87a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.content-c9ee.nav_3853::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.thumbnail-selected-7f87 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.dropdown_06ce {
    font-size: 1.2rem;
}

.secondary-mini-0d8e {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.new_3745.disabled_yellow_11de { background: linear-gradient(90deg, #00ccff, #0088ff); }
.new_3745.fn-active-4a3a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.filter-soft-9c0f {
    background: #0a0a0a;
    padding: 60px 0;
}

.popup-next-a171 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.tag-down-59de {
    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;
}

.tag-down-59de:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.tag-down-59de.breadcrumb-26c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outline_e781 { border-top: 3px solid #00ccff; }
.focus-simple-19bc { border-top: 3px solid #00ff88; }
.border_tiny_15eb { border-top: 3px solid #d4af37; }
.fixed-e66b { border-top: 3px solid #ff6b6b; }
.gallery-134b { border-top: 3px solid #8b5cf6; }

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

.primary_6ff0 {
    overflow-x: auto;
}

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

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

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

.current_cc3b td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.detail-outer-7d3d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-8d01 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.content-78ea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-2578 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shade_a140 .box-short-c895 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze_8fdb a {
    color: #ff6b6b;
}

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

.copper-3d20 {
    max-width: 800px;
    margin: 0 auto;
}

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

.block_lower_5c42 {
    text-align: center;
}

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

.block_lower_5c42 .breadcrumb_current_69a2 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.copper-3d20 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_fluid_cd9f.breadcrumb-26c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.input-937f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.search-out-681c {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .alert_9d7d {
        flex-direction: column;
    }
    .search-out-681c {
        transform: rotate(90deg);
    }
}

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

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

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

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

.detail-fast-e80e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.full_4f84 .tag_new_1767 {
    color: #666;
    margin: 0 8px;
}

.full_4f84 .active-dirty-1e02 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.picture-339f {
    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;
}

.outline_0679 {
    font-size: 2rem;
}

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

.box_03b4 strong {
    color: #d4af37;
}

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

.carousel-new-97d2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .carousel-new-97d2 {
        grid-template-columns: 1fr;
    }
}

.current_466a h3,
.shadow-lower-b7f7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.wood-604a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.west-37b9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.preview_f842 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.purple-b4eb h3,
.dropdown-21b5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.element-inner-7493 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.overlay-6e57 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.feature_b822 strong {
    color: #d4af37;
}

.element-c5bc {
    color: #aaa;
}

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

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

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

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

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

.content-copper-53ea {
    max-width: 900px;
    margin: 0 auto;
}

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

.down-877d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_7a9d strong {
    color: #d4af37;
}

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

.alert-smooth-510a {
    color: #888;
    font-size: 0.9rem;
}

.alert-smooth-510a strong {
    color: #00ff88;
}

.alert-smooth-510a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.link-light-5e43 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.rough-9a00 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.media-9aa0 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.media-9aa0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.green-7e81 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.green-7e81 li {
    margin-bottom: 5px;
}

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

.green-7e81 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.message_4b45 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .card-f557 {
        padding: 30px 15px;
    }
    
    .card-f557 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .preview_full_bd36 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row_15e9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption_5dfb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption_5dfb .gas-7430 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget-9515 {
        font-size: 1.3rem;
    }
    
    .backdrop-lite-f675 {
        font-size: 0.7rem;
    }
    
    .fresh-8e5e {
        flex-direction: column;
        gap: 10px;
    }
    
    .fresh-8e5e .preview-top-e7a8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .center-3ca2 {
        display: none;
    }
    
    .tooltip-inner-40db {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element-liquid-c4a7 {
        padding: 20px 10px;
    }
    
    .image_6bae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .out-b706,
    .new_bdef {
        padding: 15px;
    }
    
    .link-light-5e43 {
        flex-direction: column;
        gap: 5px;
    }
    
    .grid-a1fe {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .container-a832 {
        padding: 30px 10px;
    }
    
    .short_f7d8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .medium_9245 {
        padding: 20px 15px;
    }
    
    .warm_74a2 {
        font-size: 2rem;
    }
    
    .medium_9245 h3 {
        font-size: 1.1rem;
    }
    
    .medium_9245 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dim_3ac3 {
        padding: 20px 10px;
    }
    
    .block_steel_3127 h2 {
        font-size: 1.3rem;
    }
    
    .text-31ef {
        font-size: 0.9rem;
    }
    
    .down-877d h3 {
        font-size: 1.1rem;
    }
    
    .down-877d p {
        font-size: 0.9rem;
    }
    
    .outline_black_7ad6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .modal_dirty_b083 {
        grid-template-columns: 1fr;
    }
    
    .east_7a9d {
        font-size: 0.85rem;
    }
    
    .layout-middle-37a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-d7e5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .solid-d7e5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .selected-6137 {
        padding: 30px 10px;
    }
    
    .alert-south-9b37 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dirty-aa22 {
        padding: 15px 10px;
    }
    
    .dirty-aa22 h4 {
        font-size: 0.9rem;
    }
    
    .dirty-aa22 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .lower-ea58 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-south-9b37 {
        grid-template-columns: 1fr;
    }
    
    .dirty-aa22 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .list-large-ea7a {
        padding: 30px 10px;
    }
    
    .west-b3ff {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny-6adf {
        padding: 15px;
    }
    
    .preview-a7d4 {
        font-size: 0.9rem;
    }
    
    .progress-soft-d0b9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-soft-d0b9 .gas-1781 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .frame_bcc1 {
        padding: 30px 10px;
    }
    
    .frame_bcc1 h2 {
        font-size: 1.2rem;
    }
    
    .silver-29e7 {
        gap: 10px;
    }
    
    .item-f45b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item-f45b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .brown-0d79 {
        padding: 30px 10px;
    }
    
    .brown-0d79 h2 {
        font-size: 1.2rem;
    }
    
    .heading-dirty-805f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full_1e31 {
        padding: 15px 10px;
    }
    
    .full_1e31 h4 {
        font-size: 0.85rem;
    }
    
    .full_1e31 p {
        font-size: 0.75rem;
    }
    
    .wood-c952 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gradient-action-3e63 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .heading-dirty-805f {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .copper-a000 {
        padding: 20px 10px;
    }
    
    .dropdown_7ba9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary-0720,
    .element_71d8,
    .bronze_8fdb {
        width: 100%;
    }
    
    .tertiary-0720 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-0720 p {
        font-size: 0.8rem;
    }
    
    .icon_8e81 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .full_47dd {
        padding: 30px 15px;
    }
    
    .full_47dd h2 {
        font-size: 1.3rem;
    }
    
    .full_47dd p {
        font-size: 0.85rem;
    }
    
    .outline_7d61 {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline_7d61 .preview-top-e7a8 {
        width: 100%;
    }
    
    .carousel_static_8f23 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .preview_in_41b3 {
        padding: 30px 15px;
    }
    
    .input_light_2a63 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .main-e1b4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .message-f663 h4 {
        font-size: 0.9rem;
    }
    
    .message-f663 a {
        font-size: 0.8rem;
    }
    
    .button_old_23b3 {
        font-size: 0.8rem;
    }
    
    .status_red_4446 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .action-4896 {
        padding: 8px 10px;
    }
    
    .disabled_da1f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-100c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .disabled_da1f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-100c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 344f */
.ghost-box-d8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
