/* Inner Page Styles */

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

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

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

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

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

.message_steel_2bee .footer-white-dd07 {
    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;
}

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

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

.message_steel_2bee .footer-white-dd07:hover::before {
    left: 100%;
}

.message_steel_2bee .footer-white-dd07:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.icon-fa45 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center_d4ef.fn-active-889b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.preview-bottom-12ca {
    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);
}

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

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

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

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

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

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

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

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

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

.pagination-485b {
    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%;
}

.pagination-485b 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 */
.highlight-gas-6dec {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-gas-6dec li {
    margin-bottom: var(--md-spacing-xs);
}

.highlight-gas-6dec 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);
}

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

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

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

.lower-26c8:hover::before {
    left: 100%;
}

.lower-26c8 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;
}

.lower-26c8 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;
}

.lower-26c8 .simple-ba5b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.lower-26c8 .simple-ba5b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.modal-tall-cf27 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.gradient-active-21df {
    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);
}

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

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

.gradient-active-21df p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.gradient-active-21df .simple-ba5b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gradient-active-21df .simple-ba5b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .fluid-af5f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .fluid-af5f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .fluid-af5f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .message_steel_2bee {
        justify-content: center;
    }
    
    .label_full_2967 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .clean_1e56 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .accent-c786 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination_down_51a3 {
        padding: var(--md-spacing-md);
    }
    
    .feature_middle_92b8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination-485b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient-active-21df {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide-4d6e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pagination_down_51a3 {
        padding: var(--md-spacing-sm);
    }
    
    .preview-bottom-12ca {
        padding: var(--md-spacing-md);
    }
    
    .pagination-485b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.preview-bottom-12ca,
.pagination-485b,
.gradient-active-21df {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.chip-b8b2 {
    font-size: 1.5rem;
}

.gradient_4254 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.popup-plasma-38e0 {
    padding: 30px 0;
}

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

.detail-south-7b53 {
    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;
}

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

.detail-south-7b53 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.detail-south-7b53 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.avatar-up-4045 strong {
    color: #00ff88;
}

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

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

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

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

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

.list-4bc5::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;
}

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

.carousel-hovered-b2f3 {
    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;
}

.carousel-hovered-b2f3.box_c007 .widget_selected_181b {
    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); }
}

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

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

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

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

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

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

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

.shadow-gas-3ebc {
    font-size: 1.2rem;
}

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

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

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

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

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

.silver-acd0.button-3fb9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.silver-acd0.image_fluid_bc2f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.silver-acd0.description-motion-0a73::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.silver-acd0.pressed_87d4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.overlay_9085 {
    font-size: 1.2rem;
}

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

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

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

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

.active-7942.dirty_47f1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-7942.fn-active-889b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.up-36bf {
    color: #666;
    font-size: 0.8rem;
}

