/* Inner Page Styles */

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

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

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

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

.heading-full-44a5 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.heading-full-44a5 .preview_hot_4665 {
    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;
}

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

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

.heading-full-44a5 .preview_hot_4665:hover::before {
    left: 100%;
}

.heading-full-44a5 .preview_hot_4665:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.status-rough-b754 {
    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);
}

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

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

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

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

.container-plasma-99c3 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.breadcrumb-green-7a64 {
    color: var(--casino-gold-light);
}

.breadcrumb-green-7a64 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.breadcrumb-green-7a64 a:hover {
    color: var(--casino-gold-light);
}

.breadcrumb-green-7a64.fn-active-2bf8 {
    color: var(--casino-gold-light);
}

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

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

.primary-short-ded5 {
    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);
}

.primary-short-ded5 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.shade_bronze_834b 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 */
.element-medium-5474 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.element-medium-5474 li {
    margin-bottom: var(--md-spacing-xs);
}

.element-medium-5474 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);
}

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

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

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

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

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

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

.selected_3996 .menu-6c4a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.selected_3996 .menu-6c4a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.wrapper-1db6 {
    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);
}

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

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

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

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

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

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

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

.secondary_lite_cd85 .menu-6c4a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.secondary_lite_cd85 .menu-6c4a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav_copper_0bef {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .nav_copper_0bef h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .nav_copper_0bef h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .heading-full-44a5 {
        justify-content: center;
    }
    
    .status-rough-b754 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .title-light-8f06 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outline_a93f {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-short-ded5 {
        padding: var(--md-spacing-md);
    }
    
    .secondary-solid-3de2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_bronze_834b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .secondary_lite_cd85 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active_b426 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .primary-short-ded5 {
        padding: var(--md-spacing-sm);
    }
    
    .center_347a {
        padding: var(--md-spacing-md);
    }
    
    .shade_bronze_834b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.center_347a,
.shade_bronze_834b,
.secondary_lite_cd85 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shadow-first-8849::-webkit-scrollbar {
    width: 8px;
}

.shadow-first-8849::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.frame_95f6 {
    font-size: 1.5rem;
}

.warm_8e51 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.alert-next-5d8b {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.wood_a790 strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-thick-dc54::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;
}

.hover-focused-b80a {
    text-align: center;
    margin-bottom: 30px;
}

.media-out-dead {
    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;
}

.media-out-dead.dropdown_056e .layout-short-4b0a {
    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); }
}

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

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

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

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

.gallery-steel-cb51 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;
}

.gallery-steel-cb51 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);
}

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

.active_upper_8850 {
    font-size: 1.2rem;
}

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

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

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

