/* Inner Page Styles */

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

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

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

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

.status-right-410f {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.status-right-410f .modal-4c4c {
    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;
}

.status-right-410f .modal-4c4c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.status-right-410f .modal-4c4c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.status-right-410f .modal-4c4c:hover::before {
    left: 100%;
}

.status-right-410f .modal-4c4c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper_8655.fn-active-3f7d {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.pagination-gas-1ed8 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-38c4 {
    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%;
}

.primary-38c4 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 */
.focus-plasma-4503 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.focus-plasma-4503 li {
    margin-bottom: var(--md-spacing-xs);
}

.focus-plasma-4503 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);
}

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

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

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

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

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

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

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

.tertiary_blue_cd0d .summary_fixed_d6a0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.texture-b7ba .summary_fixed_d6a0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dim_5f25 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dim_5f25 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dim_5f25 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .status-right-410f {
        justify-content: center;
    }
    
    .feature_db5a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .info-thick-335e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pagination-gas-1ed8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .panel_active_7e9a {
        padding: var(--md-spacing-md);
    }
    
    .preview_down_428c {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-38c4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .texture-b7ba {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fixed_0b7b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .panel_active_7e9a {
        padding: var(--md-spacing-sm);
    }
    
    .shade_upper_05d1 {
        padding: var(--md-spacing-md);
    }
    
    .primary-38c4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shade_upper_05d1,
.primary-38c4,
.texture-b7ba {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.clean-5cf8::-webkit-scrollbar {
    width: 8px;
}

.clean-5cf8::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.border_c3d6 {
    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-bbf1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.photo-a54c {
    font-size: 1.5rem;
}

.picture-2e38 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .banner-bbf1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .dim-2add {
        margin-left: 0;
    }
}

/* Main Content Compact */
.motion-4331 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-0a1c {
    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;
}

.nav-0a1c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.slider_inner_6c90.clean-da53 .header_cacb {
    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); }
}

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

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

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

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

.feature-under-2145 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;
}

.feature-under-2145 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);
}

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

.wrapper-79c7 {
    font-size: 1.2rem;
}

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

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

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

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

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

.sort_north_a529.wrapper-fd62::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort_north_a529.texture-ad38::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_north_a529.banner_medium_7f49::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort_north_a529.tiny-fd8d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.grid-0d29 {
    font-size: 1.2rem;
}

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

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

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

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

