/* Inner Page Styles */

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

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

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

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

.pressed-3a55 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pressed-3a55 .thumbnail-dbdc {
    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;
}

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

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

.pressed-3a55 .thumbnail-dbdc:hover::before {
    left: 100%;
}

.pressed-3a55 .thumbnail-dbdc:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dynamic_e159.fn-active-16ff {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.tabs-green-1fdb {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-plasma-2c10 {
    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%;
}

.tag-plasma-2c10 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 */
.image-7d55 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-7d55 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

.bronze-d673:hover::before {
    left: 100%;
}

.bronze-d673 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;
}

.bronze-d673 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;
}

.bronze-d673 .progress-1661 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.bronze-d673 .progress-1661:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip_pink_464e .progress-1661:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shadow_gas_f472 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shadow_gas_f472 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shadow_gas_f472 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pressed-3a55 {
        justify-content: center;
    }
    
    .content_0254 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb-dark-1997 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tabs-green-1fdb {
        padding: var(--md-spacing-md) 0;
    }
    
    .bright_bf79 {
        padding: var(--md-spacing-md);
    }
    
    .feature-86f3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag-plasma-2c10 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tooltip_pink_464e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button-large-79bf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .bright_bf79 {
        padding: var(--md-spacing-sm);
    }
    
    .status-51f6 {
        padding: var(--md-spacing-md);
    }
    
    .tag-plasma-2c10 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.status-51f6,
.tag-plasma-2c10,
.tooltip_pink_464e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.down_3cda {
    font-size: 1.5rem;
}

.section_623d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .last-6d77 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .steel-d1b2 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.gold-bf22 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_f462 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.advanced_20ae.info-5e3d .wide_70ac {
    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); }
}

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

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

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

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

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

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

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

.preview-2635 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .hero-in-6a97 {
        grid-template-columns: 1fr;
    }
}

.module-29a3 {
    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;
}

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

.module-29a3.under-1d60::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.module-29a3.info-current-0264::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module-29a3.east_bc77::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.module-29a3.caption-action-0b67::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fresh_133a {
    font-size: 1.2rem;
}

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

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

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

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

