/* Inner Page Styles */

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

.hot-48f2 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);
}

.hot-48f2 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);
}

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

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

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

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

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

.photo_west_c2ec .message_small_d246:hover::before {
    left: 100%;
}

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

.box-stone-bd83 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_4ba0.fn-active-daa7 {
    color: var(--casino-gold-light);
}

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

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

.pagination-lite-50bd {
    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);
}

.pagination-lite-50bd 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);
}

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

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

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

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

.section-lower-7bd6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-tiny-c423:hover::before {
    left: 100%;
}

.preview-tiny-c423 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;
}

.preview-tiny-c423 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;
}

.preview-tiny-c423 .under_6134 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.preview-tiny-c423 .under_6134:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.image_ad6d .under_6134:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hot-48f2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hot-48f2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hot-48f2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_west_c2ec {
        justify-content: center;
    }
    
    .video_small_05f5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-67e1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tooltip_red_7cd2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination-lite-50bd {
        padding: var(--md-spacing-md);
    }
    
    .out-4ce2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold_f446 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .image_ad6d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .logo_4598 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pagination-lite-50bd {
        padding: var(--md-spacing-sm);
    }
    
    .section-lower-7bd6 {
        padding: var(--md-spacing-md);
    }
    
    .cold_f446 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.section-lower-7bd6,
.cold_f446,
.image_ad6d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.thumbnail-glass-5c50 {
    font-size: 1.5rem;
}

.video-dim-b0bf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.secondary-motion-42aa {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.table-new-d8cc {
    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;
}

.table-new-d8cc strong {
    color: #00ff88;
}

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

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

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

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

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

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

.main-4e5a {
    text-align: center;
    margin-bottom: 30px;
}

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

.hero_medium_a6d8.wrapper-e8cf .north_824e {
    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); }
}

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

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

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

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

.label-stale-fc58 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;
}

.label-stale-fc58 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);
}

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

.notification-788f {
    font-size: 1.2rem;
}

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

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

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

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

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

.prev-8841.main_1a72::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.prev-8841.motion_bc23::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.prev-8841.solid-a179::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.prev-8841.wrapper_iron_9346::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.filter_black_0081 {
    font-size: 1.2rem;
}

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

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

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

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

.panel-top-4dad.paper-9095 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel-top-4dad.fn-active-daa7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.video-gold-0885 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.panel-glass-f387 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.avatar-orange-13f3 {
    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;
}

