/* Inner Page Styles */

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

.sidebar-51f2 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);
}

.sidebar-51f2 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);
}

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

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

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

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

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

.gallery_28ee .alert_out_d45a:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-east-a139 {
    color: var(--casino-gold-light);
}

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

.label-east-a139 a:hover {
    color: var(--casino-gold-light);
}

.label-east-a139.fn-active-f619 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* CTA Section */
.status-plasma-c8a7 {
    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_20e5 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

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

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

.wood_444f 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 */
.table-4ba8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-4ba8 li {
    margin-bottom: var(--md-spacing-xs);
}

.table-4ba8 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);
}

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

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

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

.surface-paper-a5bd:hover::before {
    left: 100%;
}

.surface-paper-a5bd 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;
}

.surface-paper-a5bd 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;
}

.surface-paper-a5bd .gallery_f81e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.surface-paper-a5bd .gallery_f81e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.cold_ea9e .gallery_f81e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar-51f2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar-51f2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar-51f2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery_28ee {
        justify-content: center;
    }
    
    .huge-f919 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .message-static-f1b3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .stone-d2e0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .iron-bb7f {
        padding: var(--md-spacing-md);
    }
    
    .list_20e5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wood_444f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .cold_ea9e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .item_20c7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .iron-bb7f {
        padding: var(--md-spacing-sm);
    }
    
    .feature_soft_7142 {
        padding: var(--md-spacing-md);
    }
    
    .wood_444f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.feature_soft_7142,
.wood_444f,
.cold_ea9e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.heading-right-6e2a {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.picture-action-d01e {
    font-size: 1.5rem;
}

.red_7a0a strong {
    color: #00ff88;
}

.paragraph-copper-3b74 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .accordion-black-c828 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .paragraph-copper-3b74 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.caption_left_0303 {
    padding: 30px 0;
}

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

.notice-2add {
    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;
}

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

.notice-2add ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.notice-2add li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.fresh-8c51 {
    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;
}

.fresh-8c51 strong {
    color: #00ff88;
}

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

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

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

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

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

.shadow-27ee::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;
}

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

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

.notification_simple_e772.copper_801c .mask-7428 {
    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); }
}

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

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

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

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

.black-30fc 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;
}

.black-30fc 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);
}

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

.simple_5aa7 {
    font-size: 1.2rem;
}

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

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

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

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

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

.under_ec3a.backdrop_ca53::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.under_ec3a.wrapper-0f2f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.under_ec3a.wide_6f83::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.under_ec3a.chip_a9f7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pagination_down_13c9 {
    font-size: 1.2rem;
}

