/* Inner Page Styles */

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

.surface-static-b8ce 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);
}

.surface-static-b8ce 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);
}

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

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

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

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

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

.top_0539 .clean_a8a2:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-hovered-b48e {
    color: var(--casino-gold-light);
}

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

.active-hovered-b48e a:hover {
    color: var(--casino-gold-light);
}

.active-hovered-b48e.fn-active-b120 {
    color: var(--casino-gold-light);
}

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

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

.light-645a {
    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);
}

.light-645a 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);
}

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

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

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

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

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

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

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

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

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

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

.tiny-27e4 {
    padding: var(--md-spacing-md) 0;
}

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

.next-ea97 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 */
.tertiary-action-bcd9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary-action-bcd9 li {
    margin-bottom: var(--md-spacing-xs);
}

.tertiary-action-bcd9 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);
}

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

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

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

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

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

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

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

.sort_fad5 .notification_0e45:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.description-hard-e345 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.column-dark-ce92 {
    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);
}

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

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

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

.column-dark-ce92 .notification_0e45 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column-dark-ce92 .notification_0e45:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface-static-b8ce {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface-static-b8ce h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface-static-b8ce h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .top_0539 {
        justify-content: center;
    }
    
    .logo_north_1218 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .smooth_0716 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .module_pressed_6489 {
        padding: var(--md-spacing-md) 0;
    }
    
    .light-645a {
        padding: var(--md-spacing-md);
    }
    
    .list-bronze-7a31 {
        padding: var(--md-spacing-md) 0;
    }
    
    .next-ea97 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column-dark-ce92 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard-1057 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .light-645a {
        padding: var(--md-spacing-sm);
    }
    
    .wide-3315 {
        padding: var(--md-spacing-md);
    }
    
    .next-ea97 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wide-3315,
.next-ea97,
.column-dark-ce92 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.mini-6b02::-webkit-scrollbar {
    width: 8px;
}

.mini-6b02::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.summary_5f85 {
    font-size: 1.5rem;
}

.paragraph_b23c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.small-e780 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.texture_6f6b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.out_6def.menu_416d .dynamic_f052 {
    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); }
}

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

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

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

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

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

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

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

.stone_07d3 {
    font-size: 1.2rem;
}

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

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

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

.image-cold-79f7 {
    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;
}

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

.image-cold-79f7.backdrop_gold_e9ae::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.image-cold-79f7.aside-hard-2b0d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.image-cold-79f7.active-short-2381::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.image-cold-79f7.search-f8ee::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paper_83b0 {
    font-size: 1.2rem;
}

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

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

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

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