.avatar-orange-13f3:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.avatar-orange-13f3.block-a0d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.grid-blue-abf2 { border-top: 3px solid #00ccff; }
.shadow_d79d { border-top: 3px solid #00ff88; }
.stone-ee4a { border-top: 3px solid #d4af37; }
.pagination-narrow-8dad { border-top: 3px solid #ff6b6b; }
.thick-8d09 { border-top: 3px solid #8b5cf6; }

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

.dirty-bce7 {
    overflow-x: auto;
}

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

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

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

.notification_bf0b td {
    color: #ccc;
}

.notification_bf0b .wide-15e2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.filter-clean-ca9b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-up-8de5 {
    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;
}

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

.component-171b p {
    color: #888;
    font-size: 0.9rem;
}

.card-5f29 {
    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_5823 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.media-action-f3c8 {
    font-size: 2rem;
}

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

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

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

.filter-7ed4 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.clean-633b {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.component-8882 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.easy-6878 strong {
    color: #fff;
    display: block;
}

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

.paragraph-pink-650a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.paragraph-pink-650a .active-b267 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.background_844b .focus_white_7c72 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-cold-3fb6 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.paragraph-cold-3fb6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.paper-2e38 {
    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;
}

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

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

.overlay-46e5 span {
    color: #666;
    font-size: 0.8rem;
}

.overlay-46e5 a {
    color: #ff6b6b;
}

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

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

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

.alert-liquid-f477 {
    text-align: center;
}

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

.alert-liquid-f477 .table-soft-54fb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.header-fluid-7e55 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.title-old-a8ac {
    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;
}

.title-old-a8ac.block-a0d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .orange-819b {
        flex-direction: column;
    }
    .bright_1578 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.middle-991b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.primary-rough-38bb .left_480a {
    color: #666;
    margin: 0 8px;
}

.primary-rough-38bb .footer_brown_a898 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.text-smooth-9fc1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.progress_hard_d1bd {
    font-size: 2rem;
}

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

.mask_white_7a3a strong {
    color: #d4af37;
}

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

.banner-pressed-eb3b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.focus-last-5c99 h3,
.panel-ae30 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.progress_purple_c1bc strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.search-rough-a11c {
    background: #0a0a0a;
    padding: 30px 0;
}

.filter-huge-ee35 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.item_0c08 h3,
.mini-726c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.medium-6d09 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.purple-043b strong {
    color: #d4af37;
}

.disabled-pressed-06c0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-fdfc strong {
    color: #d4af37;
}

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

.element-light-12ec {
    color: #888;
    font-size: 0.9rem;
}

.element-light-12ec strong {
    color: #00ff88;
}

.element-light-12ec span {
    color: #d4af37;
}

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

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

.hovered-5f66 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.inner-335e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white_0c8c li {
    margin-bottom: 5px;
}

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

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

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

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

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

.black-fd3f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background_d5d0 {
        padding: 30px 15px;
    }
    
    .background_d5d0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wrapper_35c4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .column-49c1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .action_68ec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_68ec .white-eba8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tertiary_5320 {
        font-size: 1.3rem;
    }
    
    .dropdown-876e {
        font-size: 0.7rem;
    }
    
    .logo_6e78 {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo_6e78 .under_6134 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .inner_b248 {
        display: none;
    }
    
    .border_steel_1820 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .popup_medium_484b {
        padding: 20px 10px;
    }
    
    .hovered-5f66 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-f43b,
    .fast_afb2 {
        padding: 15px;
    }
    
    .hovered_ad30 {
        flex-direction: column;
        gap: 5px;
    }
    
    .thick-1cb9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wide-61f7 {
        padding: 30px 10px;
    }
    
    .up-b3cd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid-9ed6 {
        padding: 20px 15px;
    }
    
    .label-b80f {
        font-size: 2rem;
    }
    
    .solid-9ed6 h3 {
        font-size: 1.1rem;
    }
    
    .solid-9ed6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .background_c5c3 {
        padding: 20px 10px;
    }
    
    .title-2977 h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_450c {
        font-size: 0.9rem;
    }
    
    .iron_9559 h3 {
        font-size: 1.1rem;
    }
    
    .iron_9559 p {
        font-size: 0.9rem;
    }
    
    .copper_0b21 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .column_04dd {
        grid-template-columns: 1fr;
    }
    
    .wrapper-fdfc {
        font-size: 0.85rem;
    }
    
    .input-out-84de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main_9420 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .main_9420 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .carousel-huge-f1df {
        padding: 30px 10px;
    }
    
    .button_4172 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_stale_ac95 {
        padding: 15px 10px;
    }
    
    .box_stale_ac95 h4 {
        font-size: 0.9rem;
    }
    
    .box_stale_ac95 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .nav-cf69 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button_4172 {
        grid-template-columns: 1fr;
    }
    
    .box_stale_ac95 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo_156f {
        padding: 30px 10px;
    }
    
    .search-red-cbd7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert-805d {
        padding: 15px;
    }
    
    .feature_7c39 {
        font-size: 0.9rem;
    }
    
    .label-paper-7149 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label-paper-7149 .main-over-c1fc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .wrapper_rough_9ca9 {
        padding: 30px 10px;
    }
    
    .wrapper_rough_9ca9 h2 {
        font-size: 1.2rem;
    }
    
    .narrow_e5a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_efea {
        padding: 15px 10px;
    }
    
    .input_efea h4 {
        font-size: 0.85rem;
    }
    
    .input_efea p {
        font-size: 0.75rem;
    }
    
    .content_b699 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .background-54bf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fast-7680 {
        padding: 20px 10px;
    }
    
    .orange_58be {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph-cold-3fb6,
    .progress_77db,
    .overlay-46e5 {
        width: 100%;
    }
    
    .paragraph-cold-3fb6 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph-cold-3fb6 p {
        font-size: 0.8rem;
    }
    
    .paper-2e38 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accent_531d {
        padding: 30px 15px;
    }
    
    .caption_1f31 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview_a794 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .detail_c124 h4 {
        font-size: 0.9rem;
    }
    
    .detail_c124 a {
        font-size: 0.8rem;
    }
    
    .simple-bdd6 {
        font-size: 0.8rem;
    }
    
    .copper-1388 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .form-stone-467a {
        padding: 8px 10px;
    }
    
    .description-8d39 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .box-9720 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .description-8d39 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .box-9720 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 960f */
.ghost-box-w7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