.soft_288a.tag_dim_776a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft_288a.fn-active-3f7d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.hero-center-dfb3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.sidebar-dark-8bb0 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.info_blue_b47f.progress-warm-658f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.title-center-29a2 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.mini-3318 { border-top: 3px solid #00ccff; }
.sort-7bd6 { border-top: 3px solid #00ff88; }
.right_85ca { border-top: 3px solid #d4af37; }
.dim-562c { border-top: 3px solid #ff6b6b; }
.notification-dim-d98d { border-top: 3px solid #8b5cf6; }

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

.grid-thick-a820 {
    overflow-x: auto;
}

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

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

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

.paper-9ea6 td {
    color: #ccc;
}

.paper-9ea6 .over_89e9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.paper-9ea6 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.label-large-6a24 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.blue-115b {
    color: #888;
    font-size: 0.85rem;
}

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

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

.progress-hard-ae93 {
    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;
}

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

.texture-5eeb {
    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;
}

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

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

.tertiary-north-1dd6 {
    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;
}

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

@media (max-width: 768px) {
    .card-red-7f06 {
        grid-template-columns: 1fr;
    }
}

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

.table-center-de99 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-6a29 {
    font-size: 1.5rem;
}

.section-34c6 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.block-bright-aae2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.basic-7c97 .picture-next-8e02 {
    margin-bottom: 10px;
}

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

.basic-7c97 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.aside-8e21 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow_4f27 {
    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_next_7bf6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.active-7755 a {
    color: #ff6b6b;
}

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

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

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

.outline_blue_d7de {
    text-align: center;
}

.outline_blue_d7de .texture-pressed-0c1a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.tabs-gold-b8b2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light_77bc.progress-warm-658f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .summary_advanced_b58b {
        flex-direction: column;
    }
    .modal-pro-a407 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.content-9462 .disabled-02e4 {
    color: #666;
    margin: 0 8px;
}

.content-9462 .smooth-277d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.frame-32fa strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.chip_pressed_7c34 {
    font-size: 2rem;
}

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

.accent-d029 strong {
    color: #d4af37;
}

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

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

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

.shadow-bc55 h3,
.narrow-af9a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.title-old-fe62 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.notice-huge-97ff strong {
    color: #d4af37;
    margin-right: 8px;
}

.aside-gas-ed40 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.over_241d strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gallery-14b8 {
    background: #0a0a0a;
    padding: 30px 0;
}

.tooltip-9fa9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.box-warm-c9a8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.disabled-north-cf65 strong {
    color: #d4af37;
}

.tall-8f47 {
    color: #aaa;
}

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

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

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

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

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

.tabs-tiny-6f4c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.block-fc15 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;
}

.block-fc15 li strong {
    color: #00ff88;
}

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

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

.search-40d7 {
    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;
}

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

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

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

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

.focus_next_ca9a strong {
    color: #d4af37;
}

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

.pattern-advanced-e846 {
    color: #888;
    font-size: 0.9rem;
}

.pattern-advanced-e846 strong {
    color: #00ff88;
}

.pattern-advanced-e846 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-fresh-f55c {
    color: #999;
    font-size: 0.85rem;
}

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

.detail-rough-4db7 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_easy_dfad strong {
    color: #00ff88;
}

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

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

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

.title-0fe3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.header-37f7 {
    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;
}

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

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

@media (max-width: 768px) {
    .title-0fe3 {
        flex-direction: column;
    }
    
    .header-37f7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .icon_black_a37e {
        padding: 30px 15px;
    }
    
    .icon_black_a37e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .top_8cfd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pattern_f180 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pressed-7f63 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed-7f63 .overlay-18d0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .label_485c {
        font-size: 1.3rem;
    }
    
    .yellow-a166 {
        font-size: 0.7rem;
    }
    
    .slider_0b4a {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider_0b4a .summary_fixed_d6a0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content-19fd {
        display: none;
    }
    
    .hover_b6b8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .heading_4dc9 {
        padding: 20px 10px;
    }
    
    .video_fast_0845 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_1999,
    .detail-rough-4db7 {
        padding: 15px;
    }
    
    .focus-8a03 {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_dirty_f7e3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .panel-wide-6b81 {
        padding: 30px 10px;
    }
    
    .photo_lower_cbea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_4438 {
        padding: 20px 15px;
    }
    
    .content-yellow-2a8a {
        font-size: 2rem;
    }
    
    .modal_4438 h3 {
        font-size: 1.1rem;
    }
    
    .modal_4438 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .text-smooth-eac0 {
        padding: 20px 5px;
    }
    
    .text-smooth-eac0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .narrow_b757 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .paper-9ea6 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .paper-9ea6 th,
    .paper-9ea6 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .copper-01de {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list-6e26 {
        padding: 20px 10px;
    }
    
    .photo-104a h2 {
        font-size: 1.3rem;
    }
    
    .old_308a {
        font-size: 0.9rem;
    }
    
    .surface_d781 h3 {
        font-size: 1.1rem;
    }
    
    .surface_d781 p {
        font-size: 0.9rem;
    }
    
    .block-fc15 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .container_2cbe {
        grid-template-columns: 1fr;
    }
    
    .focus_next_ca9a {
        font-size: 0.85rem;
    }
    
    .soft-3fc9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-40d7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search-40d7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card_f30b {
        padding: 30px 10px;
    }
    
    .smooth-333e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_c3a2 {
        padding: 15px 10px;
    }
    
    .slider_c3a2 h4 {
        font-size: 0.9rem;
    }
    
    .slider_c3a2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .row-selected-18cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .smooth-333e {
        grid-template-columns: 1fr;
    }
    
    .slider_c3a2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pressed_9b57 {
        padding: 30px 10px;
    }
    
    .slider-center-40ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_over_9c37 {
        padding: 15px;
    }
    
    .block_d11b {
        font-size: 0.9rem;
    }
    
    .paragraph_pink_372a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph_pink_372a .background-hard-3e34 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hidden-aa2d {
        padding: 30px 10px;
    }
    
    .hidden-aa2d h2 {
        font-size: 1.2rem;
    }
    
    .upper-2ad3 {
        gap: 10px;
    }
    
    .middle_e690 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .middle_e690 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_4c2a {
        padding: 30px 10px;
    }
    
    .mini_4c2a h2 {
        font-size: 1.2rem;
    }
    
    .accent-basic-973e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_tall_4c03 {
        padding: 15px 10px;
    }
    
    .text_tall_4c03 h4 {
        font-size: 0.85rem;
    }
    
    .text_tall_4c03 p {
        font-size: 0.75rem;
    }
    
    .dynamic_9859 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .soft-a013 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .accent-basic-973e {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer-af7b {
        padding: 20px 10px;
    }
    
    .smooth_e585 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .upper-1f35,
    .backdrop_next_7bf6,
    .active-7755 {
        width: 100%;
    }
    
    .upper-1f35 h3 {
        font-size: 1.1rem;
    }
    
    .upper-1f35 p {
        font-size: 0.8rem;
    }
    
    .slow_4f27 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .motion_4d63 {
        padding: 30px 15px;
    }
    
    .motion_4d63 h2 {
        font-size: 1.3rem;
    }
    
    .motion_4d63 p {
        font-size: 0.85rem;
    }
    
    .fast_563d {
        flex-direction: column;
        gap: 10px;
    }
    
    .fast_563d .summary_fixed_d6a0 {
        width: 100%;
    }
    
    .frame-ee54 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .summary-motion-24f2 {
        padding: 30px 10px;
    }
    
    .summary-motion-24f2 h3 {
        font-size: 1.2rem;
    }
    
    .dark-1c01 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-b7ba {
        padding: 15px 10px;
    }
    
    .texture-b7ba h4 {
        font-size: 0.85rem;
    }
    
    .texture-b7ba p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .shadow-50d7 {
        padding: 30px 15px;
    }
    
    .chip_b8a1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .overlay-hovered-6849 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .input-fd15 h4 {
        font-size: 0.9rem;
    }
    
    .input-fd15 a {
        font-size: 0.8rem;
    }
    
    .item_f8f6 {
        font-size: 0.8rem;
    }
    
    .light_1e6c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .progress-986a {
        padding: 8px 10px;
    }
    
    .progress-stone-3128 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .gold-9819 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-stone-3128 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gold-9819 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ce97 */
.ghost-box-g0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
