/* Inner Page Styles */

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

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

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

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

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

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

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

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

.photo_51ca .sidebar_narrow_30d0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-light-c8a6.fn-active-8197 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.shade_huge_5f53 {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

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

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

.shade_huge_5f53 h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.shade_huge_5f53 p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

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

.shade_huge_5f53 .active_2691:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.focus-40e3 {
    margin-top: var(--md-spacing-sm);
}

.breadcrumb-9c3a {
    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);
}

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

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

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

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

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

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

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

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

.last_849d .active_2691:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .button_north_dded {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .button_north_dded h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .button_north_dded h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_51ca {
        justify-content: center;
    }
    
    .pro-4290 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel_4153 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard-6e69 {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay_a8fc {
        padding: var(--md-spacing-md);
    }
    
    .gradient_0efa {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_e847 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .last_849d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .banner_paper_0a9a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .overlay_a8fc {
        padding: var(--md-spacing-sm);
    }
    
    .item-ca8e {
        padding: var(--md-spacing-md);
    }
    
    .link_e847 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.item-ca8e,
.link_e847,
.last_849d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.status-iron-d332::-webkit-scrollbar {
    width: 8px;
}

.status-iron-d332::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.north-7ce8 {
    font-size: 1.5rem;
}

.modal_5b59 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.banner-in-d8eb {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .dropdown-copper-46f1 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.advanced_e621 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.panel_brown_18ad.mask_dark_61cd .gallery-wide-0e6e {
    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); }
}

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

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

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

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

.gradient-0586 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;
}

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

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

.wide_89cd {
    font-size: 1.2rem;
}

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

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

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

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

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

.article_old_f58c.tag_in_8904::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article_old_f58c.detail_0a6d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article_old_f58c.caption_large_8aad::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article_old_f58c.popup-light-9db2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.active_88db {
    font-size: 1.2rem;
}

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

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

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

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

.hard-d54c.banner-huge-fd5a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard-d54c.fn-active-8197 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.chip-dim-4152 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.label-inner-d62f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.layout_gold_f63c { border-top: 3px solid #00ccff; }
.warm_3958 { border-top: 3px solid #00ff88; }
.paper_b960 { border-top: 3px solid #d4af37; }
.huge_602e { border-top: 3px solid #ff6b6b; }
.simple-198a { border-top: 3px solid #8b5cf6; }

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

.solid-17b3 {
    overflow-x: auto;
}

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

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

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

.green-df26 td {
    color: #ccc;
}

.green-df26 .header_complex_0afc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.sidebar-copper-5359 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.badge-center-e1e3 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.component-fixed-062d {
    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;
}

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

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

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

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

.middle-5d41 {
    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;
}

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

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

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

.under_5b84 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.avatar-74dd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.heading-smooth-3dc2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.clean-a55f {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.out-ac63 .liquid-8bf8 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.accent-hard-1fd2 {
    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;
}

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

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

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

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

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

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

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

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

.item_stale_1aaa a {
    color: #ff6b6b;
}

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

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

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

.slider_simple_a193 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.motion-8b60 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-3e22 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.pattern-slow-eff5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bronze_da92 .logo_action_4803 {
    color: #666;
    margin: 0 8px;
}

.bronze_da92 .form_cold_c8e8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.caption_gold_b428 {
    font-size: 2rem;
}

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

.plasma_21d5 strong {
    color: #d4af37;
}

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

.pro-31a4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.dim_aef6 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.avatar-hard-61df {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.sort_inner_3ad4 h3,
.accent-outer-9f79 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hero-pressed-57a7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.component_focused_3e1a strong {
    color: #d4af37;
}

.container-hovered-723e {
    color: #aaa;
}

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

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

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

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

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

.fresh-3e49 {
    max-width: 900px;
    margin: 0 auto;
}

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

.frame-737a:last-child {
    border-bottom: none;
}

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

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

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

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

.nav-paper-27a2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.nav-paper-27a2 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;
}

.nav-paper-27a2 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .image-clean-360c {
        grid-template-columns: 1fr;
    }
}

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

.card-stone-8360 strong {
    color: #d4af37;
}

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

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

.accent-0834 strong {
    color: #00ff88;
}

.accent-0834 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.outline-5ddb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.tabs-1dc4 {
    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);
}

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

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

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

.background-gold-33ef {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.background-gold-33ef li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-f484 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-23a9 {
    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;
}

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight-6e9d {
        padding: 30px 15px;
    }
    
    .highlight-6e9d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture-65bd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .icon_2f4e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gold-38c7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gold-38c7 .aside-39cc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sidebar-stone-b5f2 {
        font-size: 1.3rem;
    }
    
    .easy-d5d1 {
        font-size: 0.7rem;
    }
    
    .main-46ea {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-46ea .active_2691 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .easy_8e00 {
        display: none;
    }
    
    .wide-e3b6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .rough_5e9c {
        padding: 20px 10px;
    }
    
    .column_blue_c96e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container_action_1453,
    .selected_5d72 {
        padding: 15px;
    }
    
    .badge-1220 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tabs-1dc4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .background-smooth-907f {
        padding: 30px 10px;
    }
    
    .menu-d9c8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-plasma-e889 {
        padding: 20px 15px;
    }
    
    .fresh_db56 {
        font-size: 2rem;
    }
    
    .text-plasma-e889 h3 {
        font-size: 1.1rem;
    }
    
    .text-plasma-e889 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .panel-698f {
        padding: 20px 5px;
    }
    
    .panel-698f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .frame_hard_564c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .green-df26 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .green-df26 th,
    .green-df26 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .filter_4d06 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .wrapper-orange-0d78 {
        padding: 20px 10px;
    }
    
    .middle-915b h2 {
        font-size: 1.3rem;
    }
    
    .alert-843c {
        font-size: 0.9rem;
    }
    
    .frame-737a h3 {
        font-size: 1.1rem;
    }
    
    .frame-737a p {
        font-size: 0.9rem;
    }
    
    .nav-paper-27a2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .image-clean-360c {
        grid-template-columns: 1fr;
    }
    
    .card-stone-8360 {
        font-size: 0.85rem;
    }
    
    .component-tall-6bfa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside_down_41b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .aside_down_41b1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar_03cc {
        padding: 30px 10px;
    }
    
    .copper_035e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_f3a5 {
        padding: 15px 10px;
    }
    
    .surface_f3a5 h4 {
        font-size: 0.9rem;
    }
    
    .surface_f3a5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .stone-5504 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hovered_c7d4 {
        padding: 30px 10px;
    }
    
    .row_4127 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-d148 {
        padding: 15px;
    }
    
    .smooth-19e1 {
        font-size: 0.9rem;
    }
    
    .outline_36a0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline_36a0 .row_east_64e2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .element-56aa {
        padding: 30px 10px;
    }
    
    .element-56aa h2 {
        font-size: 1.2rem;
    }
    
    .search_479a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_0ba5 {
        padding: 15px 10px;
    }
    
    .small_0ba5 h4 {
        font-size: 0.85rem;
    }
    
    .small_0ba5 p {
        font-size: 0.75rem;
    }
    
    .grid-red-082c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .outer-5534 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accent-hard-1fd2 {
        padding: 20px 10px;
    }
    
    .hero-1d50 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dynamic-21d1,
    .status_ec7c,
    .item_stale_1aaa {
        width: 100%;
    }
    
    .dynamic-21d1 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-21d1 p {
        font-size: 0.8rem;
    }
    
    .table_hot_3dab {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .narrow_ee3b {
        padding: 30px 15px;
    }
    
    .narrow_ee3b h2 {
        font-size: 1.3rem;
    }
    
    .narrow_ee3b p {
        font-size: 0.85rem;
    }
    
    .info-eae6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-eae6 .active_2691 {
        width: 100%;
    }
    
    .input-soft-756f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .info_out_45a0 {
        padding: 30px 15px;
    }
    
    .chip-top-2202 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .breadcrumb_18c8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .down_df73 h4 {
        font-size: 0.9rem;
    }
    
    .down_df73 a {
        font-size: 0.8rem;
    }
    
    .center-83ea {
        font-size: 0.8rem;
    }
    
    .tertiary_last_c4cc p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .carousel_next_3f60 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .input-cool-b209 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8510 */
.promo-block-x3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
