/* Inner Page Styles */

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

.shade-4a25 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);
}

.shade-4a25 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);
}

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

.glass-200a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.glass-200a .wrapper_c872 {
    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;
}

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

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

.glass-200a .wrapper_c872:hover::before {
    left: 100%;
}

.glass-200a .wrapper_c872:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up_c0d8.fn-active-a0df {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-0c69 {
    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%;
}

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

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

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

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

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

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

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

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

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

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

.hero_dc04 .module_fast_022f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.panel-7e5d {
    margin-top: var(--md-spacing-sm);
}

.filter-out-94e6 {
    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);
}

.filter-out-94e6:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.notification-e1a9 .module_fast_022f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shade-4a25 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shade-4a25 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shade-4a25 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .glass-200a {
        justify-content: center;
    }
    
    .table_92da {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_68a7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer_706f {
        padding: var(--md-spacing-md) 0;
    }
    
    .section_smooth_b54a {
        padding: var(--md-spacing-md);
    }
    
    .list-580b {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-0c69 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .notification-e1a9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slow-6722 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .section_smooth_b54a {
        padding: var(--md-spacing-sm);
    }
    
    .carousel-a505 {
        padding: var(--md-spacing-md);
    }
    
    .input-0c69 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.carousel-a505,
.input-0c69,
.notification-e1a9 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hard_6512 {
    font-size: 1.5rem;
}

.tooltip-short-77db strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.warm-773e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-white-bd26 {
    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;
}

.shadow-white-bd26 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.picture-west-c2ab {
    text-align: center;
    margin-bottom: 30px;
}

.up-57a3 {
    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;
}

.up-57a3.column_4c95 .slow_ea33 {
    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); }
}

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

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

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

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

.small-f54c 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;
}

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

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

.short-ebac {
    font-size: 1.2rem;
}

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

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

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

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

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

.center_1ccb.tall-dd29::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.center_1ccb.clean_8dd5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center_1ccb.prev_26a1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.center_1ccb.first-b980::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.aside_d80f {
    font-size: 1.2rem;
}

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

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

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

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

