/* Inner Page Styles */

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

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

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

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

.hidden-under-9ce9 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hidden-under-9ce9 .bright_139d {
    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;
}

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

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

.hidden-under-9ce9 .bright_139d:hover::before {
    left: 100%;
}

.hidden-under-9ce9 .bright_139d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary_ed33.fn-active-045c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite_46c3 .pressed_bd06 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.lite_46c3 .pressed_bd06:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.avatar-19af {
    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);
}

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

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

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

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

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

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

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

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

.heading_focused_0bc0 .pressed_bd06:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .fresh_4865 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .fresh_4865 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .fresh_4865 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hidden-under-9ce9 {
        justify-content: center;
    }
    
    .column_654b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .label-hovered-3c52 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .menu-fresh-b1e2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .search_1706 {
        padding: var(--md-spacing-md);
    }
    
    .mask_a7da {
        padding: var(--md-spacing-md) 0;
    }
    
    .active_hard_6542 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .heading_focused_0bc0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .modal_gas_1ee0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .search_1706 {
        padding: var(--md-spacing-sm);
    }
    
    .menu-0b77 {
        padding: var(--md-spacing-md);
    }
    
    .active_hard_6542 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu-0b77,
.active_hard_6542,
.heading_focused_0bc0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tooltip-0cae::-webkit-scrollbar {
    width: 8px;
}

.tooltip-0cae::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.north-9c91 {
    font-size: 1.5rem;
}

.tooltip_hard_5135 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .frame-green-a51e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .badge-in-cca7 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.secondary-1c29 {
    padding: 30px 0;
}

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

.block-04ab {
    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;
}

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

.block-04ab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.block-04ab li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.form-0b55 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.mask-upper-1841 {
    text-align: center;
    margin-bottom: 30px;
}

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

.hard-5453.thumbnail-ac68 .secondary-east-ac0a {
    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); }
}

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

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

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

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

.search-focused-3584 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;
}

.search-focused-3584 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);
}

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

.tabs_out_fe42 {
    font-size: 1.2rem;
}

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

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

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

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

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

.gallery_dirty_e90a.upper-86ba::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery_dirty_e90a.surface_under_2da5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_dirty_e90a.accent-6673::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery_dirty_e90a.popup-copper-a985::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fresh_4b97 {
    font-size: 1.2rem;
}

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

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

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

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

