/* Inner Page Styles */

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

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

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

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

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

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

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

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

.dirty_bbdc .row-a25a:hover::before {
    left: 100%;
}

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

.thumbnail-648a {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-2252.fn-active-4449 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid_e464 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 */
.paper-9bdc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paper-9bdc li {
    margin-bottom: var(--md-spacing-xs);
}

.paper-9bdc 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);
}

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

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

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

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

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

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

.progress_5e7f .aside-complex-b61f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.progress_5e7f .aside-complex-b61f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.action-8c09 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.inner-964a {
    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);
}

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

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

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

.inner-964a .aside-complex-b61f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.inner-964a .aside-complex-b61f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .table_9225 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .table_9225 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .table_9225 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dirty_bbdc {
        justify-content: center;
    }
    
    .shade_hard_4199 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .advanced_1a23 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .description_full_9bf4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro_b367 {
        padding: var(--md-spacing-md);
    }
    
    .nav-06ff {
        padding: var(--md-spacing-md) 0;
    }
    
    .fluid_e464 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .inner-964a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .menu-short-ca2d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pro_b367 {
        padding: var(--md-spacing-sm);
    }
    
    .old-663b {
        padding: var(--md-spacing-md);
    }
    
    .fluid_e464 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.old-663b,
.fluid_e464,
.inner-964a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.notification-liquid-e85d {
    font-size: 1.5rem;
}

.out_5709 strong {
    color: #00ff88;
}

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

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

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

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

.orange-881d {
    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;
}

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

.orange-881d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.orange-881d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.under-ec3a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.summary-4b68 {
    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;
}

.summary-4b68.outline_narrow_51bf .left_c2fe {
    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); }
}

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

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

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

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

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

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

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

.brown_ad53 {
    font-size: 1.2rem;
}

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

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

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

.gallery-first-15b2 {
    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;
}

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

.gallery-first-15b2.hero_under_4a64::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery-first-15b2.green_cfb4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery-first-15b2.nav_6c89::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery-first-15b2.carousel-5565::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.right_3d26 {
    font-size: 1.2rem;
}

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

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

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

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

