/* Inner Page Styles */

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

.article-steel-7173 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);
}

.article-steel-7173 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);
}

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

.aside-78c4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.aside-78c4 .info_5ab8 {
    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;
}

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

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

.aside-78c4 .info_5ab8:hover::before {
    left: 100%;
}

.aside-78c4 .info_5ab8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.video-7f6b {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron-ddb5.fn-active-1aaa {
    color: var(--casino-gold-light);
}

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

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

.progress-active-c90e {
    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);
}

.progress-active-c90e 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);
}

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

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

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

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

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

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

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

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

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

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

.row-up-3070 {
    padding: var(--md-spacing-md) 0;
}

.active-870d {
    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%;
}

.active-870d 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 */
.thumbnail_950e {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.complex_bfbc .motion_9792:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.shadow-plasma-5591 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.lower-e265 .motion_9792:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-steel-7173 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article-steel-7173 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article-steel-7173 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .aside-78c4 {
        justify-content: center;
    }
    
    .message_simple_9ed3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-68d4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .east_4bf7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-active-c90e {
        padding: var(--md-spacing-md);
    }
    
    .dynamic-f04c {
        padding: var(--md-spacing-md) 0;
    }
    
    .active-870d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .lower-e265 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown_pink_d920 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .progress-active-c90e {
        padding: var(--md-spacing-sm);
    }
    
    .cool-f387 {
        padding: var(--md-spacing-md);
    }
    
    .active-870d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.cool-f387,
.active-870d,
.lower-e265 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.bright_8978 {
    font-size: 1.5rem;
}

.filter_top_a807 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full_cf2b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.photo-over-a405 {
    text-align: center;
    margin-bottom: 30px;
}

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

.west-7c34.avatar-in-0e52 .detail_1f8d {
    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); }
}

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

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

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

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

.tertiary-blue-5025 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;
}

.tertiary-blue-5025 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);
}

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

.out-e547 {
    font-size: 1.2rem;
}

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

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

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

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

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

.table_2948.tabs-b929::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table_2948.complex_e226::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table_2948.row_8c26::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table_2948.alert_wide_3389::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel-gold-17e8 {
    font-size: 1.2rem;
}

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

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

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

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

.white-a1aa.widget-09d0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.white-a1aa.fn-active-1aaa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.mask-3ff9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.photo-gold-baae {
    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;
}

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