.lower-a9b5.title_2103 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lower-a9b5.fn-active-045c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.red-57a8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.gold_c514.liquid-1d18 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.content-in-130c {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.gradient_1b4f { border-top: 3px solid #00ccff; }
.orange_d471 { border-top: 3px solid #00ff88; }
.text_e595 { border-top: 3px solid #d4af37; }
.video_5ea3 { border-top: 3px solid #ff6b6b; }
.border-pressed-4107 { border-top: 3px solid #8b5cf6; }

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

.white-2c5d {
    overflow-x: auto;
}

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

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

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

.out_9a2d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall-8c5d {
    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;
}

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

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

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

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

.filter-current-73f5 {
    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;
}

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

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

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

.black-ebf4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.active-3ada {
    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;
}

.active-3ada::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);
}

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

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

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

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

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

.form-337a {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.link-huge-118b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.module-bronze-bb65 strong {
    color: #fff;
    display: block;
}

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

.solid-5e14 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.solid-5e14 .detail-focused-ff31 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.narrow-4629 .notification-2484 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.surface-east-1141 {
    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;
}

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

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

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

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

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

.row-8c5e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.left-2bce {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.thumbnail_south_cdeb a {
    color: #ff6b6b;
}

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

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

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

.layout_dirty_4185 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.media-9fb5 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer_a5a3.liquid-1d18 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .filter-80c1 {
        flex-direction: column;
    }
    .basic-0b42 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.motion_a336 .heading_dark_47da {
    color: #666;
    margin: 0 8px;
}

.motion_a336 .copper_6172 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.backdrop-e773 {
    font-size: 2rem;
}

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

.primary-a19a strong {
    color: #d4af37;
}

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

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

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

.icon-south-4af8 h3,
.summary_wood_653b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.sidebar-1ef4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hover-light-4341 strong {
    color: #d4af37;
    margin-right: 8px;
}

.hard-6ae4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.section-2b92 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header_7e8a strong {
    color: #d4af37;
}

.preview-copper-f0b9 {
    color: #aaa;
}

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

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

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

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

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

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

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

.nav-2159:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_989a strong {
    color: #d4af37;
}

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

.breadcrumb-red-d4fe {
    color: #888;
    font-size: 0.9rem;
}

.breadcrumb-red-d4fe strong {
    color: #00ff88;
}

.breadcrumb-red-d4fe span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-6d81 {
    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);
}

.primary-fluid-f47e {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-1db0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-1db0 li {
    margin-bottom: 5px;
}

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

.article-1db0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.alert-thick-18b0 {
    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;
}

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

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

.pink_ee47 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.left-2bce {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .item_liquid_4b09 {
        padding: 30px 15px;
    }
    
    .item_liquid_4b09 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .narrow-a0e7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .right-c6e5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .feature_4475 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature_4475 .section_mini_67b1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .stone-7bf7 {
        font-size: 1.3rem;
    }
    
    .gas-3a2a {
        font-size: 0.7rem;
    }
    
    .focused-317a {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-317a .pressed_bd06 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .picture-f6a0 {
        display: none;
    }
    
    .picture_bright_4327 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .chip-39d5 {
        padding: 20px 10px;
    }
    
    .caption-7760 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight-690b,
    .texture-4f1e {
        padding: 15px;
    }
    
    .popup_87ce {
        flex-direction: column;
        gap: 5px;
    }
    
    .heading-6d81 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .menu_fluid_f9a1 {
        padding: 30px 10px;
    }
    
    .row-narrow-c793 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_1eea {
        padding: 20px 15px;
    }
    
    .smooth-d012 {
        font-size: 2rem;
    }
    
    .secondary_1eea h3 {
        font-size: 1.1rem;
    }
    
    .secondary_1eea p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .status-brown-3030 {
        padding: 20px 5px;
    }
    
    .status-brown-3030 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .column-orange-27c9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .out_9a2d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .out_9a2d th,
    .out_9a2d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .gradient-huge-0f6a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar_1491 {
        padding: 20px 10px;
    }
    
    .card_dim_447a h2 {
        font-size: 1.3rem;
    }
    
    .alert_d92e {
        font-size: 0.9rem;
    }
    
    .nav-2159 h3 {
        font-size: 1.1rem;
    }
    
    .nav-2159 p {
        font-size: 0.9rem;
    }
    
    .surface_top_f685 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .shadow_easy_97f1 {
        grid-template-columns: 1fr;
    }
    
    .huge_989a {
        font-size: 0.85rem;
    }
    
    .dim-d033 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_under_0b67 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .description_under_0b67 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gradient_a63b {
        padding: 30px 10px;
    }
    
    .sidebar-dark-59c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-1723 {
        padding: 15px 10px;
    }
    
    .title-1723 h4 {
        font-size: 0.9rem;
    }
    
    .title-1723 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .input_hard_ccc7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sidebar-dark-59c0 {
        grid-template-columns: 1fr;
    }
    
    .title-1723 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus_23fe {
        padding: 30px 10px;
    }
    
    .detail-fixed-cfb7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_25fa {
        padding: 15px;
    }
    
    .notification-8694 {
        font-size: 0.9rem;
    }
    
    .south_7c67 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .south_7c67 .pattern_d47f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .disabled_eb19 {
        padding: 30px 10px;
    }
    
    .disabled_eb19 h2 {
        font-size: 1.2rem;
    }
    
    .banner_simple_95a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-down-4085 {
        padding: 15px 10px;
    }
    
    .filter-down-4085 h4 {
        font-size: 0.85rem;
    }
    
    .filter-down-4085 p {
        font-size: 0.75rem;
    }
    
    .module_e9dc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media-copper-0c22 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .steel_05e4 {
        padding: 20px 10px;
    }
    
    .gas-da34 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .motion_3cdf,
    .active_stone_04d6,
    .thumbnail_south_cdeb {
        width: 100%;
    }
    
    .motion_3cdf h3 {
        font-size: 1.1rem;
    }
    
    .motion_3cdf p {
        font-size: 0.8rem;
    }
    
    .media-bd5c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hero-2405 {
        padding: 30px 15px;
    }
    
    .hero-2405 h2 {
        font-size: 1.3rem;
    }
    
    .hero-2405 p {
        font-size: 0.85rem;
    }
    
    .small_e86b {
        flex-direction: column;
        gap: 10px;
    }
    
    .small_e86b .pressed_bd06 {
        width: 100%;
    }
    
    .action_5b7e {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title_brown_1b67 {
        padding: 30px 15px;
    }
    
    .selected-019a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading-6fe2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_0898 h4 {
        font-size: 0.9rem;
    }
    
    .highlight_0898 a {
        font-size: 0.8rem;
    }
    
    .notification_7806 {
        font-size: 0.8rem;
    }
    
    .breadcrumb_c586 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .footer_a396 {
        padding: 8px 10px;
    }
    
    .pro_8f48 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .paragraph-copper-0024 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pro_8f48 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .paragraph-copper-0024 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8aa8 */
.ghost-box-q5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