.secondary-1c8d.small-06b4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.secondary-1c8d.fn-active-4449 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.thick-0f45 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-cbd4 { border-top: 3px solid #00ccff; }
.summary-11d8 { border-top: 3px solid #00ff88; }
.hero_mini_6bea { border-top: 3px solid #d4af37; }
.fast-5fee { border-top: 3px solid #ff6b6b; }
.left-4a07 { border-top: 3px solid #8b5cf6; }

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

.action_adff {
    overflow-x: auto;
}

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

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

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

.glass-7936 td {
    color: #ccc;
}

.glass-7936 .hard_964a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.surface-gas-f5a9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.notice-right-2930 {
    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;
}

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

.content_gas_2c4c {
    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-3d58 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

.hot-735a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-hard-a027 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.accent-ed84 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.disabled-f99a strong {
    color: #fff;
    display: block;
}

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

.info-pressed-7557 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.overlay-94a4 .shadow_9e2d {
    margin-bottom: 10px;
}

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

.overlay-94a4 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.border-next-a389 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wide-dd1a a {
    color: #ff6b6b;
}

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

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

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

.cold-e7df {
    text-align: center;
}

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

.cold-e7df .picture-small-3b7b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_38eb .label-fixed-a0d9 {
    color: #666;
    margin: 0 8px;
}

.menu_38eb .west_92dd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.module_right_d4cc {
    font-size: 2rem;
}

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

.west_0d30 strong {
    color: #d4af37;
}

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

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

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

.background_dynamic_e430 h3,
.secondary-clean-3683 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hero-pro-ad14 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.fast_da14 strong {
    color: #00ff88;
}

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

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

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

.white_ee1c h3,
.paragraph-left-7cc7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.shade-simple-6dd8 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.shade-simple-6dd8 strong {
    color: #d4af37;
}

.panel_1e66 {
    color: #aaa;
}

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

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

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

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

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

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

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

.north-1fd4:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-d2a8 strong {
    color: #d4af37;
}

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

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

.advanced-a163 strong {
    color: #00ff88;
}

.advanced-a163 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown_soft_f96c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focused-2254 {
        padding: 30px 15px;
    }
    
    .focused-2254 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .logo_full_15f9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .list_pink_c34e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .outer_fd50 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outer_fd50 .icon_north_366a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight-upper-63ac {
        font-size: 1.3rem;
    }
    
    .down_7ce8 {
        font-size: 0.7rem;
    }
    
    .notification_tiny_2ef5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_tiny_2ef5 .aside-complex-b61f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .down_b710 {
        display: none;
    }
    
    .footer-lite-d53f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .thumbnail-5239 {
        padding: 20px 10px;
    }
    
    .sort_slow_698e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_ae5e,
    .overlay_3fce {
        padding: 15px;
    }
    
    .panel-dcc7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .sidebar_c3a1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .article-pressed-5cab {
        padding: 30px 10px;
    }
    
    .fast_55ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section_62a7 {
        padding: 20px 15px;
    }
    
    .dark-96c3 {
        font-size: 2rem;
    }
    
    .section_62a7 h3 {
        font-size: 1.1rem;
    }
    
    .section_62a7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .footer_26e8 {
        padding: 20px 5px;
    }
    
    .footer_26e8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .south_7bec {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .glass-7936 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .glass-7936 th,
    .glass-7936 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .box-41c5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .thick-5f8f {
        padding: 20px 10px;
    }
    
    .alert-dacb h2 {
        font-size: 1.3rem;
    }
    
    .short_f43f {
        font-size: 0.9rem;
    }
    
    .north-1fd4 h3 {
        font-size: 1.1rem;
    }
    
    .north-1fd4 p {
        font-size: 0.9rem;
    }
    
    .pattern_e3fd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dark-23c9 {
        grid-template-columns: 1fr;
    }
    
    .liquid-d2a8 {
        font-size: 0.85rem;
    }
    
    .pagination-efae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon_motion_0a25 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .icon_motion_0a25 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .filter-5f4a {
        padding: 30px 10px;
    }
    
    .blue-cb5a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_18f8 {
        padding: 15px 10px;
    }
    
    .active_18f8 h4 {
        font-size: 0.9rem;
    }
    
    .active_18f8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .highlight-cold-26c3 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card-action-8eb0 {
        padding: 30px 10px;
    }
    
    .label-29a1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tall_5d9c {
        padding: 15px;
    }
    
    .narrow-b92c {
        font-size: 0.9rem;
    }
    
    .row-3530 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row-3530 .caption-3944 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .shade_middle_e8fa {
        padding: 30px 10px;
    }
    
    .shade_middle_e8fa h2 {
        font-size: 1.2rem;
    }
    
    .accent_c9ba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout-e018 {
        padding: 15px 10px;
    }
    
    .layout-e018 h4 {
        font-size: 0.85rem;
    }
    
    .layout-e018 p {
        font-size: 0.75rem;
    }
    
    .large_be78 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .new_7d77 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar_static_8b81 {
        padding: 20px 10px;
    }
    
    .feature_west_45aa {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .simple-cf61,
    .dropdown_motion_0797,
    .wide-dd1a {
        width: 100%;
    }
    
    .simple-cf61 h3 {
        font-size: 1.1rem;
    }
    
    .simple-cf61 p {
        font-size: 0.8rem;
    }
    
    .hover_static_432c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .green-e42c {
        padding: 30px 15px;
    }
    
    .green-e42c h2 {
        font-size: 1.3rem;
    }
    
    .green-e42c p {
        font-size: 0.85rem;
    }
    
    .accordion_selected_1a7e {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_selected_1a7e .aside-complex-b61f {
        width: 100%;
    }
    
    .text_955a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .old-81d5 {
        padding: 30px 10px;
    }
    
    .old-81d5 h3 {
        font-size: 1.2rem;
    }
    
    .media_in_51af {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-964a {
        padding: 15px 10px;
    }
    
    .inner-964a h4 {
        font-size: 0.85rem;
    }
    
    .inner-964a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .under-70d9 {
        padding: 30px 15px;
    }
    
    .badge-iron-40b5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .lower-daf6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wide_0211 h4 {
        font-size: 0.9rem;
    }
    
    .wide_0211 a {
        font-size: 0.8rem;
    }
    
    .thumbnail-hard-a021 {
        font-size: 0.8rem;
    }
    
    .grid-4e6a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus-6b44 {
        padding: 8px 10px;
    }
    
    .info-north-71e7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .photo-7f4e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-north-71e7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .photo-7f4e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 97be */
.phantom-card-z4 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
