/* Inner Page Styles */

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

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

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

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

.black-94f5 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.black-94f5 .hover_7e53 {
    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;
}

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

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

.black-94f5 .hover_7e53:hover::before {
    left: 100%;
}

.black-94f5 .hover_7e53:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface-7e71 {
    color: var(--casino-gold-light);
}

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

.surface-7e71 a:hover {
    color: var(--casino-gold-light);
}

.surface-7e71.fn-active-1f5e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.steel-21d5:hover::before {
    left: 100%;
}

.steel-21d5 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;
}

.steel-21d5 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;
}

.steel-21d5 .focus-62aa {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.steel-21d5 .focus-62aa:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.focus_iron_1d00 .focus-62aa {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.focus_iron_1d00 .focus-62aa:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter_over_647d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .filter_over_647d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .filter_over_647d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .black-94f5 {
        justify-content: center;
    }
    
    .highlight_daa2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wrapper-hard-2a55 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lite-6b17 {
        padding: var(--md-spacing-md) 0;
    }
    
    .large_5088 {
        padding: var(--md-spacing-md);
    }
    
    .last_d179 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label_6c53 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .focus_iron_1d00 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hovered-3a97 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .large_5088 {
        padding: var(--md-spacing-sm);
    }
    
    .list_tiny_776a {
        padding: var(--md-spacing-md);
    }
    
    .label_6c53 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.list_tiny_776a,
.label_6c53,
.focus_iron_1d00 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.purple-9d5b {
    font-size: 1.5rem;
}

.easy-2ae7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action-2802 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .footer-dynamic-2a90 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.gallery-52d6::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;
}

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

.outer-77bd {
    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;
}

.outer-77bd.container-outer-7b6e .panel_narrow_48da {
    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); }
}

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

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

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

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

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

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

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

.panel_2634 {
    font-size: 1.2rem;
}

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

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

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

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

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

.old_bf2d.green-8bee::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.old_bf2d.soft-3a8a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.old_bf2d.shadow_full_9c94::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.old_bf2d.silver-baf4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider_e465 {
    font-size: 1.2rem;
}

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

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

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

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

.slider_brown_7e5a.easy_cc57 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_brown_7e5a.fn-active-1f5e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.hidden-lower-1701 {
    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;
}

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

