/* Inner Page Styles */

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

.info-action-3d90 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);
}

.info-action-3d90 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);
}

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

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

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

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

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

.main_lite_340f .border_selected_d55d:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro_936b.fn-active-f453 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.summary-c0d8 {
    padding: var(--md-spacing-lg) 0;
}

.orange_b7f5 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.orange_b7f5 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

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

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

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

.list_basic_d44d 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 */
.accordion-red-2340 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-red-2340 li {
    margin-bottom: var(--md-spacing-xs);
}

.accordion-red-2340 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);
}

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

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

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

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

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

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

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

.soft_08b5 .medium_5156:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.prev-518d {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.shade_1da6 .medium_5156:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .info-action-3d90 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .info-action-3d90 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .info-action-3d90 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .main_lite_340f {
        justify-content: center;
    }
    
    .container_glass_6aa5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .title-9dad {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .summary-c0d8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .orange_b7f5 {
        padding: var(--md-spacing-md);
    }
    
    .accordion_small_016e {
        padding: var(--md-spacing-md) 0;
    }
    
    .list_basic_d44d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .shade_1da6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion-0997 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .orange_b7f5 {
        padding: var(--md-spacing-sm);
    }
    
    .last-ca42 {
        padding: var(--md-spacing-md);
    }
    
    .list_basic_d44d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.last-ca42,
.list_basic_d44d,
.shade_1da6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.carousel_fixed_2bc3 {
    font-size: 1.5rem;
}

.bright-284a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.texture-41e4 {
    padding: 30px 0;
}

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

.description-action-0132 {
    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;
}

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

.description-action-0132 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.description-action-0132 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.progress-a28e strong {
    color: #00ff88;
}

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

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

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

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

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

.dynamic-0f24::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;
}

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

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

.thumbnail_b8e8.row_6b1c .hard-1670 {
    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); }
}

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

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

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

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

.small-4df6 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;
}

.small-4df6 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);
}

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

.top_c330 {
    font-size: 1.2rem;
}

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

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

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

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

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

.form_520b.component_next_3143::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.form_520b.logo-0548::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.form_520b.hovered-293e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.form_520b.slider-176a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.box-710b {
    font-size: 1.2rem;
}

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

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

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

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