.photo-gold-baae.input-588a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.mini-1a17 { border-top: 3px solid #00ccff; }
.bronze-6efa { border-top: 3px solid #00ff88; }
.primary_top_dcc1 { border-top: 3px solid #d4af37; }
.outline_e46f { border-top: 3px solid #ff6b6b; }
.hard_0669 { border-top: 3px solid #8b5cf6; }

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

.mask_9e75 {
    overflow-x: auto;
}

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

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

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

.tag_active_0102 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.tooltip-724d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.element-3fae {
    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;
}

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

.slow-4e49 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.next-bdf8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-1933 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.selected-84ef {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.pagination-gas-cace .iron-a953 {
    margin-bottom: 10px;
}

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

.pagination-gas-cace strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.pagination-34c4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.breadcrumb-motion-4d39 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.breadcrumb-motion-4d39 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_06d9 a {
    color: #ff6b6b;
}

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

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

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

.west_9ff9 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-a032.input-588a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .component-full-e19d {
        flex-direction: column;
    }
    .in-9044 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.carousel-west-25eb .description-20d7 {
    color: #666;
    margin: 0 8px;
}

.carousel-west-25eb .rough-39ec {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.hover-7dd5 strong {
    color: #d4af37;
    margin-right: 8px;
}

.label_upper_341c {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.active_02c7 {
    font-size: 2rem;
}

.layout-last-557f {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.layout-last-557f strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.active-paper-d21a strong {
    color: #00ff88;
}

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

.warm-138f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.large-7b64 h3,
.dynamic_3d05 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.shadow-advanced-19aa {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.shadow-advanced-19aa strong {
    color: #d4af37;
}

.badge_focused_1ab4 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-slow-ee48 {
    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;
}

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

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

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

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

.texture_pro_bf08 strong {
    color: #d4af37;
}

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

.pro-704c {
    color: #888;
    font-size: 0.9rem;
}

.pro-704c strong {
    color: #00ff88;
}

.pro-704c span {
    color: #d4af37;
}

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

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

.footer-bottom-ece1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.list-1cd6 {
    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;
}

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

.text-center-1c00 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.box-wood-4f74 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.caption-14e7 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.caption-14e7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.progress-iron-1617 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.progress-iron-1617 li {
    margin-bottom: 5px;
}

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

.progress-iron-1617 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.message-brown-9246 {
    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;
}

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

.fixed_c385 strong {
    color: #00ff88;
}

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

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

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

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

.nav-wide-b9c6 {
    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;
}

.wrapper-medium-eddf {
    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;
}

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

@media (max-width: 768px) {
    .link_d45c {
        flex-direction: column;
    }
    
    .nav-wide-b9c6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.form-8ad3 {
    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-8ad3: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-8ad3 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wrapper_slow_317d {
        padding: 30px 15px;
    }
    
    .wrapper_slow_317d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .footer_action_8fb0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .feature-warm-cafa {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent-wood-f3ce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-wood-f3ce .main-plasma-c9f5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gradient-56a4 {
        font-size: 1.3rem;
    }
    
    .alert-small-7889 {
        font-size: 0.7rem;
    }
    
    .copper-0d32 {
        flex-direction: column;
        gap: 10px;
    }
    
    .copper-0d32 .motion_9792 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .solid-4e03 {
        display: none;
    }
    
    .row-smooth-87fc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .disabled_7431 {
        padding: 20px 10px;
    }
    
    .footer-bottom-ece1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fresh_a114,
    .focus-14e2 {
        padding: 15px;
    }
    
    .box-wood-4f74 {
        flex-direction: column;
        gap: 5px;
    }
    
    .stale_9bc9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hard_0951 {
        padding: 30px 10px;
    }
    
    .text-0898 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter-141c {
        padding: 20px 15px;
    }
    
    .simple-71eb {
        font-size: 2rem;
    }
    
    .filter-141c h3 {
        font-size: 1.1rem;
    }
    
    .filter-141c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .texture-aef9 {
        padding: 20px 10px;
    }
    
    .footer_purple_0056 h2 {
        font-size: 1.3rem;
    }
    
    .search_prev_4f35 {
        font-size: 0.9rem;
    }
    
    .south_6944 h3 {
        font-size: 1.1rem;
    }
    
    .south_6944 p {
        font-size: 0.9rem;
    }
    
    .pressed_5431 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .glass_c69a {
        grid-template-columns: 1fr;
    }
    
    .texture_pro_bf08 {
        font-size: 0.85rem;
    }
    
    .down-16b9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-slow-ee48 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tooltip-slow-ee48 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .border_425c {
        padding: 30px 10px;
    }
    
    .modal_acb0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar_2b18 {
        padding: 15px 10px;
    }
    
    .avatar_2b18 h4 {
        font-size: 0.9rem;
    }
    
    .avatar_2b18 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .progress_1b7a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .link_44bb {
        padding: 30px 10px;
    }
    
    .small-98fc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dark-61a5 {
        padding: 15px;
    }
    
    .motion_1b96 {
        font-size: 0.9rem;
    }
    
    .feature-7055 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature-7055 .slider_5ff7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .section-wood-6675 {
        padding: 30px 10px;
    }
    
    .section-wood-6675 h2 {
        font-size: 1.2rem;
    }
    
    .dim-ef4d {
        gap: 10px;
    }
    
    .container_orange_4853 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .container_orange_4853 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .background_9bf6 {
        padding: 30px 10px;
    }
    
    .background_9bf6 h2 {
        font-size: 1.2rem;
    }
    
    .main_aca4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus_rough_94cf {
        padding: 15px 10px;
    }
    
    .focus_rough_94cf h4 {
        font-size: 0.85rem;
    }
    
    .focus_rough_94cf p {
        font-size: 0.75rem;
    }
    
    .in-3ca5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask-lower-105f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .detail_gas_a49a {
        padding: 20px 10px;
    }
    
    .component-small-3863 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .heading-c6c1,
    .left_4da9,
    .complex_06d9 {
        width: 100%;
    }
    
    .heading-c6c1 h3 {
        font-size: 1.1rem;
    }
    
    .heading-c6c1 p {
        font-size: 0.8rem;
    }
    
    .container_7b0a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .cool-afcb {
        padding: 30px 15px;
    }
    
    .overlay_large_e728 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .aside_new_37a0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .slow_1d9c h4 {
        font-size: 0.9rem;
    }
    
    .slow_1d9c a {
        font-size: 0.8rem;
    }
    
    .list_easy_46b7 {
        font-size: 0.8rem;
    }
    
    .image-e023 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hidden-fluid-37d0 {
        padding: 8px 10px;
    }
    
    .thumbnail_selected_e473 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .layout-b253 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail_selected_e473 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .layout-b253 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2f05 */
.phantom-card-x9 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
