/* Inner Page Styles */

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

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

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

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

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

.dynamic-9431 .box-gold-a263 {
    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;
}

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

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

.dynamic-9431 .box-gold-a263:hover::before {
    left: 100%;
}

.dynamic-9431 .box-gold-a263:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.link-inner-4f39 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.focus-glass-e84f {
    color: var(--casino-gold-light);
}

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

.focus-glass-e84f a:hover {
    color: var(--casino-gold-light);
}

.focus-glass-e84f.fn-active-6474 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-stale-88f0 {
    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%;
}

.label-stale-88f0 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 */
.item_down_1bd8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.shade_54a9 .column_6dc5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-7d59 {
    margin-top: var(--md-spacing-sm);
}

.input-thick-3315 {
    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);
}

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

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

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

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

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

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

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

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

.middle_bfab .column_6dc5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gradient_pro_2506 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gradient_pro_2506 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gradient_pro_2506 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dynamic-9431 {
        justify-content: center;
    }
    
    .copper-7c3e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slow-f38d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .column_a321 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_56fa {
        padding: var(--md-spacing-md);
    }
    
    .slider-narrow-2070 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label-stale-88f0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .middle_bfab {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_4fb8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notification_56fa {
        padding: var(--md-spacing-sm);
    }
    
    .basic_4265 {
        padding: var(--md-spacing-md);
    }
    
    .label-stale-88f0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.basic_4265,
.label-stale-88f0,
.middle_bfab {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.border-last-f2ff {
    font-size: 1.5rem;
}

.detail-lower-e5bb strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.active-034f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .item-stale-891b {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.filter-paper-1cd6 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.bright-0cc1 {
    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;
}

.bright-0cc1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.full_cb6d.pro-9847 .shade-a659 {
    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); }
}

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

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

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

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

.detail-c053 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;
}

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

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

.backdrop-small-39dd {
    font-size: 1.2rem;
}

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

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

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

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

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

.tiny_80fa.top-ea0a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tiny_80fa.east-a48f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tiny_80fa.liquid_0ce2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tiny_80fa.tertiary-large-652f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.section_0603 {
    font-size: 1.2rem;
}

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

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

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

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