.summary-solid-3fff {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.info-basic-b181.accordion-lower-e422 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-basic-b181.fn-active-f619 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.caption-3a17 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.form-over-3c6f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.bronze_21b4.modal-paper-8b10 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.message-warm-091e {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.up-062b { border-top: 3px solid #00ccff; }
.paragraph-8523 { border-top: 3px solid #00ff88; }
.item-large-3eb6 { border-top: 3px solid #d4af37; }
.active-19e0 { border-top: 3px solid #ff6b6b; }
.video_cc73 { border-top: 3px solid #8b5cf6; }

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

.outline-b81b {
    overflow-x: auto;
}

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

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

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

.middle-86ec td {
    color: #ccc;
}

.middle-86ec .main_3d92 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.middle-86ec tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.mask-9c7f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.south-3b20 {
    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;
}

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

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

.current-552a {
    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;
}

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

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

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

.section_6c78 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot-4d98 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.surface-advanced-6a9d strong {
    color: #fff;
    display: block;
}

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

.info-center-890a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.sort_smooth_e025 .texture_solid_5f5e {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.tabs-8ed9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-green-f212 span {
    color: #666;
    font-size: 0.8rem;
}

.highlight-green-f212 a {
    color: #ff6b6b;
}

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

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

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

.image-pink-7bfd {
    text-align: center;
}

.image-pink-7bfd .image_bright_f167 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.image-pink-7bfd .label-08e8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.component-870e {
    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;
}

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

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

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

.aside-south-07b0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.hover_7237.modal-paper-8b10 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.backdrop-outer-66ca {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.heading-1f64 .rough-3c76 {
    color: #666;
    margin: 0 8px;
}

.heading-1f64 .footer_pro_e5d3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.banner-small-8c61 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.pagination-0d27 {
    font-size: 2rem;
}

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

.texture-7fc9 strong {
    color: #d4af37;
}

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

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

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

.shade_6af5 h3,
.icon-46a2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.tabs-52d4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.form-plasma-e416 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.summary-0ab7 strong {
    color: #00ff88;
}

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

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

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

.hover-first-62f7 h3,
.secondary-gold-9f8c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.label-hot-30a3 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.label-hot-30a3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.thumbnail_50eb strong {
    color: #d4af37;
}

.sidebar_fd8f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort-11ea {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.sort-11ea 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;
}

.sort-11ea li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.gold_57f9 strong {
    color: #d4af37;
}

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

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

.layout_8bc0 strong {
    color: #00ff88;
}

.layout_8bc0 span {
    color: #d4af37;
}

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

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

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

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

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

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

.gallery-medium-b4af {
    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;
}

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

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

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

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

.label-static-a095 {
    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);
}

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

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

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

.border-stone-a0b8 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-dark-dee7 {
    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;
}

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

.overlay_lower_f50c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.alert-hot-5813 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .search_904e {
        padding: 30px 15px;
    }
    
    .search_904e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dynamic-4cc1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .old_f2c0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .next_3df6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .next_3df6 .caption_tall_e766 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .border_6453 {
        font-size: 1.3rem;
    }
    
    .paragraph_warm_652c {
        font-size: 0.7rem;
    }
    
    .nav_101d {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav_101d .gallery_f81e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent_in_4bfa {
        display: none;
    }
    
    .soft_6104 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .progress-197c {
        padding: 20px 10px;
    }
    
    .form_green_82a8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-3e1b,
    .column-363f {
        padding: 15px;
    }
    
    .tabs-2715 {
        flex-direction: column;
        gap: 5px;
    }
    
    .label-static-a095 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification-static-418a {
        padding: 30px 10px;
    }
    
    .panel-west-a2f5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel-9009 {
        padding: 20px 15px;
    }
    
    .hot-8d32 {
        font-size: 2rem;
    }
    
    .steel-9009 h3 {
        font-size: 1.1rem;
    }
    
    .steel-9009 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .wide-0adb {
        padding: 20px 5px;
    }
    
    .wide-0adb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tertiary-ef0f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .middle-86ec {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .middle-86ec th,
    .middle-86ec td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .list-36c9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pink-a2a0 {
        padding: 20px 10px;
    }
    
    .plasma_a6cd h2 {
        font-size: 1.3rem;
    }
    
    .header_f577 {
        font-size: 0.9rem;
    }
    
    .west_ee97 h3 {
        font-size: 1.1rem;
    }
    
    .west_ee97 p {
        font-size: 0.9rem;
    }
    
    .sort-11ea li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bottom-492f {
        grid-template-columns: 1fr;
    }
    
    .gold_57f9 {
        font-size: 0.85rem;
    }
    
    .surface-12b1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview-0204 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .preview-0204 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slow_4a39 {
        padding: 30px 10px;
    }
    
    .clean-d190 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_south_a634 {
        padding: 15px 10px;
    }
    
    .badge_south_a634 h4 {
        font-size: 0.9rem;
    }
    
    .badge_south_a634 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .mask-a054 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid-prev-b072 {
        padding: 30px 10px;
    }
    
    .highlight_slow_c033 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_bronze_fd95 {
        padding: 15px;
    }
    
    .image-down-e332 {
        font-size: 0.9rem;
    }
    
    .fluid_8322 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid_8322 .notification_9363 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .wrapper-aa0f {
        padding: 30px 10px;
    }
    
    .wrapper-aa0f h2 {
        font-size: 1.2rem;
    }
    
    .logo_middle_8938 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white-6992 {
        padding: 15px 10px;
    }
    
    .white-6992 h4 {
        font-size: 0.85rem;
    }
    
    .white-6992 p {
        font-size: 0.75rem;
    }
    
    .notice-silver-7112 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .thumbnail-c6d5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .avatar_plasma_e254 {
        padding: 20px 10px;
    }
    
    .fast_a7f3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gallery_d697,
    .tag_simple_8122,
    .highlight-green-f212 {
        width: 100%;
    }
    
    .gallery_d697 h3 {
        font-size: 1.1rem;
    }
    
    .gallery_d697 p {
        font-size: 0.8rem;
    }
    
    .popup_cool_f739 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-medium-2e4f {
        padding: 30px 15px;
    }
    
    .hidden-medium-2e4f h2 {
        font-size: 1.3rem;
    }
    
    .hidden-medium-2e4f p {
        font-size: 0.85rem;
    }
    
    .gallery_outer_eef0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_outer_eef0 .gallery_f81e {
        width: 100%;
    }
    
    .active_0b08 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame-b52a {
        padding: 30px 15px;
    }
    
    .input_53c8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .carousel_f97f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .glass-b8e8 h4 {
        font-size: 0.9rem;
    }
    
    .glass-b8e8 a {
        font-size: 0.8rem;
    }
    
    .overlay_82c4 {
        font-size: 0.8rem;
    }
    
    .sort-middle-b670 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel_4241 {
        padding: 8px 10px;
    }
    
    .paragraph-32a6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .column-bright-db51 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph-32a6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .column-bright-db51 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dbd9 */
.phantom-card-n5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
