/* Inner Page Styles */

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

.thumbnail-warm-31f6 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);
}

.thumbnail-warm-31f6 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);
}

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

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

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

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

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

.module_focused_d92b .new_7775:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-42a2 {
    color: var(--casino-gold-light);
}

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

.pagination-42a2 a:hover {
    color: var(--casino-gold-light);
}

.pagination-42a2.fn-active-8a68 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-plasma-ba83 {
    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%;
}

.progress-plasma-ba83 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 */
.main_7f06 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.liquid_25fa .status-west-a75a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.liquid_25fa .status-west-a75a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.badge-paper-5516 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.dynamic-7e90 .status-west-a75a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dynamic-7e90 .status-west-a75a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .thumbnail-warm-31f6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .thumbnail-warm-31f6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .thumbnail-warm-31f6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .module_focused_d92b {
        justify-content: center;
    }
    
    .article-e682 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .east_ebd8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fixed_c41c {
        padding: var(--md-spacing-md) 0;
    }
    
    .last_3e14 {
        padding: var(--md-spacing-md);
    }
    
    .modal-73d7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-plasma-ba83 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dynamic-7e90 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .warm_afc2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .last_3e14 {
        padding: var(--md-spacing-sm);
    }
    
    .west-316e {
        padding: var(--md-spacing-md);
    }
    
    .progress-plasma-ba83 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.west-316e,
.progress-plasma-ba83,
.dynamic-7e90 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.title_static_7deb {
    font-size: 1.5rem;
}

.wrapper-hard-647a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.down-5152 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup-d8db strong {
    color: #00ff88;
}

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

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

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

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

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

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

.progress-pro-da7d {
    text-align: center;
    margin-bottom: 30px;
}

.pattern-plasma-4fff {
    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;
}

.pattern-plasma-4fff.first_2b2c .text-easy-960a {
    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); }
}

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

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

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

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

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

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

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

.description_out_7201 {
    font-size: 1.2rem;
}

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

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

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

.accordion-mini-9b05 {
    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;
}

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

.accordion-mini-9b05.search-9806::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.accordion-mini-9b05.sidebar-stone-5fe8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion-mini-9b05.frame_c37a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.accordion-mini-9b05.popup_dynamic_cd4d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.disabled-first-1dc6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.status-9cea {
    font-size: 1.2rem;
}

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

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

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

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

