/* Inner Page Styles */

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

.notification-87e5 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);
}

.notification-87e5 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);
}

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

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

.item_4ee3 .feature-copper-cfb1 {
    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;
}

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

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

.item_4ee3 .feature-copper-cfb1:hover::before {
    left: 100%;
}

.item_4ee3 .feature-copper-cfb1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.accordion-old-3f18 {
    margin-bottom: var(--md-spacing-lg);
}

.highlight-basic-d797 {
    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-basic-d797:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.cold_d03f.fn-active-cd2b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-hot-73dd {
    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%;
}

.shadow-hot-73dd 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 */
.banner_fresh_5fad {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.tooltip_c85b .panel_db74:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.tabs-clean-70fe {
    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);
}

.tabs-clean-70fe:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.fixed_2e73 .panel_db74:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-87e5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notification-87e5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notification-87e5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .item_4ee3 {
        justify-content: center;
    }
    
    .highlight-basic-d797 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .title-gold-c9ae {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .block-complex-a3d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption_pink_2801 {
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb_down_b135 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-hot-73dd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fixed_2e73 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .north-c018 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption_pink_2801 {
        padding: var(--md-spacing-sm);
    }
    
    .slow_159b {
        padding: var(--md-spacing-md);
    }
    
    .shadow-hot-73dd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slow_159b,
.shadow-hot-73dd,
.fixed_2e73 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tabs-6852 {
    font-size: 1.5rem;
}

.feature_gold_c147 strong {
    color: #00ff88;
}

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

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

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

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

.form-721f {
    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;
}

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

.form-721f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.form-721f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.secondary-last-e078 {
    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;
}

.secondary-last-e078 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.footer-9ec2 {
    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;
}

.footer-9ec2.west-d4b7 .disabled_center_a603 {
    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); }
}

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

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

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

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

.panel-413d 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;
}

.panel-413d 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);
}

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

.photo-blue-d2ca {
    font-size: 1.2rem;
}

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

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

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

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

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

.media-8790.image-next-e474::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.media-8790.medium-2523::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media-8790.sidebar_green_5b02::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.media-8790.button_5116::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pagination-old-2640 {
    font-size: 1.2rem;
}

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

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

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

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