.border_78de.status_09fc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border_78de.fn-active-6474 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.primary-2eb5 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.overlay-warm-37e4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.slow_4822 { border-top: 3px solid #00ccff; }
.list-slow-cab5 { border-top: 3px solid #00ff88; }
.panel-action-51a7 { border-top: 3px solid #d4af37; }
.cool_7a9e { border-top: 3px solid #ff6b6b; }
.status-bd03 { border-top: 3px solid #8b5cf6; }

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

.element_soft_ac75 {
    overflow-x: auto;
}

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

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

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

.surface_aa95 td {
    color: #ccc;
}

.surface_aa95 .modal-prev-75f3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-1bdc {
    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;
}

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

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

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

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

.layout-bright-57fb {
    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;
}

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

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

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

.description-96cc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.box-tall-1748 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.description-left-ff7d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.last-7436 {
    font-size: 1.5rem;
}

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

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

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

.card-4ade {
    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;
}

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

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

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

.gas-9379 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.copper-05d4 .nav-fb24 {
    margin-bottom: 10px;
}

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

.copper-05d4 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.pink-822a {
    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;
}

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

.disabled-fast-5e86 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.outline-next-fd5e h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

.thick-4dbd {
    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;
}

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

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

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

.outline-b131 a {
    color: #ff6b6b;
}

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

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

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

.header-bronze-aa10 {
    text-align: center;
}

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

.header-bronze-aa10 .gradient-3218 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-87a2 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .disabled-stale-bc2d {
        flex-direction: column;
    }
    .gold_b56b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pressed_f5f9 .search_c91f {
    color: #666;
    margin: 0 8px;
}

.pressed_f5f9 .button-26a7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tag-05a0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.easy-bb42 {
    font-size: 2rem;
}

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

.north-c4db strong {
    color: #d4af37;
}

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

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

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

.title-silver-6fad h3,
.center_58de h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.photo-stone-944a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.logo_de0c strong {
    color: #00ff88;
}

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

.purple-53c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.header-tiny-6414 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.left-2e5c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.aside-acc3 strong {
    color: #d4af37;
}

.hover-c016 {
    color: #aaa;
}

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

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

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

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

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

.pattern_1c55 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.logo-f9d0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tooltip-5e4c strong {
    color: #d4af37;
}

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

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

.thumbnail_dim_3c1f strong {
    color: #00ff88;
}

.thumbnail_dim_3c1f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.caption-upper-5496 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.box-72d1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.box-72d1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.dropdown-advanced-b5fb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-advanced-b5fb li {
    margin-bottom: 5px;
}

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

.dropdown-advanced-b5fb a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.panel-first-751c {
    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;
}

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

.sort-pressed-1736 strong {
    color: #00ff88;
}

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

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

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

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

.block-pressed-9f26 {
    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;
}

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

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

@media (max-width: 768px) {
    .button_iron_3cce {
        flex-direction: column;
    }
    
    .block-pressed-9f26 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .fast-bf8c {
        padding: 30px 15px;
    }
    
    .fast-bf8c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .module-top-49fa {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bottom_e109 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .logo_slow_7c05 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo_slow_7c05 .mini-c2bc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .red_6e77 {
        font-size: 1.3rem;
    }
    
    .card-f3b7 {
        font-size: 0.7rem;
    }
    
    .notification-west-e645 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-west-e645 .column_6dc5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .slider-lite-588a {
        display: none;
    }
    
    .advanced_742b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hidden-2d68 {
        padding: 20px 10px;
    }
    
    .backdrop_4266 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fresh_5f7d,
    .box_dim_14c2 {
        padding: 15px;
    }
    
    .menu_top_818b {
        flex-direction: column;
        gap: 5px;
    }
    
    .simple-82b8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .preview_5a87 {
        padding: 30px 10px;
    }
    
    .highlight_46fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-431e {
        padding: 20px 15px;
    }
    
    .cool_1688 {
        font-size: 2rem;
    }
    
    .block-431e h3 {
        font-size: 1.1rem;
    }
    
    .block-431e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .primary-orange-9ca0 {
        padding: 20px 10px;
    }
    
    .preview_cbb5 h2 {
        font-size: 1.3rem;
    }
    
    .wide-2702 {
        font-size: 0.9rem;
    }
    
    .pro_1b37 h3 {
        font-size: 1.1rem;
    }
    
    .pro_1b37 p {
        font-size: 0.9rem;
    }
    
    .logo-f9d0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fixed-115e {
        grid-template-columns: 1fr;
    }
    
    .tooltip-5e4c {
        font-size: 0.85rem;
    }
    
    .upper-6180 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_def9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav_def9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .cold-dc6b {
        padding: 30px 10px;
    }
    
    .tertiary-9f08 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_green_ca2c {
        padding: 15px 10px;
    }
    
    .mask_green_ca2c h4 {
        font-size: 0.9rem;
    }
    
    .mask_green_ca2c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .content_huge_2e20 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary-9f08 {
        grid-template-columns: 1fr;
    }
    
    .mask_green_ca2c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .text-south-3a67 {
        padding: 30px 10px;
    }
    
    .article_a155 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-6754 {
        padding: 15px;
    }
    
    .highlight-steel-cb4a {
        font-size: 0.9rem;
    }
    
    .yellow-42d0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .yellow-42d0 .paper-2358 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail-lower-7f5b {
        padding: 30px 10px;
    }
    
    .thumbnail-lower-7f5b h2 {
        font-size: 1.2rem;
    }
    
    .row-hovered-b4cb {
        gap: 10px;
    }
    
    .dark_0b3d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dark_0b3d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .filter_steel_e740 {
        padding: 30px 10px;
    }
    
    .filter_steel_e740 h2 {
        font-size: 1.2rem;
    }
    
    .current_0fa9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_3f33 {
        padding: 15px 10px;
    }
    
    .nav_3f33 h4 {
        font-size: 0.85rem;
    }
    
    .nav_3f33 p {
        font-size: 0.75rem;
    }
    
    .old-891e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pressed_9bce {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .black-7ec8 {
        padding: 20px 10px;
    }
    
    .breadcrumb_red_6f93 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outline-next-fd5e,
    .tabs_6ec8,
    .outline-b131 {
        width: 100%;
    }
    
    .outline-next-fd5e h3 {
        font-size: 1.1rem;
    }
    
    .outline-next-fd5e p {
        font-size: 0.8rem;
    }
    
    .thick-4dbd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .heading-a736 {
        padding: 30px 15px;
    }
    
    .heading-a736 h2 {
        font-size: 1.3rem;
    }
    
    .heading-a736 p {
        font-size: 0.85rem;
    }
    
    .container-out-4ae6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .container-out-4ae6 .column_6dc5 {
        width: 100%;
    }
    
    .liquid_2c8b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pressed_f2ef {
        padding: 30px 15px;
    }
    
    .tooltip-e9f4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .small-5a57 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort_c5f3 h4 {
        font-size: 0.9rem;
    }
    
    .sort_c5f3 a {
        font-size: 0.8rem;
    }
    
    .caption-47dd {
        font-size: 0.8rem;
    }
    
    .complex-3278 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .active-6bc5 {
        padding: 8px 10px;
    }
    
    .tag_huge_4e1d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .west-6b28 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag_huge_4e1d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .west-6b28 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ec25 */
.phantom-card-k1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