.tiny-d92c.block-2aca { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tiny-d92c.fn-active-b120 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.aside-1db8 {
    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;
}

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

.aside-1db8.picture_320a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.text-a67a { border-top: 3px solid #00ccff; }
.badge_gas_1974 { border-top: 3px solid #00ff88; }
.border-9448 { border-top: 3px solid #d4af37; }
.container_next_ec47 { border-top: 3px solid #ff6b6b; }
.bronze-c1b5 { border-top: 3px solid #8b5cf6; }

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

.alert_upper_4f1a {
    overflow-x: auto;
}

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

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

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

.right-ae92 td {
    color: #ccc;
}

.right-ae92 .heading-592a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-4bd5 {
    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;
}

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

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

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

.old_4f6a {
    font-size: 2rem;
}

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

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

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

.next-42c5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.form-next-2cf7 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.content-first-7384 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.light_20e7 {
    font-size: 1.5rem;
}

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

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

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

.outline-plasma-eaec {
    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;
}

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

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

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

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

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

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

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

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

.background-6a3d .pagination-wide-ca82 {
    margin-bottom: 10px;
}

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

.background-6a3d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-7dd3 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.thumbnail_fe69 a {
    color: #ff6b6b;
}

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

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

.component-full-2b89 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.hover-pro-fb97 {
    text-align: center;
}

.hover-pro-fb97 .gradient-d311 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hover-pro-fb97 .mask_fe30 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.box-yellow-bdb6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-top-6d57 {
    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;
}

.main-top-6d57.picture_320a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .logo-554d {
        flex-direction: column;
    }
    .status-2de8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.hero-lower-0297 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.paragraph-center-4957 .current_5cd3 {
    color: #666;
    margin: 0 8px;
}

.paragraph-center-4957 .nav-lower-3819 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.element-black-e409 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.light_21e1 {
    font-size: 2rem;
}

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

.text_stale_d6ff strong {
    color: #d4af37;
}

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

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

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

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

.container-bronze-198a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.label_blue_a3bb strong {
    color: #00ff88;
}

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

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

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

.label-a740 h3,
.text-brown-d492 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.lower_d343 strong {
    color: #d4af37;
}

.glass-bc6a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_fc81 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.slow-9803 strong {
    color: #d4af37;
}

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

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

.hero_gas_a1bf strong {
    color: #00ff88;
}

.hero_gas_a1bf span {
    color: #d4af37;
}

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

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

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

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

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

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

.block-2cdd {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-under-5273 {
    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;
}

.card-dirty-5258 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.card-dirty-5258 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.under-7dd3 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article-rough-d6f4 {
        padding: 30px 15px;
    }
    
    .article-rough-d6f4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup_inner_7fd1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .panel-cded {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pagination-e299 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination-e299 .title_hard_d875 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .title-rough-5281 {
        font-size: 1.3rem;
    }
    
    .header-6494 {
        font-size: 0.7rem;
    }
    
    .modal-f342 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-f342 .notification_0e45 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container-62ae {
        display: none;
    }
    
    .pattern-stone-4610 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image_middle_df5f {
        padding: 20px 10px;
    }
    
    .row_down_6725 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gold_1052,
    .hover-pro-8994 {
        padding: 15px;
    }
    
    .south_c1dd {
        flex-direction: column;
        gap: 5px;
    }
    
    .box_e06f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .simple-3dd6 {
        padding: 30px 10px;
    }
    
    .panel-8972 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_a256 {
        padding: 20px 15px;
    }
    
    .element_current_8e77 {
        font-size: 2rem;
    }
    
    .info_a256 h3 {
        font-size: 1.1rem;
    }
    
    .info_a256 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hot-fa46 {
        padding: 20px 10px;
    }
    
    .lite-c21e h2 {
        font-size: 1.3rem;
    }
    
    .table-6d27 {
        font-size: 0.9rem;
    }
    
    .gallery_bottom_ee92 h3 {
        font-size: 1.1rem;
    }
    
    .gallery_bottom_ee92 p {
        font-size: 0.9rem;
    }
    
    .pagination_fc81 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero-warm-6469 {
        grid-template-columns: 1fr;
    }
    
    .slow-9803 {
        font-size: 0.85rem;
    }
    
    .summary_top_08dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone_c937 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .stone_c937 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thick_7415 {
        padding: 30px 10px;
    }
    
    .popup-df99 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold-0a6e {
        padding: 15px 10px;
    }
    
    .cold-0a6e h4 {
        font-size: 0.9rem;
    }
    
    .cold-0a6e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info-wide-1c45 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .popup-df99 {
        grid-template-columns: 1fr;
    }
    
    .cold-0a6e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .action_d82a {
        padding: 30px 10px;
    }
    
    .button-04c3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_dynamic_c236 {
        padding: 15px;
    }
    
    .over-9acc {
        font-size: 0.9rem;
    }
    
    .shadow_6822 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_6822 .message-1489 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .right_6a1e {
        padding: 30px 10px;
    }
    
    .right_6a1e h2 {
        font-size: 1.2rem;
    }
    
    .top-8ca4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_action_6a01 {
        padding: 15px 10px;
    }
    
    .article_action_6a01 h4 {
        font-size: 0.85rem;
    }
    
    .article_action_6a01 p {
        font-size: 0.75rem;
    }
    
    .grid_upper_6333 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .avatar-90c6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .border_d846 {
        padding: 20px 10px;
    }
    
    .primary-2265 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .frame_25fc,
    .copper-e019,
    .thumbnail_fe69 {
        width: 100%;
    }
    
    .frame_25fc h3 {
        font-size: 1.1rem;
    }
    
    .frame_25fc p {
        font-size: 0.8rem;
    }
    
    .card_new_aece {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .surface-action-116f {
        padding: 30px 15px;
    }
    
    .surface-action-116f h2 {
        font-size: 1.3rem;
    }
    
    .surface-action-116f p {
        font-size: 0.85rem;
    }
    
    .detail-9ea2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail-9ea2 .notification_0e45 {
        width: 100%;
    }
    
    .link-basic-5219 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .basic-312b {
        padding: 30px 10px;
    }
    
    .basic-312b h3 {
        font-size: 1.2rem;
    }
    
    .outline-118b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-dark-ce92 {
        padding: 15px 10px;
    }
    
    .column-dark-ce92 h4 {
        font-size: 0.85rem;
    }
    
    .column-dark-ce92 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .cool-54c3 {
        padding: 30px 15px;
    }
    
    .picture-advanced-3790 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .content-mini-567a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .white_d4bd h4 {
        font-size: 0.9rem;
    }
    
    .white_d4bd a {
        font-size: 0.8rem;
    }
    
    .texture-huge-1699 {
        font-size: 0.8rem;
    }
    
    .media-cdd0 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .block_bright_1fed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .image_cool_e548 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9dbe */
.shadow-element-f5 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
