/* Inner Page Styles */

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

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

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

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

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

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

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

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

.shadow_59bd .disabled_9db1:hover::before {
    left: 100%;
}

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

.banner-9c52 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert_stale_c6d1.fn-active-dc6d {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.gradient-clean-6a14 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down_30fb 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 */
.motion-20fb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.motion-20fb li {
    margin-bottom: var(--md-spacing-xs);
}

.motion-20fb 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);
}

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

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

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

.under-4cce:hover::before {
    left: 100%;
}

.under-4cce 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;
}

.under-4cce 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;
}

.under-4cce .narrow_e65b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.under-4cce .narrow_e65b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.item-paper-b0bb {
    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);
}

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

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

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

.grid-1a12 {
    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);
}

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

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

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

.grid-1a12 .narrow_e65b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid-1a12 .narrow_e65b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .copper_6b58 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .copper_6b58 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .copper_6b58 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .shadow_59bd {
        justify-content: center;
    }
    
    .label_b747 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .blue-606d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gradient-clean-6a14 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dark_38aa {
        padding: var(--md-spacing-md);
    }
    
    .popup_wide_f64c {
        padding: var(--md-spacing-md) 0;
    }
    
    .down_30fb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid-1a12 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .full-3e2b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dark_38aa {
        padding: var(--md-spacing-sm);
    }
    
    .filter-bdae {
        padding: var(--md-spacing-md);
    }
    
    .down_30fb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-bdae,
.down_30fb,
.grid-1a12 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gallery-in-9464::-webkit-scrollbar {
    width: 8px;
}

.gallery-in-9464::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.medium_7f01 {
    font-size: 1.5rem;
}

.top_34ab strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tertiary-577a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .wide-c601 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.advanced-ceb7 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.component-fresh-8f04 {
    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;
}

.component-fresh-8f04 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.module_eda5.narrow-9ca1 .tag_up_dc92 {
    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); }
}

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

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

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

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

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

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

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

.focus-bottom-8919 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .row-east-704d {
        grid-template-columns: 1fr;
    }
}

.picture-8d8f {
    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;
}

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

.picture-8d8f.nav-356d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.picture-8d8f.frame_basic_bdab::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture-8d8f.logo_dim_bb01::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.picture-8d8f.item_789a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.basic-fc74 {
    font-size: 1.2rem;
}

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

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

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

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

.action_259d.wide_794f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.action_259d.fn-active-dc6d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.progress-883e {
    background: #0a0a0a;
    padding: 60px 0;
}

