/* Inner Page Styles */

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

.thumbnail-stale-31b0 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);
}

.thumbnail-stale-31b0 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);
}

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

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

.summary-b847 .input_wide_a11f {
    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;
}

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

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

.summary-b847 .input_wide_a11f:hover::before {
    left: 100%;
}

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

.photo-662b {
    margin-bottom: var(--md-spacing-lg);
}

.badge_motion_1d80 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature_complex_4bb4.fn-active-93da {
    color: var(--casino-gold-light);
}

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

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

.message-6d6b {
    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);
}

.message-6d6b 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);
}

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

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

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

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

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

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

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

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

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

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

.gallery-45ca {
    padding: var(--md-spacing-md) 0;
}

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

.west_daca 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 */
.copper-6272 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.motion-0776:hover::before {
    left: 100%;
}

.motion-0776 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;
}

.motion-0776 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;
}

.motion-0776 .gradient-short-edfa {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.motion-0776 .gradient-short-edfa:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.item_7626 .gradient-short-edfa {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.item_7626 .gradient-short-edfa:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .thumbnail-stale-31b0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .thumbnail-stale-31b0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .thumbnail-stale-31b0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .summary-b847 {
        justify-content: center;
    }
    
    .badge_motion_1d80 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slider_stale_3aa9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pattern_short_39e0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .message-6d6b {
        padding: var(--md-spacing-md);
    }
    
    .popup_tiny_8f8e {
        padding: var(--md-spacing-md) 0;
    }
    
    .west_daca {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .item_7626 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .progress-north-ef28 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .message-6d6b {
        padding: var(--md-spacing-sm);
    }
    
    .fresh-c055 {
        padding: var(--md-spacing-md);
    }
    
    .west_daca {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fresh-c055,
.west_daca,
.item_7626 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.message-bottom-b34c::-webkit-scrollbar {
    width: 8px;
}

.message-bottom-b34c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.chip_f993 {
    font-size: 1.5rem;
}

.surface_d652 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.title-ff64 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.selected-7980 strong {
    color: #00ff88;
}

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

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

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

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

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

.image-red-f2df::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;
}

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

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

.short_e316.link_new_e800 .image-9579 {
    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); }
}

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

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

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

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

.motion-b273 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;
}

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

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

.tabs_east_1a1e {
    font-size: 1.2rem;
}

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

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

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

.easy-266f {
    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;
}

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

.easy-266f.status-e939::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.easy-266f.large_1b57::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-266f.wrapper-pressed-27c2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.easy-266f.filter-cbdf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading-98c2 {
    font-size: 1.2rem;
}

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

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

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

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

