/* Inner Page Styles */

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

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

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

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

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

.accordion_64e6 .form-bbf0 {
    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;
}

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

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

.accordion_64e6 .form-bbf0:hover::before {
    left: 100%;
}

.accordion_64e6 .form-bbf0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.badge-last-0ecd {
    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);
}

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

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

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

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

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

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

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

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

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

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

.tabs-213d {
    color: var(--casino-gold-light);
}

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

.tabs-213d a:hover {
    color: var(--casino-gold-light);
}

.tabs-213d.fn-active-e670 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.section-white-75ac {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

/* Content Cards */
.widget-ade9 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

.item_d2b3 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.item_d2b3 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.outline-3b03 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outline-3b03 li {
    margin-bottom: var(--md-spacing-xs);
}

.outline-3b03 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

.carousel_3834 .highlight_fast_c3a1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.right_18a2 .highlight_fast_c3a1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .purple_9bee {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .purple_9bee h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .purple_9bee h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accordion_64e6 {
        justify-content: center;
    }
    
    .badge-last-0ecd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dim-8671 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .section-white-75ac {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail_hot_c31f {
        padding: var(--md-spacing-md);
    }
    
    .mask-36d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_d2b3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .right_18a2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description_0c1f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thumbnail_hot_c31f {
        padding: var(--md-spacing-sm);
    }
    
    .widget-ade9 {
        padding: var(--md-spacing-md);
    }
    
    .item_d2b3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.widget-ade9,
.item_d2b3,
.right_18a2 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.menu-11f6 {
    font-size: 1.5rem;
}

.aside_north_795d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_d603 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.column_hot_7c01 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.column_hot_7c01.lower_acdb .down_8d2d {
    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); }
}

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

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

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

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

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

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

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

.box_black_ddb6 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .video-wood-52a2 {
        grid-template-columns: 1fr;
    }
}

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

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

.photo-03d3.hover_31e0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.photo-03d3.steel-2e59::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo-03d3.gradient-e4cb::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.photo-03d3.carousel-warm-342d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