.input-selected-2b7d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.hover_copper_a0a6.notification-fresh-c281 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.layout-middle-92ff {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.hero-wood-83b7 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.cool-e8b4 { border-top: 3px solid #00ccff; }
.sort_hard_c8b4 { border-top: 3px solid #00ff88; }
.surface_hovered_b784 { border-top: 3px solid #d4af37; }
.module-middle-096c { border-top: 3px solid #ff6b6b; }
.left_89db { border-top: 3px solid #8b5cf6; }

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

.wide_0c4c {
    overflow-x: auto;
}

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

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

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

.pressed_beb2 td {
    color: #ccc;
}

.pressed_beb2 .wrapper-3dda {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.aside-selected-fb1a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.background-69de {
    color: #888;
    font-size: 0.85rem;
}

.slider-liquid-13d8 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.right-980f p {
    color: #888;
    font-size: 0.9rem;
}

.tooltip-simple-c881 {
    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;
}

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

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

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

.status_e9a3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.middle-6dda {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.red-515e {
    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;
}

.red-515e::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);
}

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

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

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

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

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

.filter-motion-9044 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.fluid-ce0d {
    font-size: 1.5rem;
}

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

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

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

.widget-full-08c8 {
    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;
}

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

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

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

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

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

.component-72df {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.component-72df .gallery-stone-71d5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.summary-fd6c .huge-284f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-4dc0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.image-huge-371d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.box_9ed3 a {
    color: #ff6b6b;
}

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

.title-fixed-fbab {
    max-width: 800px;
    margin: 0 auto;
}

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

.focus_aa9a {
    text-align: center;
}

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

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

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

.title-fixed-fbab > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.search-first-e55f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.button_d6db.notification-fresh-c281 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .texture_brown_8069 {
        flex-direction: column;
    }
    .thumbnail-72ca {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.preview_thick_f9b7 .component-mini-6a53 {
    color: #666;
    margin: 0 8px;
}

.preview_thick_f9b7 .simple-069d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.column-9f55 {
    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;
}

.badge-dark-f8e3 {
    font-size: 2rem;
}

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

.action-6c6d strong {
    color: #d4af37;
}

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

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

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

.stale_65a5 h3,
.pagination-gold-ad9f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.accordion_e19b h3,
.block-89c4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.modal-2b86 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.background-bright-d1cb strong {
    color: #d4af37;
}

.outer_8a99 {
    color: #aaa;
}

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

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

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

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

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

.out-049c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro_4303 strong {
    color: #d4af37;
}

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

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

.banner_ef0d strong {
    color: #00ff88;
}

.banner_ef0d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.picture-center-3ed4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-caa3 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.warm_a16c strong {
    color: #00ff88;
}

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

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

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

.sort-static-f742 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.section-focused-2ff4 {
    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;
}

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

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

@media (max-width: 768px) {
    .sort-static-f742 {
        flex-direction: column;
    }
    
    .section-focused-2ff4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info_0d36 {
        padding: 30px 15px;
    }
    
    .info_0d36 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pattern_hard_119d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lower_4a28 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paper_4064 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper_4064 .tertiary_basic_7e80 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .selected_5c9c {
        font-size: 1.3rem;
    }
    
    .media-64da {
        font-size: 0.7rem;
    }
    
    .shade-basic-670e {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade-basic-670e .narrow_e65b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .iron-5cb6 {
        display: none;
    }
    
    .surface-orange-8b9f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-bright-5274 {
        padding: 20px 10px;
    }
    
    .column_orange_0a8d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_0d65,
    .button_down_8b59 {
        padding: 15px;
    }
    
    .picture-center-3ed4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .preview_8689 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hidden_purple_88c4 {
        padding: 20px 10px;
    }
    
    .over_d0b7 h2 {
        font-size: 1.3rem;
    }
    
    .accordion_purple_671e {
        font-size: 0.9rem;
    }
    
    .chip_6d5c h3 {
        font-size: 1.1rem;
    }
    
    .chip_6d5c p {
        font-size: 0.9rem;
    }
    
    .action_37f2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .carousel_out_d5a4 {
        grid-template-columns: 1fr;
    }
    
    .pro_4303 {
        font-size: 0.85rem;
    }
    
    .action_68f9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new_8665 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .new_8665 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .item-5dfa {
        padding: 30px 10px;
    }
    
    .tag-hot-8374 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_6efa {
        padding: 15px 10px;
    }
    
    .slider_6efa h4 {
        font-size: 0.9rem;
    }
    
    .slider_6efa p {
        font-size: 0.75rem;
        display: none;
    }
    
    .status-fast-11d3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-hot-8374 {
        grid-template-columns: 1fr;
    }
    
    .slider_6efa p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shade_dirty_8182 {
        padding: 30px 10px;
    }
    
    .solid_4a9b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_9675 {
        padding: 15px;
    }
    
    .shadow-edb9 {
        font-size: 0.9rem;
    }
    
    .carousel_steel_9278 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel_steel_9278 .gallery-out-c4f3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .info_6b76 {
        padding: 30px 10px;
    }
    
    .info_6b76 h2 {
        font-size: 1.2rem;
    }
    
    .static-0be9 {
        gap: 10px;
    }
    
    .nav_lower_a3e2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .nav_lower_a3e2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hidden_5385 {
        padding: 30px 10px;
    }
    
    .hidden_5385 h2 {
        font-size: 1.2rem;
    }
    
    .easy-0c17 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay_hard_ff83 {
        padding: 15px 10px;
    }
    
    .overlay_hard_ff83 h4 {
        font-size: 0.85rem;
    }
    
    .overlay_hard_ff83 p {
        font-size: 0.75rem;
    }
    
    .lower-4c68 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .caption_action_b401 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .full_4b3b {
        padding: 20px 10px;
    }
    
    .image-huge-371d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup_up_86c4,
    .tertiary-a2d4,
    .box_9ed3 {
        width: 100%;
    }
    
    .popup_up_86c4 h3 {
        font-size: 1.1rem;
    }
    
    .popup_up_86c4 p {
        font-size: 0.8rem;
    }
    
    .button_down_acc3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .avatar-6b5e {
        padding: 30px 10px;
    }
    
    .avatar-6b5e h3 {
        font-size: 1.2rem;
    }
    
    .gradient-iron-9c59 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-1a12 {
        padding: 15px 10px;
    }
    
    .grid-1a12 h4 {
        font-size: 0.85rem;
    }
    
    .grid-1a12 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient-iron-9c59 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .inner_0f23 {
        padding: 30px 15px;
    }
    
    .soft_3577 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fixed_7000 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .article-bad5 h4 {
        font-size: 0.9rem;
    }
    
    .article-bad5 a {
        font-size: 0.8rem;
    }
    
    .slider_lite_fa40 {
        font-size: 0.8rem;
    }
    
    .grid-384c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .widget-9ca9 {
        padding: 8px 10px;
    }
    
    .nav_15ad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .panel_a956 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .nav_15ad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel_a956 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4b4a */
.widget-item-t3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
