/* Inner Page Styles */

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

.white-08f2 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);
}

.white-08f2 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);
}

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

.widget-0e2d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.widget-0e2d .text-hard-f059 {
    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;
}

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

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

.widget-0e2d .text-hard-f059:hover::before {
    left: 100%;
}

.widget-0e2d .text-hard-f059:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.image-2b43 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.description-11a7 {
    color: var(--casino-gold-light);
}

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

.description-11a7 a:hover {
    color: var(--casino-gold-light);
}

.description-11a7.fn-active-98f0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.list-next-9dec {
    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);
}

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

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

.list-next-9dec p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

/* Sidebar Section */
.caption-0a99 {
    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_bc97 {
    padding: var(--md-spacing-md) 0;
}

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

.large_50fe 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 */
.hover-fixed-d0b9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-fixed-d0b9 li {
    margin-bottom: var(--md-spacing-xs);
}

.hover-fixed-d0b9 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);
}

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

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

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

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

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

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

.row_full_33a2 .short-61bd {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row_full_33a2 .short-61bd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.steel-014c {
    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);
}

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

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

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

.steel-014c .short-61bd {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.steel-014c .short-61bd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .white-08f2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .white-08f2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .white-08f2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .widget-0e2d {
        justify-content: center;
    }
    
    .brown_e463 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .title_dynamic_378f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .article_left_9e6c {
        padding: var(--md-spacing-md) 0;
    }
    
    .selected_a08e {
        padding: var(--md-spacing-md);
    }
    
    .caption-0a99 {
        padding: var(--md-spacing-md) 0;
    }
    
    .large_50fe {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .steel-014c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .medium_e0a6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .selected_a08e {
        padding: var(--md-spacing-sm);
    }
    
    .list-next-9dec {
        padding: var(--md-spacing-md);
    }
    
    .large_50fe {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.list-next-9dec,
.large_50fe,
.steel-014c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.preview-outer-b81a {
    font-size: 1.5rem;
}

.secondary-hot-2432 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tooltip-6f7f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .status-4327 {
        margin-left: 0;
    }
}

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

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

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

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

.top-7be2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.top-7be2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.secondary_stone_6bb9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.filter-dirty-dc51 {
    text-align: center;
    margin-bottom: 30px;
}

.orange-393a {
    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;
}

.orange-393a.old-458f .media_3d46 {
    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); }
}

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

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

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

.outline-steel-1c69 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outline-steel-1c69 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;
}

.outline-steel-1c69 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);
}

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

.info-over-463f {
    font-size: 1.2rem;
}

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

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

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

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

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

.short-a8a6.pressed_ec63::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short-a8a6.fixed_2892::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short-a8a6.breadcrumb-south-806b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short-a8a6.hovered_e488::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.surface_589e {
    font-size: 1.2rem;
}

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

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

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

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