.carousel-west-16e8 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.stone-4a4f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.accent-fast-cb3e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.menu_7d12 { border-top: 3px solid #00ccff; }
.yellow-1683 { border-top: 3px solid #00ff88; }
.gas_6c39 { border-top: 3px solid #d4af37; }
.purple-3f33 { border-top: 3px solid #ff6b6b; }
.static_850f { border-top: 3px solid #8b5cf6; }

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

.mini-9aa3 {
    overflow-x: auto;
}

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

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

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

.last_c8fd td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_5ec2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-7802 {
    font-size: 1.5rem;
}

.aside-dynamic-7078 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.summary-1934 strong {
    color: #fff;
    display: block;
}

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

.alert-6c20 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.alert-6c20 .gallery-81a3 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.fresh-5cac .link-first-6f05 {
    margin-bottom: 10px;
}

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

.fresh-5cac strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.active-last-35ed h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.active-last-35ed p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.filter-thick-8fe2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.red_1943 a {
    color: #ff6b6b;
}

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

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

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

.frame_a3f4 {
    text-align: center;
}

.frame_a3f4 .wrapper-95b9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

.banner-hard-581c {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.shade-dark-5407 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .thumbnail-dirty-eb9c {
        flex-direction: column;
    }
    .sort-6473 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.active-4f18 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.paragraph-rough-99ac {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.component_e2fb .hover-2820 {
    color: #666;
    margin: 0 8px;
}

.component_e2fb .pink-ccd6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.form-inner-e582 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.silver-30c1 {
    font-size: 2rem;
}

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

.fresh-79d9 strong {
    color: #d4af37;
}

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

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

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

.gradient-d66a h3,
.top-451c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.background-lower-62f7 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.carousel-right-b00e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wide-7ce3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.row-last-6972 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.highlight_static_7156 h3,
.label-5d44 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.input_b509 strong {
    color: #d4af37;
}

.focus_north_7d61 {
    color: #aaa;
}

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

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

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

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

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

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

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

.image-rough-86e3:last-child {
    border-bottom: none;
}

.image-rough-86e3 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.image-rough-86e3 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.link-stale-5578 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-stale-5578 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;
}

.link-stale-5578 li strong {
    color: #00ff88;
}

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

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

.fixed-9d5c {
    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;
}

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

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

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

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

.link_8c2b strong {
    color: #d4af37;
}

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

.paragraph-small-d158 {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-small-d158 strong {
    color: #00ff88;
}

.paragraph-small-d158 span {
    color: #d4af37;
}

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

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

.tag-fast-b972 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.upper-1ad7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-tiny-9adf {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.summary-tiny-9adf strong {
    color: #00ff88;
}

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

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

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

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

.notification-out-f95b {
    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;
}

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

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

@media (max-width: 768px) {
    .gas-ef9f {
        flex-direction: column;
    }
    
    .notification-out-f95b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.detail-29e7 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .video-orange-9c57 {
        padding: 30px 15px;
    }
    
    .video-orange-9c57 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .outer_d0af {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout-3967 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .notice_hovered_a0a1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice_hovered_a0a1 .box-lower-55f9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .copper_faf6 {
        font-size: 1.3rem;
    }
    
    .layout-1816 {
        font-size: 0.7rem;
    }
    
    .logo-eeb9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo-eeb9 .simple-ba5b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .heading_aa95 {
        display: none;
    }
    
    .table-center-f590 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element_5508 {
        padding: 20px 10px;
    }
    
    .tag-fast-b972 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_6a62,
    .plasma-a242 {
        padding: 15px;
    }
    
    .image-bottom-1651 {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary_696b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .steel_f1d3 {
        padding: 30px 10px;
    }
    
    .slow_ef60 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright_d25a {
        padding: 20px 15px;
    }
    
    .status-08e0 {
        font-size: 2rem;
    }
    
    .bright_d25a h3 {
        font-size: 1.1rem;
    }
    
    .bright_d25a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .caption-33cc {
        padding: 20px 10px;
    }
    
    .description-5689 h2 {
        font-size: 1.3rem;
    }
    
    .old_a86e {
        font-size: 0.9rem;
    }
    
    .image-rough-86e3 h3 {
        font-size: 1.1rem;
    }
    
    .image-rough-86e3 p {
        font-size: 0.9rem;
    }
    
    .link-stale-5578 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fixed_9596 {
        grid-template-columns: 1fr;
    }
    
    .link_8c2b {
        font-size: 0.85rem;
    }
    
    .alert_db5a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed-9d5c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fixed-9d5c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture-yellow-22e9 {
        padding: 30px 10px;
    }
    
    .accordion-simple-69fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification-west-dba3 {
        padding: 15px 10px;
    }
    
    .notification-west-dba3 h4 {
        font-size: 0.9rem;
    }
    
    .notification-west-dba3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .column_3f13 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion-simple-69fe {
        grid-template-columns: 1fr;
    }
    
    .notification-west-dba3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card-df2a {
        padding: 30px 10px;
    }
    
    .cool-be30 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs_9d80 {
        padding: 15px;
    }
    
    .active_d679 {
        font-size: 0.9rem;
    }
    
    .status-lite-12e6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status-lite-12e6 .sort_top_09d6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .footer-next-2548 {
        padding: 30px 10px;
    }
    
    .footer-next-2548 h2 {
        font-size: 1.2rem;
    }
    
    .banner_6306 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_2708 {
        padding: 15px 10px;
    }
    
    .active_2708 h4 {
        font-size: 0.85rem;
    }
    
    .active_2708 p {
        font-size: 0.75rem;
    }
    
    .slider_under_820e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .cold_bd44 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .prev-ef2a {
        padding: 20px 10px;
    }
    
    .hovered-1326 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .secondary-2170,
    .input_acee,
    .red_1943 {
        width: 100%;
    }
    
    .secondary-2170 h3 {
        font-size: 1.1rem;
    }
    
    .secondary-2170 p {
        font-size: 0.8rem;
    }
    
    .list_973b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .table_top_782f {
        padding: 30px 15px;
    }
    
    .table_top_782f h2 {
        font-size: 1.3rem;
    }
    
    .table_top_782f p {
        font-size: 0.85rem;
    }
    
    .tertiary_a434 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary_a434 .simple-ba5b {
        width: 100%;
    }
    
    .gallery-down-6981 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .gallery-fast-435e {
        padding: 30px 10px;
    }
    
    .gallery-fast-435e h3 {
        font-size: 1.2rem;
    }
    
    .hard_1459 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-active-21df {
        padding: 15px 10px;
    }
    
    .gradient-active-21df h4 {
        font-size: 0.85rem;
    }
    
    .gradient-active-21df p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .short-5974 {
        padding: 30px 15px;
    }
    
    .sidebar-9d67 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .title-9e78 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .disabled_next_c4c0 h4 {
        font-size: 0.9rem;
    }
    
    .disabled_next_c4c0 a {
        font-size: 0.8rem;
    }
    
    .avatar-0c2a {
        font-size: 0.8rem;
    }
    
    .aside_dirty_948e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .list-west-d0f8 {
        padding: 8px 10px;
    }
    
    .lite-17d9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .small_937b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lite-17d9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .small_937b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a71d */
.widget-item-s7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