.image_copper_7a5e {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.image_copper_7a5e.logo_tall_253d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.image_copper_7a5e.widget-dc7d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.image_copper_7a5e.aside_wide_4648::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.image_copper_7a5e.active-pink-5ae6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table-9f81 {
    font-size: 1.2rem;
}

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

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

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

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

.popup_b4c9.focused_bcc6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_b4c9.fn-active-2bf8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.progress-lite-b278 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.short-7102 { border-top: 3px solid #00ccff; }
.inner_ef40 { border-top: 3px solid #00ff88; }
.left_b248 { border-top: 3px solid #d4af37; }
.overlay_a719 { border-top: 3px solid #ff6b6b; }
.aside-prev-ca37 { border-top: 3px solid #8b5cf6; }

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

.small_4cf9 {
    overflow-x: auto;
}

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

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

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

.feature_lite_ef2c td {
    color: #ccc;
}

.feature_lite_ef2c .menu-6b1c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.feature_lite_ef2c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.message-white-be13 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.dirty-25ee {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.rough-3e7d {
    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;
}

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

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

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

.carousel_7e05 {
    font-size: 2rem;
}

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

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

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

.video-static-c534 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.progress-fast-ac1c {
    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;
}

.progress-fast-ac1c::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);
}

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

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

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

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

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

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

.modal_60ce {
    font-size: 1.5rem;
}

.image-75c3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.progress-fbf2 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.next_69b1 .summary-north-5dee {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .row-yellow-9ff4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

.lower-5f7c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.border_37d2 a {
    color: #ff6b6b;
}

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

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

.progress-green-2cdb {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.video-1a9d {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-center-bf9f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.disabled-white-c94f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.smooth-264d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.shade_soft_1d56 .iron_c04d {
    color: #666;
    margin: 0 8px;
}

.shade_soft_1d56 .easy-f05a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.header-5df7 {
    font-size: 2rem;
}

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

.tall_49ce strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.thumbnail_north_4fd2 strong {
    color: #00ff88;
}

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

.tertiary-hard-9ce8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tertiary-hard-9ce8 {
        grid-template-columns: 1fr;
    }
}

.short_cc5e h3,
.narrow-9e1e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.content_7ecf strong {
    color: #d4af37;
}

.photo-last-48de {
    color: #aaa;
}

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

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

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

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

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

.in-691c {
    max-width: 900px;
    margin: 0 auto;
}

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

.badge-4fd4:last-child {
    border-bottom: none;
}

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

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

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

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

.avatar-hard-a01d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.avatar-hard-a01d 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;
}

.avatar-hard-a01d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.module-cold-1734 strong {
    color: #d4af37;
}

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

.notice-blue-590f {
    color: #888;
    font-size: 0.9rem;
}

.notice-blue-590f strong {
    color: #00ff88;
}

.notice-blue-590f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.nav-middle-5be4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.hover-91a8 {
    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_pink_d5d2 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

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

.chip-ee20 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.search-1868 strong {
    color: #00ff88;
}

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

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

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

.gallery-hard-4bc7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.gas_4ec4 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

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

.lower-5f7c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gallery-hard-4bc7 {
        flex-direction: column;
    }
    
    .gas_4ec4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.tooltip-88e0 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .copper_7ac8 {
        padding: 30px 15px;
    }
    
    .copper_7ac8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .title-3d8f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .main-light-4bd9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pro-7825 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pro-7825 .bronze_a36a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .nav_86e7 {
        font-size: 1.3rem;
    }
    
    .in-8520 {
        font-size: 0.7rem;
    }
    
    .smooth_b0a8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .smooth_b0a8 .menu-6c4a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .status_wide_5338 {
        display: none;
    }
    
    .motion-eb82 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .out_5dde {
        padding: 20px 10px;
    }
    
    .article_slow_732e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-d03f,
    .photo_blue_87cf {
        padding: 15px;
    }
    
    .nav-middle-5be4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .under_0793 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert_green_a7ed {
        padding: 30px 10px;
    }
    
    .tag-feaa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip_10a2 {
        padding: 20px 15px;
    }
    
    .mask-active-b96c {
        font-size: 2rem;
    }
    
    .chip_10a2 h3 {
        font-size: 1.1rem;
    }
    
    .chip_10a2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .section-middle-719e {
        padding: 20px 5px;
    }
    
    .section-middle-719e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .module-action-68de {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .feature_lite_ef2c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .feature_lite_ef2c th,
    .feature_lite_ef2c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .feature-gas-7078 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .easy-3c6e {
        padding: 20px 10px;
    }
    
    .border-b411 h2 {
        font-size: 1.3rem;
    }
    
    .tag-10ec {
        font-size: 0.9rem;
    }
    
    .badge-4fd4 h3 {
        font-size: 1.1rem;
    }
    
    .badge-4fd4 p {
        font-size: 0.9rem;
    }
    
    .avatar-hard-a01d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .element_left_b566 {
        grid-template-columns: 1fr;
    }
    
    .module-cold-1734 {
        font-size: 0.85rem;
    }
    
    .preview_large_33ce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button_left_eb89 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button_left_eb89 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .in_62bc {
        padding: 30px 10px;
    }
    
    .list_87e5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary-white-d230 {
        padding: 15px 10px;
    }
    
    .secondary-white-d230 h4 {
        font-size: 0.9rem;
    }
    
    .secondary-white-d230 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .preview-gas-45cd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list_87e5 {
        grid-template-columns: 1fr;
    }
    
    .secondary-white-d230 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title_1e01 {
        padding: 30px 10px;
    }
    
    .widget-736a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gold-baa6 {
        padding: 15px;
    }
    
    .carousel-e157 {
        font-size: 0.9rem;
    }
    
    .grid_focused_1ed7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid_focused_1ed7 .label-ee25 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .row-bottom-693a {
        padding: 30px 10px;
    }
    
    .row-bottom-693a h2 {
        font-size: 1.2rem;
    }
    
    .over-6ae1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list_easy_43b7 {
        padding: 15px 10px;
    }
    
    .list_easy_43b7 h4 {
        font-size: 0.85rem;
    }
    
    .list_easy_43b7 p {
        font-size: 0.75rem;
    }
    
    .module_626a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hover-solid-6308 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .article-0bf2 {
        padding: 20px 10px;
    }
    
    .column-fixed-af54 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header_lower_1874,
    .bright_630b,
    .border_37d2 {
        width: 100%;
    }
    
    .header_lower_1874 h3 {
        font-size: 1.1rem;
    }
    
    .header_lower_1874 p {
        font-size: 0.8rem;
    }
    
    .west_fdf4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pro-7f99 {
        padding: 30px 15px;
    }
    
    .pro-7f99 h2 {
        font-size: 1.3rem;
    }
    
    .pro-7f99 p {
        font-size: 0.85rem;
    }
    
    .tag-9d25 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag-9d25 .menu-6c4a {
        width: 100%;
    }
    
    .icon-active-4dc3 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .aside-ffc0 {
        padding: 30px 10px;
    }
    
    .aside-ffc0 h3 {
        font-size: 1.2rem;
    }
    
    .column-top-302e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary_lite_cd85 {
        padding: 15px 10px;
    }
    
    .secondary_lite_cd85 h4 {
        font-size: 0.85rem;
    }
    
    .secondary_lite_cd85 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .modal-b181 {
        padding: 30px 15px;
    }
    
    .table-glass-c518 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dark_cd4a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .top_9bd8 h4 {
        font-size: 0.9rem;
    }
    
    .top_9bd8 a {
        font-size: 0.8rem;
    }
    
    .input-north-e3a3 {
        font-size: 0.8rem;
    }
    
    .pattern_tiny_78d3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .row_c674 {
        padding: 8px 10px;
    }
    
    .medium_10bc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .item-in-014d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .medium_10bc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .item-in-014d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 62d4 */
.ghost-box-z8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