.soft_5462.active-e130 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft_5462.fn-active-98f0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.input-short-bbcc {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.short-4b48 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.aside-6599 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.gallery-silver-7c5e {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.section_6b42 { border-top: 3px solid #00ccff; }
.hero_hard_8dd8 { border-top: 3px solid #00ff88; }
.paragraph-f020 { border-top: 3px solid #d4af37; }
.cool-09a5 { border-top: 3px solid #ff6b6b; }
.wrapper_black_95be { border-top: 3px solid #8b5cf6; }

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

.sort_green_57ab {
    overflow-x: auto;
}

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

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

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

.static_e90b td {
    color: #ccc;
}

.static_e90b .outline-ed5d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.component-hard-75c8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.bright-816a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.full-528c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.title-brown-1841 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark_b260 {
    font-size: 1.5rem;
}

.sort-under-48b9 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.box-dynamic-f6a5 .widget-bottom-4928 {
    margin-bottom: 10px;
}

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

.box-dynamic-f6a5 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.focus-medium-76f3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.footer-74b1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.accordion-old-04ec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.secondary_narrow_8b82 a {
    color: #ff6b6b;
}

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

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

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

.progress-c0ee {
    text-align: center;
}

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

.progress-c0ee .wrapper-hard-b806 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.column-hovered-187d {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget-tall-5fb2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .widget-tall-5fb2 {
        grid-template-columns: 1fr;
    }
}

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

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

.list_e0b7 .link-up-8ab1 {
    color: #666;
    margin: 0 8px;
}

.list_e0b7 .container-narrow-720a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.active-outer-9da5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.fixed-cce5 {
    font-size: 2rem;
}

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

.popup-solid-a37c strong {
    color: #d4af37;
}

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

.sidebar-gas-3b58 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .sidebar-gas-3b58 {
        grid-template-columns: 1fr;
    }
}

.narrow_caa3 h3,
.outline-top-2171 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.orange-10a1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.solid-93eb strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.table-selected-8f51 {
    background: #0a0a0a;
    padding: 30px 0;
}

.alert-4dfa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.detail-hot-8436 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.article_ccd4 strong {
    color: #d4af37;
}

.image-0e7e {
    color: #aaa;
}

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

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

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

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

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

.alert-5b16 {
    max-width: 900px;
    margin: 0 auto;
}

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

.basic-9a31:last-child {
    border-bottom: none;
}

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

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

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

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

.bronze-2a80 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.bronze-2a80 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;
}

.bronze-2a80 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.west-214a strong {
    color: #d4af37;
}

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

.input-iron-8187 {
    color: #888;
    font-size: 0.9rem;
}

.input-iron-8187 strong {
    color: #00ff88;
}

.input-iron-8187 span {
    color: #d4af37;
}

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

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

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

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

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

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

.section_yellow_4f05 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-up-36cc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary-up-36cc li {
    margin-bottom: 5px;
}

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

.tertiary-up-36cc a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.grid-5ab6 {
    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;
}

.hero-liquid-5e89 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.hero-liquid-5e89 strong {
    color: #00ff88;
}

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

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

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

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

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

.text-pink-dd98 {
    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;
}

.footer-74b1 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.nav-fluid-891d {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .warm_37a8 {
        padding: 30px 15px;
    }
    
    .warm_37a8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .header-6c1f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .prev-5db3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .brown-58cf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .brown-58cf .pagination_simple_2b3c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .full_24e5 {
        font-size: 1.3rem;
    }
    
    .button-stone-6a77 {
        font-size: 0.7rem;
    }
    
    .progress_narrow_ae5a {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress_narrow_ae5a .short-61bd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .video_ab06 {
        display: none;
    }
    
    .dropdown-silver-fe4b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .upper_3bac {
        padding: 20px 10px;
    }
    
    .dark_ea19 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_b4bc,
    .purple-e791 {
        padding: 15px;
    }
    
    .grid_9c0f {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary-d27f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .red_2fee {
        padding: 30px 10px;
    }
    
    .wrapper-51bb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search_slow_213d {
        padding: 20px 15px;
    }
    
    .motion_a736 {
        font-size: 2rem;
    }
    
    .search_slow_213d h3 {
        font-size: 1.1rem;
    }
    
    .search_slow_213d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .column-b659 {
        padding: 20px 5px;
    }
    
    .column-b659 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .column-hard-65ac {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .static_e90b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .static_e90b th,
    .static_e90b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .background-cool-8084 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .caption_2815 {
        padding: 20px 10px;
    }
    
    .row-716e h2 {
        font-size: 1.3rem;
    }
    
    .small_b871 {
        font-size: 0.9rem;
    }
    
    .basic-9a31 h3 {
        font-size: 1.1rem;
    }
    
    .basic-9a31 p {
        font-size: 0.9rem;
    }
    
    .bronze-2a80 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider-dcd4 {
        grid-template-columns: 1fr;
    }
    
    .west-214a {
        font-size: 0.85rem;
    }
    
    .aside-clean-8605 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion_pink_cba4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accordion_pink_cba4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .disabled-slow-103c {
        padding: 30px 10px;
    }
    
    .accordion-large-9455 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-in-a3b1 {
        padding: 15px 10px;
    }
    
    .backdrop-in-a3b1 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop-in-a3b1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .banner_f323 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion-large-9455 {
        grid-template-columns: 1fr;
    }
    
    .backdrop-in-a3b1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .texture-28bc {
        padding: 30px 10px;
    }
    
    .pagination-old-1a5c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info-smooth-0a43 {
        padding: 15px;
    }
    
    .fast_ea93 {
        font-size: 0.9rem;
    }
    
    .table_5216 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table_5216 .cold_21ef {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .box_bbad {
        padding: 30px 10px;
    }
    
    .box_bbad h2 {
        font-size: 1.2rem;
    }
    
    .main-2408 {
        gap: 10px;
    }
    
    .plasma-1a44 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .plasma-1a44 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .disabled_9cab {
        padding: 30px 10px;
    }
    
    .disabled_9cab h2 {
        font-size: 1.2rem;
    }
    
    .west-86d7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget-b331 {
        padding: 15px 10px;
    }
    
    .widget-b331 h4 {
        font-size: 0.85rem;
    }
    
    .widget-b331 p {
        font-size: 0.75rem;
    }
    
    .menu_dynamic_9957 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .east-2bf1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .primary_cae6 {
        padding: 20px 10px;
    }
    
    .accordion-old-04ec {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .layout-c150,
    .gradient_765b,
    .secondary_narrow_8b82 {
        width: 100%;
    }
    
    .layout-c150 h3 {
        font-size: 1.1rem;
    }
    
    .layout-c150 p {
        font-size: 0.8rem;
    }
    
    .clean_9a22 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .container_north_5a3c {
        padding: 30px 15px;
    }
    
    .container_north_5a3c h2 {
        font-size: 1.3rem;
    }
    
    .container_north_5a3c p {
        font-size: 0.85rem;
    }
    
    .filter-complex-5470 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-complex-5470 .short-61bd {
        width: 100%;
    }
    
    .button-south-4231 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .first-0fdc {
        padding: 30px 10px;
    }
    
    .first-0fdc h3 {
        font-size: 1.2rem;
    }
    
    .hard_0e06 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .steel-014c {
        padding: 15px 10px;
    }
    
    .steel-014c h4 {
        font-size: 0.85rem;
    }
    
    .steel-014c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .short-ff07 {
        padding: 30px 15px;
    }
    
    .west_d45a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .main-2ff4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .frame_full_72ff h4 {
        font-size: 0.9rem;
    }
    
    .frame_full_72ff a {
        font-size: 0.8rem;
    }
    
    .sort-7a61 {
        font-size: 0.8rem;
    }
    
    .black_0245 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .black_cb2e {
        padding: 8px 10px;
    }
    
    .fluid-0d85 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .green_7f51 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fluid-0d85 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .green_7f51 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8279 */
.ghost-box-v9 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