.media_gold_06c3.pattern-11b7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media_gold_06c3.fn-active-cd2b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.fixed-10da {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.sort-2e8f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

.status-cold-2afa {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.in_6584 { border-top: 3px solid #00ccff; }
.preview-first-30d6 { border-top: 3px solid #00ff88; }
.row_6ae7 { border-top: 3px solid #d4af37; }
.module_huge_0c42 { border-top: 3px solid #ff6b6b; }
.large_7c72 { border-top: 3px solid #8b5cf6; }

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

.footer-old-63b9 {
    overflow-x: auto;
}

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

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

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

.over-e0af td {
    color: #ccc;
}

.over-e0af .right-13ae {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.over-e0af tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-76f3 {
    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;
}

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

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

.summary-warm-07ba h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.summary-warm-07ba p {
    color: #888;
    font-size: 0.9rem;
}

.thumbnail-silver-02a1 {
    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;
}

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

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

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

.backdrop_gas_15d6 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.description-edd6::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);
}

.next-84f0 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.fixed-8cd9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.label-new-30aa {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.slow-a801 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.right-e231 .box_easy_04fc {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.avatar-dark-376d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.avatar-dark-376d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.photo-green-0372 {
    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;
}

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

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

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

.filter_in_7945 a {
    color: #ff6b6b;
}

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

.block-6a91 {
    max-width: 800px;
    margin: 0 auto;
}

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

.frame-iron-4111 {
    text-align: center;
}

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

.frame-iron-4111 .link_up_38f5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.block-6a91 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.hidden-dirty-6349 {
    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;
}

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

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

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

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

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

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

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

.element-simple-7d6a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.item-down-ae92 {
    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;
}

.item-down-ae92.warm_d156 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .element-simple-7d6a {
        flex-direction: column;
    }
    .focused_2cd4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.fast_6a9a .alert-warm-a476 {
    color: #666;
    margin: 0 8px;
}

.fast_6a9a .breadcrumb_b54c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.full-77ec {
    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;
}

.box-rough-208a {
    font-size: 2rem;
}

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

.active-5867 strong {
    color: #d4af37;
}

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

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

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

.paragraph-center-93f8 h3,
.form_7e6d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.box-9a4b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.video-small-7edc {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.header_fresh_533f strong {
    color: #d4af37;
}

.top_0612 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.solid_11ad strong {
    color: #d4af37;
}

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

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

.label-1982 strong {
    color: #00ff88;
}

.label-1982 span {
    color: #d4af37;
}

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

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

.tag-middle-b3d1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.warm-1e10 {
    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;
}

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

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

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

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

.column-yellow-26f8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-smooth-4554 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pattern-smooth-4554 li {
    margin-bottom: 5px;
}

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

.pattern-smooth-4554 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.text_new_2fa5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .content-cool-02f2 {
        padding: 30px 15px;
    }
    
    .content-cool-02f2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .component-static-9ddd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mini_29e7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paragraph_basic_a6cb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph_basic_a6cb .content-pro-6c54 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .item_west_8f05 {
        font-size: 1.3rem;
    }
    
    .text_advanced_e852 {
        font-size: 0.7rem;
    }
    
    .paragraph-fast-cae1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph-fast-cae1 .panel_db74 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .frame-hovered-e9ff {
        display: none;
    }
    
    .feature_fast_6f4d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .out-447c {
        padding: 20px 10px;
    }
    
    .tag-middle-b3d1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-fe7f,
    .picture_fbc3 {
        padding: 15px;
    }
    
    .backdrop-b57c {
        flex-direction: column;
        gap: 5px;
    }
    
    .column-yellow-26f8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .stone-0bbc {
        padding: 30px 10px;
    }
    
    .layout_be7a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop-3470 {
        padding: 20px 15px;
    }
    
    .pro-8516 {
        font-size: 2rem;
    }
    
    .backdrop-3470 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop-3470 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dark_641e {
        padding: 20px 10px;
    }
    
    .link-next-0d55 h2 {
        font-size: 1.3rem;
    }
    
    .panel_48a0 {
        font-size: 0.9rem;
    }
    
    .slider_ab00 h3 {
        font-size: 1.1rem;
    }
    
    .slider_ab00 p {
        font-size: 0.9rem;
    }
    
    .search_narrow_4a3a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .focus_f251 {
        grid-template-columns: 1fr;
    }
    
    .solid_11ad {
        font-size: 0.85rem;
    }
    
    .status_aa89 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green-dd90 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .green-dd90 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header-hovered-c980 {
        padding: 30px 10px;
    }
    
    .mini_b691 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .block_lower_8aa5 {
        padding: 15px 10px;
    }
    
    .block_lower_8aa5 h4 {
        font-size: 0.9rem;
    }
    
    .block_lower_8aa5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .component_paper_4dd6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sort_7ba0 {
        padding: 30px 10px;
    }
    
    .complex-d9e0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dynamic_989a {
        padding: 15px;
    }
    
    .container-lower-d382 {
        font-size: 0.9rem;
    }
    
    .hot_422a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hot_422a .hidden_612e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .hover_focused_e78e {
        padding: 30px 10px;
    }
    
    .hover_focused_e78e h2 {
        font-size: 1.2rem;
    }
    
    .complex_a681 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over-d60c {
        padding: 15px 10px;
    }
    
    .over-d60c h4 {
        font-size: 0.85rem;
    }
    
    .over-d60c p {
        font-size: 0.75rem;
    }
    
    .panel_in_ffcd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .video-f5ed {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .article-ccc3 {
        padding: 20px 10px;
    }
    
    .tag_iron_4e1b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .avatar_7145,
    .button_dynamic_ff37,
    .filter_in_7945 {
        width: 100%;
    }
    
    .avatar_7145 h3 {
        font-size: 1.1rem;
    }
    
    .avatar_7145 p {
        font-size: 0.8rem;
    }
    
    .photo-green-0372 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .smooth_f358 {
        padding: 30px 15px;
    }
    
    .smooth_f358 h2 {
        font-size: 1.3rem;
    }
    
    .smooth_f358 p {
        font-size: 0.85rem;
    }
    
    .new-73d9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .new-73d9 .panel_db74 {
        width: 100%;
    }
    
    .feature_soft_2a4a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focus-advanced-635a {
        padding: 30px 10px;
    }
    
    .focus-advanced-635a h3 {
        font-size: 1.2rem;
    }
    
    .top-8989 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed_2e73 {
        padding: 15px 10px;
    }
    
    .fixed_2e73 h4 {
        font-size: 0.85rem;
    }
    
    .fixed_2e73 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background-2daa {
        padding: 30px 15px;
    }
    
    .module-8da9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview-dim-db2b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail-pink-b68b h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail-pink-b68b a {
        font-size: 0.8rem;
    }
    
    .thumbnail_dirty_5d60 {
        font-size: 0.8rem;
    }
    
    .first-af9b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status-center-8f08 {
        padding: 8px 10px;
    }
    
    .button-mini-b066 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight-wood-d725 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button-mini-b066 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-wood-d725 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8a60 */
.promo-block-j7 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
