/* Inner Page Styles */

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

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

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

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

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

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

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

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

.row_7dc2 .active_0a5b:hover::before {
    left: 100%;
}

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

.first-365b {
    margin-bottom: var(--md-spacing-lg);
}

.form-inner-f4a9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.selected-8c13 {
    color: var(--casino-gold-light);
}

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

.selected-8c13 a:hover {
    color: var(--casino-gold-light);
}

.selected-8c13.fn-active-b7a8 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood-818d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.dynamic-e801:hover::before {
    left: 100%;
}

.dynamic-e801 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;
}

.dynamic-e801 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;
}

.dynamic-e801 .tag-bronze-f564 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.dynamic-e801 .tag-bronze-f564:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.soft-6a8c {
    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);
}

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

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

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

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

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

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

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

.west_ce76 .tag-bronze-f564 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.west_ce76 .tag-bronze-f564:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress_motion_ce90 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .progress_motion_ce90 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .progress_motion_ce90 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .row_7dc2 {
        justify-content: center;
    }
    
    .form-inner-f4a9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wrapper-fresh-d74b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .article-tiny-1085 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick-bbbd {
        padding: var(--md-spacing-md);
    }
    
    .feature_67af {
        padding: var(--md-spacing-md) 0;
    }
    
    .basic-e84e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .west_ce76 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .thick-d185 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thick-bbbd {
        padding: var(--md-spacing-sm);
    }
    
    .module_bright_5fa6 {
        padding: var(--md-spacing-md);
    }
    
    .basic-e84e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.module_bright_5fa6,
.basic-e84e,
.west_ce76 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fast-8f87 {
    font-size: 1.5rem;
}

.aside_right_a546 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-c987 strong {
    color: #00ff88;
}

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

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

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

.outline-solid-5ab2 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.wrapper-b3eb.west-39cc .paragraph-90e0 {
    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); }
}

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

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

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

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

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

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

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

.mask-right-de2d {
    font-size: 1.2rem;
}

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

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

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

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

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

.container_dirty_42d0.shade_671a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.container_dirty_42d0.menu-pressed-11dc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_dirty_42d0.background_mini_b272::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.container_dirty_42d0.silver-81ea::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.filter-fluid-2b9c {
    font-size: 1.2rem;
}

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

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

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

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

.simple-0ecb.banner_77cd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.simple-0ecb.fn-active-b7a8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.pattern-fixed-792c {
    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;
}