.pagination_inner_0c8f.input-steel-07e9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pagination_inner_0c8f.fn-active-e670 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.caption-4bdf {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.in-272b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.widget-pressed-4fe1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.surface_liquid_a498.glass-7eda {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outline-6f9d { border-top: 3px solid #00ccff; }
.primary_plasma_a088 { border-top: 3px solid #00ff88; }
.up-fd12 { border-top: 3px solid #d4af37; }
.info_outer_4351 { border-top: 3px solid #ff6b6b; }
.badge-orange-52cd { border-top: 3px solid #8b5cf6; }

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

.filter_fresh_2d3b {
    overflow-x: auto;
}

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

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

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

.list-smooth-4049 td {
    color: #ccc;
}

.list-smooth-4049 .solid-3231 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.list-smooth-4049 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.over-90f8 {
    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;
}

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

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

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

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

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

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

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

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

.detail-d7dc {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.form-tall-cdc5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.fast-57e8 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.dirty-43db {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.yellow-5ffc {
    font-size: 1.5rem;
}

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

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

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

.preview-00af {
    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;
}

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

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

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

.pattern-tall-77a9 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.primary_lower_6860 .upper_140b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.shadow-white-15d0 {
    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;
}

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

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

.feature-full-51f2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.gradient-simple-1dcd p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.backdrop-86b7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.backdrop-86b7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.fresh-058d span {
    color: #666;
    font-size: 0.8rem;
}

.fresh-058d a {
    color: #ff6b6b;
}

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

.nav-8fc4 {
    max-width: 800px;
    margin: 0 auto;
}

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

.status_2eac {
    text-align: center;
}

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

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

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

.nav-8fc4 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.card-39bb {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper-64ff {
    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;
}

.upper-64ff.glass-7eda {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.widget-5a8c .button-316c {
    color: #666;
    margin: 0 8px;
}

.widget-5a8c .component_basic_93f3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.frame-16f4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.hidden-brown-8f40 {
    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;
}

.article_easy_17eb {
    font-size: 2rem;
}

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

.shade_pro_80b9 strong {
    color: #d4af37;
}

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

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

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

.layout-pink-bbd2 h3,
.paragraph_0619 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.hidden-9ba5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.video_solid_801e strong {
    color: #00ff88;
}

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

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

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

.paper-07dc h3,
.gallery-soft-73a1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.north_0ece strong {
    color: #d4af37;
}

.background-fresh-f1e4 {
    color: #aaa;
}

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

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

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

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

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

.photo-hot-a92d {
    max-width: 900px;
    margin: 0 auto;
}

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

.full-a4b2:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-3526 strong {
    color: #d4af37;
}

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

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

.advanced_323f strong {
    color: #00ff88;
}

.advanced_323f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-1551 li {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .pattern-d100 {
        flex-direction: column;
    }
    
    .logo-1279 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .panel-current-c799 {
        padding: 30px 15px;
    }
    
    .panel-current-c799 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tabs-middle-ab63 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle_a6ea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tag-0590 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-0590 .detail-3688 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .disabled-narrow-9313 {
        font-size: 1.3rem;
    }
    
    .purple_ef74 {
        font-size: 0.7rem;
    }
    
    .first-8b0f {
        flex-direction: column;
        gap: 10px;
    }
    
    .first-8b0f .highlight_fast_c3a1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .chip_fluid_7bd2 {
        display: none;
    }
    
    .top_35c3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .bronze-243a {
        padding: 20px 10px;
    }
    
    .box-a0fa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south-aa98,
    .aside_84ee {
        padding: 15px;
    }
    
    .iron_9271 {
        flex-direction: column;
        gap: 5px;
    }
    
    .simple-a9de {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice-upper-6f1b {
        padding: 30px 10px;
    }
    
    .content-dim-ae11 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description_62c7 {
        padding: 20px 15px;
    }
    
    .summary-pressed-a396 {
        font-size: 2rem;
    }
    
    .description_62c7 h3 {
        font-size: 1.1rem;
    }
    
    .description_62c7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .button_96de {
        padding: 20px 5px;
    }
    
    .button_96de h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .widget-1774 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .list-smooth-4049 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .list-smooth-4049 th,
    .list-smooth-4049 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .yellow_e7ee {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .form-5c4d {
        padding: 20px 10px;
    }
    
    .hidden_e707 h2 {
        font-size: 1.3rem;
    }
    
    .full-a463 {
        font-size: 0.9rem;
    }
    
    .full-a4b2 h3 {
        font-size: 1.1rem;
    }
    
    .full-a4b2 p {
        font-size: 0.9rem;
    }
    
    .selected_7cf3 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero_0a2b {
        grid-template-columns: 1fr;
    }
    
    .block-3526 {
        font-size: 0.85rem;
    }
    
    .footer-5397 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background_current_6945 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .background_current_6945 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .notice-0e21 {
        padding: 30px 10px;
    }
    
    .border_black_20e2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_east_cd1a {
        padding: 15px 10px;
    }
    
    .table_east_cd1a h4 {
        font-size: 0.9rem;
    }
    
    .table_east_cd1a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .black_1fc8 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .left-c7a5 {
        padding: 30px 10px;
    }
    
    .down_6212 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-be80 {
        padding: 15px;
    }
    
    .slider_3152 {
        font-size: 0.9rem;
    }
    
    .block_glass_483e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block_glass_483e .detail_1550 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .gallery_static_5360 {
        padding: 30px 10px;
    }
    
    .gallery_static_5360 h2 {
        font-size: 1.2rem;
    }
    
    .card_hard_d6cd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-basic-07bb {
        padding: 15px 10px;
    }
    
    .text-basic-07bb h4 {
        font-size: 0.85rem;
    }
    
    .text-basic-07bb p {
        font-size: 0.75rem;
    }
    
    .thumbnail-49cd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_gas_4638 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .popup-5c41 {
        padding: 20px 10px;
    }
    
    .container_under_65fd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient-simple-1dcd,
    .backdrop-86b7,
    .fresh-058d {
        width: 100%;
    }
    
    .gradient-simple-1dcd h3 {
        font-size: 1.1rem;
    }
    
    .gradient-simple-1dcd p {
        font-size: 0.8rem;
    }
    
    .easy_e00e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content-black-3784 {
        padding: 30px 15px;
    }
    
    .content-black-3784 h2 {
        font-size: 1.3rem;
    }
    
    .content-black-3784 p {
        font-size: 0.85rem;
    }
    
    .old_b11f {
        flex-direction: column;
        gap: 10px;
    }
    
    .old_b11f .highlight_fast_c3a1 {
        width: 100%;
    }
    
    .down_b731 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .module-clean-5bc0 {
        padding: 30px 10px;
    }
    
    .module-clean-5bc0 h3 {
        font-size: 1.2rem;
    }
    
    .mini-30de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right_18a2 {
        padding: 15px 10px;
    }
    
    .right_18a2 h4 {
        font-size: 0.85rem;
    }
    
    .right_18a2 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame-728f {
        padding: 30px 15px;
    }
    
    .badge_f428 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .badge_5b2f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .steel-7a02 h4 {
        font-size: 0.9rem;
    }
    
    .steel-7a02 a {
        font-size: 0.8rem;
    }
    
    .element-old-941f {
        font-size: 0.8rem;
    }
    
    .pro-8d68 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .filter_6d67 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fixed-66b9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 56ae */
.phantom-card-r1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