.footer_full_3de1.pink-bdb7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer_full_3de1.fn-active-a0df { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.primary-west-2c13 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.hover-large-120a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.filter-77df {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.main_1606 { border-top: 3px solid #00ccff; }
.item-5cbd { border-top: 3px solid #00ff88; }
.north-a203 { border-top: 3px solid #d4af37; }
.advanced-aa34 { border-top: 3px solid #ff6b6b; }
.element_upper_85c3 { border-top: 3px solid #8b5cf6; }

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

.full-68a1 {
    overflow-x: auto;
}

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

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

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

.fast_9f09 td {
    color: #ccc;
}

.fast_9f09 .card-static-e5ff {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

@media (max-width: 576px) {
    .nav-rough-38d1 {
        grid-template-columns: 1fr;
    }
}

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

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

.upper-3c6c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-yellow-e2e3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.notification-last-390e {
    background: #0a0a0a;
    padding: 60px 0;
}

.logo-center-6123 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.bottom-8ea6 {
    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;
}

.bottom-8ea6::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);
}

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

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

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

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

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

.iron-6f09 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.border_5d63 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.hard-41e5 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.nav_e49b .detail-17b1 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.component-44c8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.container-warm-2534 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.hero-540e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.breadcrumb-0b45 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.link_fresh_c8ee a {
    color: #ff6b6b;
}

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

.card-wide-196e {
    max-width: 800px;
    margin: 0 auto;
}

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

.container_9273 {
    text-align: center;
}

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

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

.card-wide-196e h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.card-wide-196e > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .secondary-55bb {
        flex-direction: column;
    }
    .complex_19e3 {
        transform: rotate(90deg);
    }
}

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

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

.secondary-pressed-43f8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.panel-hot-324a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.chip-6acb .bottom-3d50 {
    color: #666;
    margin: 0 8px;
}

.chip-6acb .nav_glass_2d42 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.active-narrow-18f8 {
    font-size: 2rem;
}

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

.label-short-d2c0 strong {
    color: #d4af37;
}

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

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

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

.tertiary-narrow-fd84 h3,
.filter-iron-2eed h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.tabs-pro-31fa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.sidebar-center-a917 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.preview-new-cf01 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.pro-94b7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.huge-a2b0 strong {
    color: #d4af37;
}

.full_34ee {
    color: #aaa;
}

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

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

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

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

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

.wood-79c4 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.alert-hot-6b3e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.alert-hot-6b3e 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;
}

.alert-hot-6b3e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.silver-ad94 strong {
    color: #d4af37;
}

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

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

.pagination_b73f strong {
    color: #00ff88;
}

.pagination_b73f span {
    color: #d4af37;
}

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

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

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

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

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

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

.dark-8aa1 {
    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;
}

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

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

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

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

.layout-north-72e8 {
    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);
}

.wood-15a0 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stone-2355 strong {
    color: #00ff88;
}

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

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

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

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

.progress-fixed-c062 {
    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;
}

.link-fixed-dd66 {
    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;
}

.breadcrumb-0b45 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .image_0d17 {
        flex-direction: column;
    }
    
    .progress-fixed-c062 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.popup-small-b861 {
    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;
}

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

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

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

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

.disabled-iron-776b {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .fixed-7257 {
        padding: 30px 15px;
    }
    
    .fixed-7257 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .disabled_0d2d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .secondary-f5e2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .active_bde2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_bde2 .label-a3d2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .clean_6b2a {
        font-size: 1.3rem;
    }
    
    .left_467e {
        font-size: 0.7rem;
    }
    
    .chip-5843 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip-5843 .module_fast_022f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .heading-last-e179 {
        display: none;
    }
    
    .active_1ea8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .next-392c {
        padding: 20px 10px;
    }
    
    .badge-9821 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid-e7a4,
    .detail-8fe1 {
        padding: 15px;
    }
    
    .motion-8789 {
        flex-direction: column;
        gap: 5px;
    }
    
    .layout-north-72e8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .photo_over_b1c3 {
        padding: 30px 10px;
    }
    
    .list_f509 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_south_dfec {
        padding: 20px 15px;
    }
    
    .frame_last_e6d5 {
        font-size: 2rem;
    }
    
    .progress_south_dfec h3 {
        font-size: 1.1rem;
    }
    
    .progress_south_dfec p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tag_thick_5372 {
        padding: 20px 10px;
    }
    
    .feature_hovered_8351 h2 {
        font-size: 1.3rem;
    }
    
    .column_40e6 {
        font-size: 0.9rem;
    }
    
    .outline_c492 h3 {
        font-size: 1.1rem;
    }
    
    .outline_c492 p {
        font-size: 0.9rem;
    }
    
    .alert-hot-6b3e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .caption-52e6 {
        grid-template-columns: 1fr;
    }
    
    .silver-ad94 {
        font-size: 0.85rem;
    }
    
    .inner-75db {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas_d7d0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gas_d7d0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slider-dim-70e9 {
        padding: 30px 10px;
    }
    
    .photo_67d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-6db5 {
        padding: 15px 10px;
    }
    
    .message-6db5 h4 {
        font-size: 0.9rem;
    }
    
    .message-6db5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .menu_fast_3c86 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo_67d4 {
        grid-template-columns: 1fr;
    }
    
    .message-6db5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card_lower_9ada {
        padding: 30px 10px;
    }
    
    .gradient-lite-a488 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-short-849d {
        padding: 15px;
    }
    
    .black_7e4a {
        font-size: 0.9rem;
    }
    
    .hovered-b059 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hovered-b059 .mask_thick_2cc4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .stale-c27c {
        padding: 30px 10px;
    }
    
    .stale-c27c h2 {
        font-size: 1.2rem;
    }
    
    .menu_gold_5447 {
        gap: 10px;
    }
    
    .box-tall-f3ef summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .box-tall-f3ef p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .notice-huge-25c3 {
        padding: 30px 10px;
    }
    
    .notice-huge-25c3 h2 {
        font-size: 1.2rem;
    }
    
    .link-57f3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb_7f74 {
        padding: 15px 10px;
    }
    
    .breadcrumb_7f74 h4 {
        font-size: 0.85rem;
    }
    
    .breadcrumb_7f74 p {
        font-size: 0.75rem;
    }
    
    .south-767d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_east_84c6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .middle-5c58 {
        padding: 20px 10px;
    }
    
    .lite-db95 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hero-6b1a,
    .table_7570,
    .link_fresh_c8ee {
        width: 100%;
    }
    
    .hero-6b1a h3 {
        font-size: 1.1rem;
    }
    
    .hero-6b1a p {
        font-size: 0.8rem;
    }
    
    .element_steel_58cb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag-1d96 {
        padding: 30px 15px;
    }
    
    .tag-1d96 h2 {
        font-size: 1.3rem;
    }
    
    .tag-1d96 p {
        font-size: 0.85rem;
    }
    
    .detail_29d6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail_29d6 .module_fast_022f {
        width: 100%;
    }
    
    .detail-slow-4eea {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .media_short_b346 {
        padding: 30px 15px;
    }
    
    .banner-8237 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column_stale_b779 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .inner-096e h4 {
        font-size: 0.9rem;
    }
    
    .inner-096e a {
        font-size: 0.8rem;
    }
    
    .copper_bddf {
        font-size: 0.8rem;
    }
    
    .grid_560e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item_north_beb0 {
        padding: 8px 10px;
    }
    
    .texture-paper-f02d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .banner-light-50f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .texture-paper-f02d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .banner-light-50f4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 41fc */
.shadow-element-l0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