.hidden-lower-1701.hidden-3bf0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slow_1d19 { border-top: 3px solid #00ccff; }
.overlay-tall-a6d3 { border-top: 3px solid #00ff88; }
.popup-right-1bf2 { border-top: 3px solid #d4af37; }
.center_879a { border-top: 3px solid #ff6b6b; }
.sidebar-4edb { border-top: 3px solid #8b5cf6; }

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

.message-97d8 {
    overflow-x: auto;
}

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

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

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

.grid_focused_a4d2 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.status-solid-82d3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-91d4 {
    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;
}

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

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

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

.mini_44b5 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.footer-19dc {
    background: #0a0a0a;
    padding: 60px 0;
}

.title-26d8 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

.lower-b447::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-fixed-aaef {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.footer-last-9c61 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.overlay_2669 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.filter-blue-8a22 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.description-gold-3592 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.wrapper_7f47 .tag_active_0287 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.dirty-49fa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.new-471a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.feature-smooth-94a2 {
    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;
}

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

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

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

.title_down_6633 a {
    color: #ff6b6b;
}

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

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

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

.left-fc25 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.photo-tall-b6a8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.menu-old-5a38 {
    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;
}

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

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

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

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

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

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

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

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

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

.modal_f739.hidden-3bf0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .brown-14cf {
        flex-direction: column;
    }
    .aside-56e4 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.menu-first-b1a6 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.short_61b6 .huge_72f7 {
    color: #666;
    margin: 0 8px;
}

.short_61b6 .action-392d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.info-cool-889b strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.button-huge-8056 {
    font-size: 2rem;
}

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

.left-6209 strong {
    color: #d4af37;
}

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

.west-0bc4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.inner-ef41 h3,
.modal-easy-d2f2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.grid-94ee strong {
    color: #d4af37;
    margin-right: 8px;
}

.info-bright-b44d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.layout_dab3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.box-top-4864 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.huge-6acc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.message_gold_cf97 strong {
    color: #d4af37;
}

.pagination_first_857e {
    color: #aaa;
}

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

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

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

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

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

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

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

.border-bottom-9bd7:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast_a515 strong {
    color: #d4af37;
}

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

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

.short_78b4 strong {
    color: #00ff88;
}

.short_78b4 span {
    color: #d4af37;
}

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

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

.frame-clean-f70f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.backdrop-8c33 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.hard-5fad {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.active-95f4 {
    color: #999;
    font-size: 0.85rem;
}

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

.overlay-medium-55f2 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.accent-light-ec3a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accent-light-ec3a li {
    margin-bottom: 5px;
}

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

.accent-light-ec3a a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.old-b618 strong {
    color: #00ff88;
}

.content-copper-747e {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.picture-bright-2241 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.south-69f0 {
    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;
}

.preview-brown-467e {
    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;
}

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

@media (max-width: 768px) {
    .picture-bright-2241 {
        flex-direction: column;
    }
    
    .south-69f0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .light-5d9a {
        padding: 30px 15px;
    }
    
    .light-5d9a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sort-stale-9db5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs_center_c6f2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title_red_db77 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title_red_db77 .top-3e7d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer-e74b {
        font-size: 1.3rem;
    }
    
    .rough_4767 {
        font-size: 0.7rem;
    }
    
    .backdrop_907a {
        flex-direction: column;
        gap: 10px;
    }
    
    .backdrop_907a .focus-62aa {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sort_2dec {
        display: none;
    }
    
    .preview_fresh_e56f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .texture-a121 {
        padding: 20px 10px;
    }
    
    .frame-clean-f70f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame_b845,
    .overlay-medium-55f2 {
        padding: 15px;
    }
    
    .hard-5fad {
        flex-direction: column;
        gap: 5px;
    }
    
    .focused-fe8d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .info_liquid_dd8e {
        padding: 30px 10px;
    }
    
    .middle-844a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-64ca {
        padding: 20px 15px;
    }
    
    .gold_c8df {
        font-size: 2rem;
    }
    
    .hover-64ca h3 {
        font-size: 1.1rem;
    }
    
    .hover-64ca p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .disabled_63dc {
        padding: 20px 10px;
    }
    
    .caption-down-11da h2 {
        font-size: 1.3rem;
    }
    
    .over-da77 {
        font-size: 0.9rem;
    }
    
    .border-bottom-9bd7 h3 {
        font-size: 1.1rem;
    }
    
    .border-bottom-9bd7 p {
        font-size: 0.9rem;
    }
    
    .info_first_9b18 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gallery_complex_ab1f {
        grid-template-columns: 1fr;
    }
    
    .fast_a515 {
        font-size: 0.85rem;
    }
    
    .black-d782 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_f6db {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tabs_f6db strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .detail-next-633f {
        padding: 30px 10px;
    }
    
    .picture_north_c341 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail-4150 {
        padding: 15px 10px;
    }
    
    .thumbnail-4150 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail-4150 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tiny_cae3 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .border-5b77 {
        padding: 30px 10px;
    }
    
    .smooth-a32c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick-e183 {
        padding: 15px;
    }
    
    .row-5866 {
        font-size: 0.9rem;
    }
    
    .left-2dea {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .left-2dea .border_cb62 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .form-wide-a094 {
        padding: 30px 10px;
    }
    
    .form-wide-a094 h2 {
        font-size: 1.2rem;
    }
    
    .glass-8523 {
        gap: 10px;
    }
    
    .solid_2cf5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .solid_2cf5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .caption-slow-bbb5 {
        padding: 30px 10px;
    }
    
    .caption-slow-bbb5 h2 {
        font-size: 1.2rem;
    }
    
    .rough_8de7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_8b85 {
        padding: 15px 10px;
    }
    
    .label_8b85 h4 {
        font-size: 0.85rem;
    }
    
    .label_8b85 p {
        font-size: 0.75rem;
    }
    
    .modal_solid_3b0c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .carousel-e7a4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mini-ea0a {
        padding: 20px 10px;
    }
    
    .layout_34a3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accordion_warm_c59a,
    .container_2cce,
    .title_down_6633 {
        width: 100%;
    }
    
    .accordion_warm_c59a h3 {
        font-size: 1.1rem;
    }
    
    .accordion_warm_c59a p {
        font-size: 0.8rem;
    }
    
    .feature-smooth-94a2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .modal_iron_4c77 {
        padding: 30px 15px;
    }
    
    .modal_iron_4c77 h2 {
        font-size: 1.3rem;
    }
    
    .modal_iron_4c77 p {
        font-size: 0.85rem;
    }
    
    .label-old-dade {
        flex-direction: column;
        gap: 10px;
    }
    
    .label-old-dade .focus-62aa {
        width: 100%;
    }
    
    .avatar_current_d498 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .bronze_bbda {
        padding: 30px 15px;
    }
    
    .wood_886f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gradient_out_1f5a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .list-bronze-0ed0 h4 {
        font-size: 0.9rem;
    }
    
    .list-bronze-0ed0 a {
        font-size: 0.8rem;
    }
    
    .box_huge_3d0e {
        font-size: 0.8rem;
    }
    
    .hover-silver-90a5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status_top_41fc {
        padding: 8px 10px;
    }
    
    .item-fluid-25c5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .middle-27c5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .item-fluid-25c5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .middle-27c5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4483 */
.shadow-element-k2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
