/* Inner Page Styles */

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

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

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

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

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

.overlay_short_5c30 .card-small-fc14 {
    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;
}

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

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

.overlay_short_5c30 .card-small-fc14:hover::before {
    left: 100%;
}

.overlay_short_5c30 .card-small-fc14:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.box-wood-74d8 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_ba93.fn-active-0ad2 {
    color: var(--casino-gold-light);
}

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

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

.glass-01aa {
    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);
}

.glass-01aa 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);
}

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

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

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

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

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

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

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

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

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

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

.hard-326e {
    padding: var(--md-spacing-md) 0;
}

.video-light-a4c8 {
    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%;
}

.video-light-a4c8 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 */
.detail_hard_ca2d {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.form-inner-98a9 {
    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;
}

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

.form-inner-98a9:hover::before {
    left: 100%;
}

.form-inner-98a9 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;
}

.form-inner-98a9 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;
}

.form-inner-98a9 .copper-f3ad {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.form-inner-98a9 .copper-f3ad:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.overlay-inner-728c {
    margin-top: var(--md-spacing-sm);
}

.hover-green-cc10 {
    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);
}

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

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

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

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

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

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

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

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

.progress_6256 .copper-f3ad:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video_87a7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video_87a7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video_87a7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .overlay_short_5c30 {
        justify-content: center;
    }
    
    .sidebar_last_2a21 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery-262b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .green_8877 {
        padding: var(--md-spacing-md) 0;
    }
    
    .glass-01aa {
        padding: var(--md-spacing-md);
    }
    
    .east-061e {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-light-a4c8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress_6256 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hover-copper-8c3c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .glass-01aa {
        padding: var(--md-spacing-sm);
    }
    
    .gas-fb44 {
        padding: var(--md-spacing-md);
    }
    
    .video-light-a4c8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gas-fb44,
.video-light-a4c8,
.progress_6256 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.banner_1ff9 {
    font-size: 1.5rem;
}

.solid_75b9 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .badge-inner-27cd {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .left_e317 {
        margin-left: 0;
    }
}

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

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

.dim-6cd6 {
    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;
}

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

.dim-6cd6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.dim-6cd6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.block_0257 strong {
    color: #00ff88;
}

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

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

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

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

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

.video-advanced-464a::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;
}

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

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

.focused_dfb6.sort_afdb .heading_hovered_67c0 {
    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); }
}

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

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

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

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

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

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

.text_ce7c {
    font-size: 1.2rem;
}

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

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

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

.header-hard-4da3 {
    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;
}

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

.header-hard-4da3.media-old-d85c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header-hard-4da3.item_9591::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-hard-4da3.feature-dirty-88c4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header-hard-4da3.primary_bottom_521b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hard-de95 {
    font-size: 1.2rem;
}

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

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

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

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

.upper-ae44.status-5ec6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.upper-ae44.fn-active-0ad2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.banner-plasma-c93d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.container-tall-f83e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.new-88c3 {
    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;
}

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