.lower_d246.content-8355 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lower_d246.fn-active-8a68 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.fluid-0abc {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.focus-dirty-9f53 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.label-clean-693b {
    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;
}

.label-clean-693b:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.label-clean-693b.detail_thick_e899 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.sidebar-easy-82cf {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.tall_91ae { border-top: 3px solid #00ccff; }
.up-b999 { border-top: 3px solid #00ff88; }
.advanced_9dde { border-top: 3px solid #d4af37; }
.section_fast_9c8a { border-top: 3px solid #ff6b6b; }
.section-silver-f5c5 { border-top: 3px solid #8b5cf6; }

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

.south_f5be {
    overflow-x: auto;
}

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

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

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

.sort-75ea td {
    color: #ccc;
}

.sort-75ea .element-f349 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.sort-75ea tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.up-5c3a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.modal-white-f9db {
    color: #888;
    font-size: 0.85rem;
}

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

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

.main_1c31 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

.gradient-1b37 {
    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;
}

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

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

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

.article_new_4448 {
    font-size: 2rem;
}

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

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

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

.iron-89dc {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.caption-pressed-7cf4 {
    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;
}

.caption-pressed-7cf4::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);
}

.form-tall-e81d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.caption-pressed-7cf4 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.caption-pressed-7cf4 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.new_13c3 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pro_5c63 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.aside-solid-d17c {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.background-3151 .component_df6d {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .breadcrumb-brown-4ec5 {
        grid-template-columns: 1fr;
    }
}

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

.wrapper-27e6 {
    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;
}

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

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

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

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

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

.row-fixed-e80a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.under-3df4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.pagination-thick-c768 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dim-066e {
    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;
}

.pagination-thick-c768 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.sidebar_267a a {
    color: #ff6b6b;
}

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

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

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

.outline-4fd1 {
    text-align: center;
}

.outline-4fd1 .up-79a4 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.outline-4fd1 .slider_575a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.surface-iron-bebb {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.chip-thick-1a4e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .inner-9efc {
        flex-direction: column;
    }
    .tag-action-d3ac {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.heading-mini-7d7d .module_hard_02b3 {
    color: #666;
    margin: 0 8px;
}

.heading-mini-7d7d .progress-purple-0226 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.lite_3a26 {
    font-size: 2rem;
}

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

.last_3711 strong {
    color: #d4af37;
}

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

.tooltip-dynamic-6485 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

.tag-0ac9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

/* FAQ & Status Combined */
.mini-8a9a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.table-a4b4 h3,
.lite-6e94 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.dirty_e5b9 strong {
    color: #d4af37;
}

.icon-left-ce04 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-medium-aee6 {
    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;
}

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

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

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

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

.red-78bf strong {
    color: #d4af37;
}

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

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

.hover-b3c7 strong {
    color: #00ff88;
}

.hover-b3c7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.dropdown-short-4fdf {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.list-narrow-e749 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_28ee strong {
    color: #00ff88;
}

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

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

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

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

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

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

.under-3df4 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.rough_28a8 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.rough_28a8:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .rough_28a8 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress_liquid_30f5 {
        padding: 30px 15px;
    }
    
    .progress_liquid_30f5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .avatar_small_b1c1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .media-steel-5792 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .center-d274 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-d274 .out-cf4c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph-liquid-e48b {
        font-size: 1.3rem;
    }
    
    .easy-c107 {
        font-size: 0.7rem;
    }
    
    .aside-5ea0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside-5ea0 .status-west-a75a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar_red_7cc9 {
        display: none;
    }
    
    .breadcrumb-center-6415 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .header_28a4 {
        padding: 20px 10px;
    }
    
    .pattern_4273 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_6350,
    .picture_basic_f588 {
        padding: 15px;
    }
    
    .upper-ab3d {
        flex-direction: column;
        gap: 5px;
    }
    
    .cool_1d50 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop-0b48 {
        padding: 30px 10px;
    }
    
    .image_hovered_0ecf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-first-ea8e {
        padding: 20px 15px;
    }
    
    .item_bottom_4a94 {
        font-size: 2rem;
    }
    
    .gallery-first-ea8e h3 {
        font-size: 1.1rem;
    }
    
    .gallery-first-ea8e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .surface_soft_c87e {
        padding: 20px 10px;
    }
    
    .thumbnail_d64c h2 {
        font-size: 1.3rem;
    }
    
    .wide_1352 {
        font-size: 0.9rem;
    }
    
    .thumbnail_9567 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail_9567 p {
        font-size: 0.9rem;
    }
    
    .texture_05f7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .aside_gas_dc1d {
        grid-template-columns: 1fr;
    }
    
    .red-78bf {
        font-size: 0.85rem;
    }
    
    .liquid_513f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption-medium-aee6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .caption-medium-aee6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .first_3c82 {
        padding: 30px 10px;
    }
    
    .progress-6ae2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip_bb89 {
        padding: 15px 10px;
    }
    
    .chip_bb89 h4 {
        font-size: 0.9rem;
    }
    
    .chip_bb89 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article-dark-a7ee {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-6ae2 {
        grid-template-columns: 1fr;
    }
    
    .chip_bb89 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label_light_ce9e {
        padding: 30px 10px;
    }
    
    .breadcrumb_action_d368 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper-hard-d81c {
        padding: 15px;
    }
    
    .hover_dark_170b {
        font-size: 0.9rem;
    }
    
    .stone-4c91 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone-4c91 .modal-bf66 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .modal-728f {
        padding: 30px 10px;
    }
    
    .modal-728f h2 {
        font-size: 1.2rem;
    }
    
    .notice_under_0629 {
        gap: 10px;
    }
    
    .pattern-simple-3ae8 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pattern-simple-3ae8 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .advanced-fdd0 {
        padding: 30px 10px;
    }
    
    .advanced-fdd0 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar-short-e851 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_left_b108 {
        padding: 15px 10px;
    }
    
    .frame_left_b108 h4 {
        font-size: 0.85rem;
    }
    
    .frame_left_b108 p {
        font-size: 0.75rem;
    }
    
    .slider-gold-0414 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .preview-left-e82b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shadow_dde2 {
        padding: 20px 10px;
    }
    
    .content_b765 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .active_pressed_decf,
    .pagination-thick-c768,
    .sidebar_267a {
        width: 100%;
    }
    
    .active_pressed_decf h3 {
        font-size: 1.1rem;
    }
    
    .active_pressed_decf p {
        font-size: 0.8rem;
    }
    
    .dim-066e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip-dirty-750c {
        padding: 30px 15px;
    }
    
    .chip-dirty-750c h2 {
        font-size: 1.3rem;
    }
    
    .chip-dirty-750c p {
        font-size: 0.85rem;
    }
    
    .menu-ddbd {
        flex-direction: column;
        gap: 10px;
    }
    
    .menu-ddbd .status-west-a75a {
        width: 100%;
    }
    
    .east-8521 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .yellow-d02b {
        padding: 30px 15px;
    }
    
    .simple-e69b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fast_a0da {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort-10ca h4 {
        font-size: 0.9rem;
    }
    
    .sort-10ca a {
        font-size: 0.8rem;
    }
    
    .progress_80f9 {
        font-size: 0.8rem;
    }
    
    .breadcrumb-4de7 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .shadow_3810 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .badge_left_bf2a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4f86 */
.ghost-box-o9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