.pattern-fixed-792c:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.pattern-fixed-792c.menu_wide_fcb6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.primary_inner_47b1 { border-top: 3px solid #00ccff; }
.iron-30aa { border-top: 3px solid #00ff88; }
.hidden_153a { border-top: 3px solid #d4af37; }
.button_wide_d587 { border-top: 3px solid #ff6b6b; }
.hover_hot_02cf { border-top: 3px solid #8b5cf6; }

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

.hover-tiny-0404 {
    overflow-x: auto;
}

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

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

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

.grid_13a7 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.input-9cf0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.hero-hard-f657 {
    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;
}

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

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

.text-large-3d15 {
    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;
}

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

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

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

.complex_7061 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.accordion-wood-6e8b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail_7200 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.panel-thick-298c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.secondary-clean-82cb .alert_clean_01e4 {
    margin-bottom: 10px;
}

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

.secondary-clean-82cb strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.icon-hard-5b70 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.module-4d01 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.center_2d9c a {
    color: #ff6b6b;
}

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

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

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

.huge-ed28 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.surface-hard-87bf {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-brown-1a66 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .shadow-brown-1a66 {
        flex-direction: column;
    }
    .photo_cold_248c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.green_4402 .grid-6389 {
    color: #666;
    margin: 0 8px;
}

.green_4402 .primary-2dcb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.upper-0db8 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.grid_33ac {
    font-size: 2rem;
}

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

.popup_66b0 strong {
    color: #d4af37;
}

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

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

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

.smooth-a2f0 h3,
.button-34dd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.badge-1b97 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.list-current-af8f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.liquid-4dfe strong {
    color: #00ff88;
}

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

.carousel-north-d2f9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.video_thick_d778 strong {
    color: #d4af37;
}

.solid_2711 {
    color: #aaa;
}

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

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

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

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

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

.pressed-5f56 {
    max-width: 900px;
    margin: 0 auto;
}

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

.slow_e793:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-up-a976 strong {
    color: #d4af37;
}

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

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

.east_85a9 strong {
    color: #00ff88;
}

.east_85a9 span {
    color: #d4af37;
}

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

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

.active-black-ed2e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.alert-active-41e1 {
    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;
}

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

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

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

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

.alert-fresh-85eb {
    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-large-5107 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-bright-f840 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.element-bright-f840 li {
    margin-bottom: 5px;
}

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

.element-bright-f840 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.tabs_brown_2c54 strong {
    color: #00ff88;
}

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

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

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

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

.picture-top-875d {
    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;
}

.south-dd09 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .layout-c319 {
        flex-direction: column;
    }
    
    .picture-top-875d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .alert-over-c426 {
        padding: 30px 15px;
    }
    
    .alert-over-c426 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider-dark-e398 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame-29c5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs_warm_b134 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs_warm_b134 .cold-5e4e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .aside-e0bf {
        font-size: 1.3rem;
    }
    
    .north_9378 {
        font-size: 0.7rem;
    }
    
    .breadcrumb_east_8348 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb_east_8348 .tag-bronze-f564 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .block-up-3910 {
        display: none;
    }
    
    .accordion-d061 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav-896c {
        padding: 20px 10px;
    }
    
    .active-black-ed2e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-883a,
    .dropdown_mini_f7d7 {
        padding: 15px;
    }
    
    .heading-9235 {
        flex-direction: column;
        gap: 5px;
    }
    
    .alert-fresh-85eb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .clean-c1cc {
        padding: 30px 10px;
    }
    
    .filter-rough-f925 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bottom_72b0 {
        padding: 20px 15px;
    }
    
    .paragraph-glass-ace7 {
        font-size: 2rem;
    }
    
    .bottom_72b0 h3 {
        font-size: 1.1rem;
    }
    
    .bottom_72b0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .short-c98a {
        padding: 20px 10px;
    }
    
    .middle-38f4 h2 {
        font-size: 1.3rem;
    }
    
    .surface-down-9b25 {
        font-size: 0.9rem;
    }
    
    .slow_e793 h3 {
        font-size: 1.1rem;
    }
    
    .slow_e793 p {
        font-size: 0.9rem;
    }
    
    .hidden_9699 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .action-fc9f {
        grid-template-columns: 1fr;
    }
    
    .input-up-a976 {
        font-size: 0.85rem;
    }
    
    .iron-3c37 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .clean-3589 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .clean-3589 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .highlight-dirty-72e1 {
        padding: 30px 10px;
    }
    
    .hidden-94ab {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop_paper_b323 {
        padding: 15px 10px;
    }
    
    .backdrop_paper_b323 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop_paper_b323 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .overlay-6fdd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hidden-94ab {
        grid-template-columns: 1fr;
    }
    
    .backdrop_paper_b323 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shadow_advanced_d3c6 {
        padding: 30px 10px;
    }
    
    .outline-advanced-cfa1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_in_99ab {
        padding: 15px;
    }
    
    .container_a941 {
        font-size: 0.9rem;
    }
    
    .slow_37cd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow_37cd .advanced_2b6c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .photo-brown-14ed {
        padding: 30px 10px;
    }
    
    .photo-brown-14ed h2 {
        font-size: 1.2rem;
    }
    
    .dropdown_plasma_8d5d {
        gap: 10px;
    }
    
    .backdrop_ca6c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .backdrop_ca6c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .frame_bright_d99a {
        padding: 30px 10px;
    }
    
    .frame_bright_d99a h2 {
        font-size: 1.2rem;
    }
    
    .column-d1f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section_7335 {
        padding: 15px 10px;
    }
    
    .section_7335 h4 {
        font-size: 0.85rem;
    }
    
    .section_7335 p {
        font-size: 0.75rem;
    }
    
    .accordion_769e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_focused_2cc9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .carousel-f99d {
        padding: 20px 10px;
    }
    
    .modal-b79d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid-198d,
    .image_fresh_9b48,
    .center_2d9c {
        width: 100%;
    }
    
    .liquid-198d h3 {
        font-size: 1.1rem;
    }
    
    .liquid-198d p {
        font-size: 0.8rem;
    }
    
    .block-under-bd74 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .main_outer_d898 {
        padding: 30px 15px;
    }
    
    .main_outer_d898 h2 {
        font-size: 1.3rem;
    }
    
    .main_outer_d898 p {
        font-size: 0.85rem;
    }
    
    .old-b976 {
        flex-direction: column;
        gap: 10px;
    }
    
    .old-b976 .tag-bronze-f564 {
        width: 100%;
    }
    
    .stone-b156 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thumbnail-17c8 {
        padding: 30px 15px;
    }
    
    .warm_6ac5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .link_3c52 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .component-huge-b790 h4 {
        font-size: 0.9rem;
    }
    
    .component-huge-b790 a {
        font-size: 0.8rem;
    }
    
    .disabled-f596 {
        font-size: 0.8rem;
    }
    
    .yellow-a8ab p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .west_62d2 {
        padding: 8px 10px;
    }
    
    .old_d102 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .logo-hovered-a9ba {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .old_d102 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .logo-hovered-a9ba {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ad2b */
.ghost-box-t4 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