.solid_7630.column_pressed_9f63 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.solid_7630.fn-active-93da { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.status-focused-3067 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.summary-medium-9e27 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.image_brown_00f0.hot-72d2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.nav-old-1972 { border-top: 3px solid #00ccff; }
.mask_south_3735 { border-top: 3px solid #00ff88; }
.sort_pro_599b { border-top: 3px solid #d4af37; }
.last-1e1c { border-top: 3px solid #ff6b6b; }
.status-iron-c968 { border-top: 3px solid #8b5cf6; }

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

.out_b037 {
    overflow-x: auto;
}

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

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

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

.badge_9804 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.shade-hovered-f549 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.primary-liquid-a9f1 {
    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;
}

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

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

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

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

.carousel-2da6 {
    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;
}

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

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

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

.sort_e747 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.brown-911e {
    background: #0a0a0a;
    padding: 60px 0;
}

.surface-62a9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.label-6d0b {
    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;
}

.label-6d0b::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);
}

.photo-2bd3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.dynamic-90d1 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.frame-fb87 {
    font-size: 1.5rem;
}

.notice-glass-65b8 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.label-8f12 {
    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;
}

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

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

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

.caption-4df8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tag_simple_51fd .column-first-9c36 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .slider-medium-32fb {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.heading-narrow-7296 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.sort-narrow-bb16 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.list-gas-6ab5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.paragraph-324e {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.list-gas-6ab5 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.header_5f33 a {
    color: #ff6b6b;
}

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

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

.block-copper-85c7 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.accent-paper-d7ac {
    text-align: center;
}

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

.accent-paper-d7ac .search-glass-daff {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.layout-new-fcff {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.over-c466.hot-72d2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.sort_3faf .sort-fe3e {
    color: #666;
    margin: 0 8px;
}

.sort_3faf .icon-fixed-94eb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.under_53fb {
    font-size: 2rem;
}

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

.red_77fd strong {
    color: #d4af37;
}

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

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

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

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

.plasma-3a10 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.breadcrumb-gold-a637 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.tooltip-3c8a strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.heading-large-3055 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.tabs_1aeb h3,
.heading-short-4b6c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.block-8f49 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.tertiary_8ea7 strong {
    color: #d4af37;
}

.popup-complex-d404 {
    color: #aaa;
}

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

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

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

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

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

.paragraph-2edc {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.progress-9c45 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.progress-9c45 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;
}

.progress-9c45 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hero-5428 strong {
    color: #d4af37;
}

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

.south-51a5 {
    color: #888;
    font-size: 0.9rem;
}

.south-51a5 strong {
    color: #00ff88;
}

.south-51a5 span {
    color: #d4af37;
}

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

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

.text-28b6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.hidden-clean-ae0f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.wide-413f {
    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);
}

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

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

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

.south-9dfd {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.south-9dfd li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.outline-8095 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.over-3483 strong {
    color: #00ff88;
}

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

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

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

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

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

.focus-970e {
    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;
}

.sort-narrow-bb16 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .description_full_20eb {
        flex-direction: column;
    }
    
    .dropdown-1351 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .box-east-2aa0 {
        padding: 30px 15px;
    }
    
    .box-east-2aa0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .surface_white_e564 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .search-d848 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .block-216e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block-216e .avatar_large_215b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .list_ddcd {
        font-size: 1.3rem;
    }
    
    .sidebar_old_1eda {
        font-size: 0.7rem;
    }
    
    .disabled_0f34 {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled_0f34 .gradient-short-edfa {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .slow_2851 {
        display: none;
    }
    
    .section_9041 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .steel_bd8c {
        padding: 20px 10px;
    }
    
    .text-28b6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south-e410,
    .backdrop_active_3cb4 {
        padding: 15px;
    }
    
    .small_030a {
        flex-direction: column;
        gap: 5px;
    }
    
    .wide-413f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .top-e4fc {
        padding: 30px 10px;
    }
    
    .west_8f2b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static-0345 {
        padding: 20px 15px;
    }
    
    .down_17b9 {
        font-size: 2rem;
    }
    
    .static-0345 h3 {
        font-size: 1.1rem;
    }
    
    .static-0345 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .surface-last-082b {
        padding: 20px 10px;
    }
    
    .gas_8d5d h2 {
        font-size: 1.3rem;
    }
    
    .tiny_8475 {
        font-size: 0.9rem;
    }
    
    .gradient_3c28 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_3c28 p {
        font-size: 0.9rem;
    }
    
    .progress-9c45 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .liquid-40df {
        grid-template-columns: 1fr;
    }
    
    .hero-5428 {
        font-size: 0.85rem;
    }
    
    .badge_upper_92fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph_gold_425e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph_gold_425e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .component_green_c065 {
        padding: 30px 10px;
    }
    
    .easy-ac6f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic-a5b0 {
        padding: 15px 10px;
    }
    
    .basic-a5b0 h4 {
        font-size: 0.9rem;
    }
    
    .basic-a5b0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .filter_ed53 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .easy-ac6f {
        grid-template-columns: 1fr;
    }
    
    .basic-a5b0 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wrapper-dynamic-38ab {
        padding: 30px 10px;
    }
    
    .tag-c09d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag_current_27b8 {
        padding: 15px;
    }
    
    .slider_433c {
        font-size: 0.9rem;
    }
    
    .section_10e3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section_10e3 .cold-5957 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .middle_4bbf {
        padding: 30px 10px;
    }
    
    .middle_4bbf h2 {
        font-size: 1.2rem;
    }
    
    .black-c8e8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-fc6b {
        padding: 15px 10px;
    }
    
    .column-fc6b h4 {
        font-size: 0.85rem;
    }
    
    .column-fc6b p {
        font-size: 0.75rem;
    }
    
    .outer-5cb7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .static_5acc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .up-09b1 {
        padding: 20px 10px;
    }
    
    .heading_gas_0478 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup_172c,
    .list-gas-6ab5,
    .header_5f33 {
        width: 100%;
    }
    
    .popup_172c h3 {
        font-size: 1.1rem;
    }
    
    .popup_172c p {
        font-size: 0.8rem;
    }
    
    .paragraph-324e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hero_91c7 {
        padding: 30px 15px;
    }
    
    .hero_91c7 h2 {
        font-size: 1.3rem;
    }
    
    .hero_91c7 p {
        font-size: 0.85rem;
    }
    
    .tooltip_easy_acdd {
        flex-direction: column;
        gap: 10px;
    }
    
    .tooltip_easy_acdd .gradient-short-edfa {
        width: 100%;
    }
    
    .pagination_middle_4734 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .filter-24ab {
        padding: 30px 10px;
    }
    
    .filter-24ab h3 {
        font-size: 1.2rem;
    }
    
    .border-169d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_7626 {
        padding: 15px 10px;
    }
    
    .item_7626 h4 {
        font-size: 0.85rem;
    }
    
    .item_7626 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .static-52a0 {
        padding: 30px 15px;
    }
    
    .main_795f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dropdown_3f9a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail_right_e5a8 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_right_e5a8 a {
        font-size: 0.8rem;
    }
    
    .hero_72d9 {
        font-size: 0.8rem;
    }
    
    .bright_d406 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .out-a853 {
        padding: 8px 10px;
    }
    
    .hard-5b5b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .black_b1c4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-5b5b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .black_b1c4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ba18 */
.phantom-card-s5 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