.title_rough_77c2.outline_easy_0e3e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_rough_77c2.fn-active-f453 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.iron-1e32 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.form-red-d643 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.gas_0206.avatar-lower-f970 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pattern-selected-b208 { border-top: 3px solid #00ccff; }
.fast_694a { border-top: 3px solid #00ff88; }
.slow_f70d { border-top: 3px solid #d4af37; }
.text_bc28 { border-top: 3px solid #ff6b6b; }
.soft-934b { border-top: 3px solid #8b5cf6; }

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

.highlight-small-8ed5 {
    overflow-x: auto;
}

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

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

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

.tertiary-b09c td {
    color: #ccc;
}

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

.tertiary-b09c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.aside-soft-3326 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.focus-1e51 {
    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;
}

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

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

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

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

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

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

.card_e3f0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.detail-green-d794 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_short_9f52 {
    font-size: 1.5rem;
}

.image-iron-da39 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .icon-red-40cd {
        grid-template-columns: 1fr;
    }
}

.section-6f29 {
    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;
}

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

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

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

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

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

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

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

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

.row_white_42cd .advanced-5a0b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool-74ad {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.list-dirty-34ea {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pattern-8a01 {
    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;
}

.list-dirty-34ea span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.backdrop-dim-980f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.backdrop-dim-980f span {
    color: #666;
    font-size: 0.8rem;
}

.backdrop-dim-980f a {
    color: #ff6b6b;
}

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

.tabs-south-248a {
    max-width: 800px;
    margin: 0 auto;
}

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

.video-e629 {
    text-align: center;
}

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

.video-e629 .advanced-8f52 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs-south-248a h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.tabs-south-248a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.video-liquid-17f6 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.sidebar-9370.avatar-lower-f970 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.silver-67ad {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.badge-basic-be22 .center-424a {
    color: #666;
    margin: 0 8px;
}

.badge-basic-be22 .link-dirty-9278 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.module-b1c7 {
    font-size: 2rem;
}

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

.summary-5487 strong {
    color: #d4af37;
}

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

.container-pink-1d33 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.accent-fixed-2c65 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.dropdown_dirty_a743 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.focus-24fe summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.dropdown_3458 strong {
    color: #d4af37;
}

.picture-up-d62f {
    color: #aaa;
}

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

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

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

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

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

.primary-35f9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.small-731c:last-child {
    border-bottom: none;
}

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

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

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

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

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

.complex-1f22 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

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

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

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

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

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

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

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

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

.stale-82a1 strong {
    color: #d4af37;
}

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

.red-7d3d {
    color: #888;
    font-size: 0.9rem;
}

.red-7d3d strong {
    color: #00ff88;
}

.red-7d3d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.media-brown-4fb5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.list-last-1979 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.selected-6feb {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.selected-6feb li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.description-b1fc li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.main-focused-6fe9 {
    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;
}

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

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

.white-63f7 strong {
    color: #00ff88;
}

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

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

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

.yellow-6b59 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.steel_34f1 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.row-39bb {
    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;
}

.cool-74ad {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .yellow-6b59 {
        flex-direction: column;
    }
    
    .steel_34f1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.nav_fresh_84ff {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.nav_fresh_84ff:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .nav_fresh_84ff {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paper_c95f {
        padding: 30px 15px;
    }
    
    .paper_c95f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight-7072 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row-in-9cda {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .orange-e069 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .orange-e069 .status_lite_0f2b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .last-80e4 {
        font-size: 1.3rem;
    }
    
    .bright-8e2c {
        font-size: 0.7rem;
    }
    
    .video-6384 {
        flex-direction: column;
        gap: 10px;
    }
    
    .video-6384 .medium_5156 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .surface_new_c838 {
        display: none;
    }
    
    .progress-hard-6f11 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .west-33c9 {
        padding: 20px 10px;
    }
    
    .iron_75e3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .upper-2a6f,
    .inner-0919 {
        padding: 15px;
    }
    
    .list-last-1979 {
        flex-direction: column;
        gap: 5px;
    }
    
    .caption_red_15be {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .component-8fd7 {
        padding: 20px 5px;
    }
    
    .component-8fd7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .south-ace5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tertiary-b09c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tertiary-b09c th,
    .tertiary-b09c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .status_cc17 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .component_right_4c48 {
        padding: 20px 10px;
    }
    
    .highlight_motion_b318 h2 {
        font-size: 1.3rem;
    }
    
    .badge_light_f763 {
        font-size: 0.9rem;
    }
    
    .small-731c h3 {
        font-size: 1.1rem;
    }
    
    .small-731c p {
        font-size: 0.9rem;
    }
    
    .complex-1f22 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .section-abbb {
        grid-template-columns: 1fr;
    }
    
    .stale-82a1 {
        font-size: 0.85rem;
    }
    
    .progress-ec2e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_motion_2262 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status_motion_2262 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .list_iron_199d {
        padding: 30px 10px;
    }
    
    .stale-ed9a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_d302 {
        padding: 15px 10px;
    }
    
    .message_d302 h4 {
        font-size: 0.9rem;
    }
    
    .message_d302 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .disabled_2f42 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .north-ba27 {
        padding: 30px 10px;
    }
    
    .form_last_30ca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma-5ce2 {
        padding: 15px;
    }
    
    .summary-659f {
        font-size: 0.9rem;
    }
    
    .widget-blue-256f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget-blue-256f .next_5fa1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .over-5fc5 {
        padding: 30px 10px;
    }
    
    .over-5fc5 h2 {
        font-size: 1.2rem;
    }
    
    .filter-lower-e376 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-6c28 {
        padding: 15px 10px;
    }
    
    .breadcrumb-6c28 h4 {
        font-size: 0.85rem;
    }
    
    .breadcrumb-6c28 p {
        font-size: 0.75rem;
    }
    
    .feature_right_54fd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .accent-down-fb71 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .cold-fd8c {
        padding: 20px 10px;
    }
    
    .card-iron-eefc {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .form-ff9c,
    .list-dirty-34ea,
    .backdrop-dim-980f {
        width: 100%;
    }
    
    .form-ff9c h3 {
        font-size: 1.1rem;
    }
    
    .form-ff9c p {
        font-size: 0.8rem;
    }
    
    .pattern-8a01 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pagination_77b7 {
        padding: 30px 15px;
    }
    
    .pagination_77b7 h2 {
        font-size: 1.3rem;
    }
    
    .pagination_77b7 p {
        font-size: 0.85rem;
    }
    
    .dropdown_advanced_3eb1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown_advanced_3eb1 .medium_5156 {
        width: 100%;
    }
    
    .static-eb46 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .lower-9f9c {
        padding: 30px 15px;
    }
    
    .texture_8836 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focused_0a91 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column-13ec h4 {
        font-size: 0.9rem;
    }
    
    .column-13ec a {
        font-size: 0.8rem;
    }
    
    .steel-bdef {
        font-size: 0.8rem;
    }
    
    .focused_f59a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .green_d283 {
        padding: 8px 10px;
    }
    
    .gas-ae97 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu_left_b223 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gas-ae97 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu_left_b223 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: fa13 */
.phantom-card-s7 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