.new-88c3.tag-ced0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pattern-db66 { border-top: 3px solid #00ccff; }
.simple-109a { border-top: 3px solid #00ff88; }
.heading_7e0d { border-top: 3px solid #d4af37; }
.search-dcbe { border-top: 3px solid #ff6b6b; }
.panel_active_6294 { border-top: 3px solid #8b5cf6; }

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

.carousel-0ace {
    overflow-x: auto;
}

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

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

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

.hover-last-dbc0 td {
    color: #ccc;
}

.hover-last-dbc0 .heading-top-e3b8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-up-435b h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.picture-up-435b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.card_new_b87a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.component-hard-59d9 {
    background: #0a0a0a;
    padding: 60px 0;
}

.warm-4d64 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.section-93dc {
    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;
}

.section-93dc::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);
}

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

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

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

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

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

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

.widget_iron_43fa {
    font-size: 1.5rem;
}

.active-gold-2815 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.brown-f67b strong {
    color: #fff;
    display: block;
}

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

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

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

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

.focus_9fd5 .avatar-87e7 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.grid-copper-d6ed {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.texture-center-c48d {
    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;
}

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

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

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

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

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

.bottom-8b50 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.breadcrumb-52f8 {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

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

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

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

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

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

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

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

.focused_c5b8 a {
    color: #ff6b6b;
}

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

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

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

.accent_b14c {
    text-align: center;
}

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

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

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

.photo-0aca > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tooltip-lower-f07a {
        flex-direction: column;
    }
    .old_9960 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.link-fast-194c .frame-53ad {
    color: #666;
    margin: 0 8px;
}

.link-fast-194c .wood-7509 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.rough-06f3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.next-819e {
    font-size: 2rem;
}

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

.slider_33c8 strong {
    color: #d4af37;
}

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

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

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

.prev-df85 h3,
.breadcrumb-0766 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.notification-473b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.over-0d93 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.glass-85d9 strong {
    color: #00ff88;
}

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

.card-lite-3867 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.layout-dim-c160 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.label-first-9127 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.avatar-9604 strong {
    color: #d4af37;
}

.thick_b8a0 {
    color: #aaa;
}

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

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

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

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

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

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

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

.section-71ab:last-child {
    border-bottom: none;
}

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

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

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

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

.left-5fe0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.left-5fe0 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;
}

.left-5fe0 li strong {
    color: #00ff88;
}

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

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

.footer-stale-c2af {
    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;
}

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

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

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

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

.progress-hard-45ce strong {
    color: #d4af37;
}

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

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

.focus_brown_ca9b strong {
    color: #00ff88;
}

.focus_brown_ca9b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-a21b li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.box-smooth-4a6a {
    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;
}

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

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

.outline_basic_9cc0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tertiary_complex_4d42 {
        flex-direction: column;
    }
    
    .hot-7c51 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .photo-brown-18d2 {
        padding: 30px 15px;
    }
    
    .photo-brown-18d2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .progress-upper-10b8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .button_short_e964 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .steel_7bbd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .steel_7bbd .full-76aa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .link-dc9a {
        font-size: 1.3rem;
    }
    
    .active-5972 {
        font-size: 0.7rem;
    }
    
    .highlight_soft_0e74 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight_soft_0e74 .copper-f3ad {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .border-dark-76c6 {
        display: none;
    }
    
    .tooltip-b2d8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper_wide_ddb5 {
        padding: 20px 10px;
    }
    
    .motion-acbc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .white_cf55,
    .avatar-c3f7 {
        padding: 15px;
    }
    
    .plasma_9c75 {
        flex-direction: column;
        gap: 5px;
    }
    
    .secondary_e8e1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper_11e5 {
        padding: 30px 10px;
    }
    
    .active-current-0524 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .glass_5814 {
        padding: 20px 15px;
    }
    
    .tabs_3b56 {
        font-size: 2rem;
    }
    
    .glass_5814 h3 {
        font-size: 1.1rem;
    }
    
    .glass_5814 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .progress_b0f1 {
        padding: 20px 5px;
    }
    
    .progress_b0f1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .panel-7206 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hover-last-dbc0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hover-last-dbc0 th,
    .hover-last-dbc0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .table-ff59 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .table-huge-3689 {
        padding: 20px 10px;
    }
    
    .backdrop-up-06d6 h2 {
        font-size: 1.3rem;
    }
    
    .pro-26bf {
        font-size: 0.9rem;
    }
    
    .section-71ab h3 {
        font-size: 1.1rem;
    }
    
    .section-71ab p {
        font-size: 0.9rem;
    }
    
    .left-5fe0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary-yellow-232f {
        grid-template-columns: 1fr;
    }
    
    .progress-hard-45ce {
        font-size: 0.85rem;
    }
    
    .button_a229 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer-stale-c2af {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .footer-stale-c2af strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .row_c4ae {
        padding: 30px 10px;
    }
    
    .input-4d21 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tall_c06f {
        padding: 15px 10px;
    }
    
    .tall_c06f h4 {
        font-size: 0.9rem;
    }
    
    .tall_c06f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .progress-aa38 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input-4d21 {
        grid-template-columns: 1fr;
    }
    
    .tall_c06f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .widget_d77c {
        padding: 30px 10px;
    }
    
    .block-slow-cbce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next_52fd {
        padding: 15px;
    }
    
    .tiny-1e4c {
        font-size: 0.9rem;
    }
    
    .primary_hard_f416 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary_hard_f416 .menu-faff {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .link-a20a {
        padding: 30px 10px;
    }
    
    .link-a20a h2 {
        font-size: 1.2rem;
    }
    
    .primary_first_d7a1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown-smooth-fcb1 {
        padding: 15px 10px;
    }
    
    .dropdown-smooth-fcb1 h4 {
        font-size: 0.85rem;
    }
    
    .dropdown-smooth-fcb1 p {
        font-size: 0.75rem;
    }
    
    .texture_aea1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh_2129 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .breadcrumb-52f8 {
        padding: 20px 10px;
    }
    
    .fast_b3b4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pagination_fff3,
    .badge-f0b4,
    .focused_c5b8 {
        width: 100%;
    }
    
    .pagination_fff3 h3 {
        font-size: 1.1rem;
    }
    
    .pagination_fff3 p {
        font-size: 0.8rem;
    }
    
    .hero_3740 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget_easy_0cd4 {
        padding: 30px 15px;
    }
    
    .widget_easy_0cd4 h2 {
        font-size: 1.3rem;
    }
    
    .widget_easy_0cd4 p {
        font-size: 0.85rem;
    }
    
    .slider-hard-51a5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider-hard-51a5 .copper-f3ad {
        width: 100%;
    }
    
    .medium-0fe7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .old-7af9 {
        padding: 30px 15px;
    }
    
    .header_huge_4c48 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white-35ed {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .picture_6dee h4 {
        font-size: 0.9rem;
    }
    
    .picture_6dee a {
        font-size: 0.8rem;
    }
    
    .paragraph-4d40 {
        font-size: 0.8rem;
    }
    
    .heading-white-ae04 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .row-9c04 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table_north_c512 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 34d9 */
.phantom-card-u6 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