.panel-cc0b.nav-green-065c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel-cc0b.fn-active-16ff { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.article-88cd {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.accordion-west-110f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.box_d97a.secondary_new_e3a9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outer_e873 { border-top: 3px solid #00ccff; }
.aside_6a95 { border-top: 3px solid #00ff88; }
.slider-mini-82a9 { border-top: 3px solid #d4af37; }
.content_simple_a3ba { border-top: 3px solid #ff6b6b; }
.footer-prev-d4b3 { border-top: 3px solid #8b5cf6; }

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

.easy-f5a0 {
    overflow-x: auto;
}

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

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

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

.preview_ccc2 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-warm-f03e {
    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;
}

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

.easy-42ef {
    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;
}

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

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

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

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

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

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

.feature-475d {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-yellow-bafc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.shade-wood-7422 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.element-0658 .iron_32cd {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.menu-up-f66a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.medium-6e3b {
    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;
}

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

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

.module-under-f203 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.highlight-730e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.filter-pressed-e6bf {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.search-rough-9b31 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.search-rough-9b31 span {
    color: #666;
    font-size: 0.8rem;
}

.search-rough-9b31 a {
    color: #ff6b6b;
}

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

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

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

.purple-556f {
    text-align: center;
}

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

.purple-556f .east_1b81 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.light-5b8d {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-first-3fd4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.block_115c.secondary_new_e3a9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tag-next-7e17 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .footer-first-3fd4 {
        flex-direction: column;
    }
    .smooth_29a6 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.sort_cool_559a .tertiary_gold_7da4 {
    color: #666;
    margin: 0 8px;
}

.sort_cool_559a .module_top_73aa {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.row-down-cab6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.narrow_f2a8 {
    font-size: 2rem;
}

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

.footer_mini_e734 strong {
    color: #d4af37;
}

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

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

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

.mask-cold-9573 h3,
.layout_a44c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.badge-left-d0ad {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hero_solid_e6a8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gradient-full-05a2 {
    background: #0a0a0a;
    padding: 30px 0;
}

.icon-923f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.breadcrumb-prev-2893 h3,
.carousel-lite-58c6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.last-8e2b summary::-webkit-details-marker {
    display: none;
}

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

.carousel-bronze-62c7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.button_bottom_b4e6 strong {
    color: #d4af37;
}

.media-prev-62a6 {
    color: #aaa;
}

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

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

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

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

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

.accordion-in-f284 {
    max-width: 900px;
    margin: 0 auto;
}

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

.disabled-orange-8bdd:last-child {
    border-bottom: none;
}

.disabled-orange-8bdd h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.disabled-orange-8bdd p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

.outline-ac2e li strong {
    color: #00ff88;
}

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

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

.pattern-dark-09a1 {
    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;
}

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

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

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

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

.video_dim_7e8a strong {
    color: #d4af37;
}

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

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

.header_out_5c03 strong {
    color: #00ff88;
}

.header_out_5c03 span {
    color: #d4af37;
}

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

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

.nav-dim-b06b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.description-089f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.logo-cool-72bb {
    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);
}

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

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

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

.header-narrow-cced {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.header-narrow-cced li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-c19a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.filter-pressed-e6bf {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tertiary-d9ab {
        flex-direction: column;
    }
    
    .button-5702 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .heading-middle-751d {
        padding: 30px 15px;
    }
    
    .heading-middle-751d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list-clean-5836 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress-49d6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .feature_yellow_85e7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature_yellow_85e7 .section_46ea {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture_cba6 {
        font-size: 1.3rem;
    }
    
    .old_f471 {
        font-size: 0.7rem;
    }
    
    .stale-c600 {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale-c600 .progress-1661 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .shade-1878 {
        display: none;
    }
    
    .overlay_lower_1f0c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paragraph-fast-b49f {
        padding: 20px 10px;
    }
    
    .nav-dim-b06b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .yellow-c8f6,
    .slider-557b {
        padding: 15px;
    }
    
    .description-089f {
        flex-direction: column;
        gap: 5px;
    }
    
    .logo-cool-72bb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gradient_12b8 {
        padding: 30px 10px;
    }
    
    .main_6124 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-medium-c1fd {
        padding: 20px 15px;
    }
    
    .link-5449 {
        font-size: 2rem;
    }
    
    .sidebar-medium-c1fd h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-medium-c1fd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .medium_875a {
        padding: 20px 10px;
    }
    
    .frame-wood-12fb h2 {
        font-size: 1.3rem;
    }
    
    .simple-4859 {
        font-size: 0.9rem;
    }
    
    .disabled-orange-8bdd h3 {
        font-size: 1.1rem;
    }
    
    .disabled-orange-8bdd p {
        font-size: 0.9rem;
    }
    
    .outline-ac2e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .iron-c892 {
        grid-template-columns: 1fr;
    }
    
    .video_dim_7e8a {
        font-size: 0.85rem;
    }
    
    .shade-ac6e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-dark-09a1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-dark-09a1 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .panel-c789 {
        padding: 30px 10px;
    }
    
    .soft_59ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver_2d65 {
        padding: 15px;
    }
    
    .in-5bef {
        font-size: 0.9rem;
    }
    
    .icon-upper-4a39 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-upper-4a39 .east-6d67 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .lower_a985 {
        padding: 30px 10px;
    }
    
    .lower_a985 h2 {
        font-size: 1.2rem;
    }
    
    .fixed_7a72 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-49d0 {
        padding: 15px 10px;
    }
    
    .inner-49d0 h4 {
        font-size: 0.85rem;
    }
    
    .inner-49d0 p {
        font-size: 0.75rem;
    }
    
    .text-selected-0bf2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .wood_7f48 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .content_83ac {
        padding: 20px 10px;
    }
    
    .search-7a36 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .over-4de8,
    .brown-cdd9,
    .search-rough-9b31 {
        width: 100%;
    }
    
    .over-4de8 h3 {
        font-size: 1.1rem;
    }
    
    .over-4de8 p {
        font-size: 0.8rem;
    }
    
    .north-f5c5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip_5b47 {
        padding: 30px 15px;
    }
    
    .chip_5b47 h2 {
        font-size: 1.3rem;
    }
    
    .chip_5b47 p {
        font-size: 0.85rem;
    }
    
    .icon_black_d45f {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_black_d45f .progress-1661 {
        width: 100%;
    }
    
    .link-b6a8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .carousel-d64a {
        padding: 30px 15px;
    }
    
    .icon-iron-b401 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .lower-5cfe {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort-middle-c0ee h4 {
        font-size: 0.9rem;
    }
    
    .sort-middle-c0ee a {
        font-size: 0.8rem;
    }
    
    .image-outer-5fff {
        font-size: 0.8rem;
    }
    
    .gas-1d47 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .icon_7f4d {
        padding: 8px 10px;
    }
    
    .bright-817f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .photo_1ca2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bright-817f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .photo_1ca2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c38a */
.phantom-card-h0 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
