/* Inner Page Styles */

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

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

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

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

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

.gallery_3600 .block-6c53 {
    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;
}

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

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

.gallery_3600 .block-6c53:hover::before {
    left: 100%;
}

.gallery_3600 .block-6c53:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-6bda {
    color: var(--casino-gold-light);
}

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

.yellow-6bda a:hover {
    color: var(--casino-gold-light);
}

.yellow-6bda.fn-active-c21d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood-984a {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dynamic_ae98 .motion_871b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.main-babe .motion_871b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay-aa16 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay-aa16 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay-aa16 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery_3600 {
        justify-content: center;
    }
    
    .box_1d35 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-gas-fedf {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .logo-warm-df04 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outer-7e3c {
        padding: var(--md-spacing-md);
    }
    
    .card-south-f385 {
        padding: var(--md-spacing-md) 0;
    }
    
    .title_7bc8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .main-babe {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon_hovered_77fe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .outer-7e3c {
        padding: var(--md-spacing-sm);
    }
    
    .alert_mini_fc76 {
        padding: var(--md-spacing-md);
    }
    
    .title_7bc8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.alert_mini_fc76,
.title_7bc8,
.main-babe {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.button-0d79::-webkit-scrollbar {
    width: 8px;
}

.button-0d79::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.button-8561 {
    font-size: 1.5rem;
}

.top-7d5e strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .accordion-light-8e16 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .soft-5ccf {
        margin-left: 0;
    }
}

/* Main Content Compact */
.label-7f05 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.summary_full_a8c1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.shadow_stale_9082.backdrop_east_7e5a .tooltip_415c {
    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); }
}

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

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

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

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

.wrapper-d3d4 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;
}

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

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

.border_dark_e5c6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.block-6853.north-0f9e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block-6853.liquid-c34e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block-6853.mask-54fa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block-6853.dynamic-e7db::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border_gold_bf71 {
    font-size: 1.2rem;
}

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

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

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

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

.texture_8bd6.rough_9113 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture_8bd6.fn-active-c21d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.paragraph-106b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.focus-short-6279 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.detail-927a { border-top: 3px solid #00ccff; }
.picture_red_6dea { border-top: 3px solid #00ff88; }
.alert-dirty-4640 { border-top: 3px solid #d4af37; }
.pro_1fe9 { border-top: 3px solid #ff6b6b; }
.fluid-50f6 { border-top: 3px solid #8b5cf6; }

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

.rough_ded8 {
    overflow-x: auto;
}

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

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

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

.message_3699 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.backdrop-selected-8418 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.section-complex-dbc7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.fluid-2fcc {
    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;
}

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

.sidebar-in-ccd3 {
    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;
}

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

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

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

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

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

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

.list-c735 {
    font-size: 2rem;
}

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

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

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

.paper-23de {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.summary-warm-6d9c {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.icon_cdaf {
    font-size: 1.5rem;
}

.content-98d1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.grid-new-cab4 strong {
    color: #fff;
    display: block;
}

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

.orange-58d3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.in_75d8 .last_bb72 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.hero-glass-76d7 {
    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;
}

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

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

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

.section-dim-ff79 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.section-dim-ff79 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.highlight_46c7 a {
    color: #ff6b6b;
}

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

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

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

.motion_b060 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.accent-9f0e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hovered_e7bc {
        flex-direction: column;
    }
    .clean-ee8b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.dark_5aec .tall-f2f9 {
    color: #666;
    margin: 0 8px;
}

.dark_5aec .detail-south-4e2f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.frame-516f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.feature-73bc {
    font-size: 2rem;
}

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

.hard_677c strong {
    color: #d4af37;
}

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

.photo-down-667d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .photo-down-667d {
        grid-template-columns: 1fr;
    }
}

.dim-5cad h3,
.center_b21d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.form-6f43 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.popup-pink-6967 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.pattern-f453 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.full-66ef summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.link-1842 strong {
    color: #d4af37;
}

.link_154d {
    color: #aaa;
}

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

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

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

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

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

.silver-7e2a {
    max-width: 900px;
    margin: 0 auto;
}

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

.link-c821:last-child {
    border-bottom: none;
}

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

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

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

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

.description-fluid-cba2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.description-fluid-cba2 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;
}

.description-fluid-cba2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.black-7bb6 strong {
    color: #d4af37;
}

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

.info-325e {
    color: #888;
    font-size: 0.9rem;
}

.info-325e strong {
    color: #00ff88;
}

.info-325e span {
    color: #d4af37;
}

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

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

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

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

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

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

.accordion-simple-443e {
    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;
}

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

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

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

.hidden-0dfd {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-7929 li {
    margin-bottom: 5px;
}

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

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

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

.popup-motion-603c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-50b5 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .purple_ac07 {
        padding: 30px 15px;
    }
    
    .purple_ac07 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .caption-fixed-591f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .light-a7dd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .up-31b0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up-31b0 .stale_e23b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .box_92a4 {
        font-size: 1.3rem;
    }
    
    .text_a8cc {
        font-size: 0.7rem;
    }
    
    .dynamic_281a {
        flex-direction: column;
        gap: 10px;
    }
    
    .dynamic_281a .motion_871b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .button-a0d4 {
        display: none;
    }
    
    .form-3bec {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .caption_f2d4 {
        padding: 20px 10px;
    }
    
    .carousel_smooth_bcf7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-1a1e,
    .list_action_c17c {
        padding: 15px;
    }
    
    .hidden-0dfd {
        flex-direction: column;
        gap: 5px;
    }
    
    .plasma_bed6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .west-8929 {
        padding: 30px 10px;
    }
    
    .breadcrumb_8e40 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current-5291 {
        padding: 20px 15px;
    }
    
    .pagination_bottom_4c9a {
        font-size: 2rem;
    }
    
    .current-5291 h3 {
        font-size: 1.1rem;
    }
    
    .current-5291 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .action_32ef {
        padding: 20px 10px;
    }
    
    .thumbnail_e7ee h2 {
        font-size: 1.3rem;
    }
    
    .modal_d25e {
        font-size: 0.9rem;
    }
    
    .link-c821 h3 {
        font-size: 1.1rem;
    }
    
    .link-c821 p {
        font-size: 0.9rem;
    }
    
    .description-fluid-cba2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hovered-01fc {
        grid-template-columns: 1fr;
    }
    
    .black-7bb6 {
        font-size: 0.85rem;
    }
    
    .component_white_35f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop_south_348d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .backdrop_south_348d strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .search-pink-4bb4 {
        padding: 30px 10px;
    }
    
    .right_ab9d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .content_mini_09e6 {
        padding: 15px;
    }
    
    .shade-paper-a0e9 {
        font-size: 0.9rem;
    }
    
    .dropdown-dim-4a24 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dropdown-dim-4a24 .narrow_a13b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .selected_0ec5 {
        padding: 30px 10px;
    }
    
    .selected_0ec5 h2 {
        font-size: 1.2rem;
    }
    
    .tabs_liquid_108e {
        gap: 10px;
    }
    
    .input-orange-1f33 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .input-orange-1f33 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .aside-585d {
        padding: 30px 10px;
    }
    
    .aside-585d h2 {
        font-size: 1.2rem;
    }
    
    .container-bb39 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_3f06 {
        padding: 15px 10px;
    }
    
    .dropdown_3f06 h4 {
        font-size: 0.85rem;
    }
    
    .dropdown_3f06 p {
        font-size: 0.75rem;
    }
    
    .secondary_d09f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .photo_e7ad {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hero-glass-76d7 {
        padding: 20px 10px;
    }
    
    .hover_in_c46a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .heading_bb7a,
    .section-dim-ff79,
    .highlight_46c7 {
        width: 100%;
    }
    
    .heading_bb7a h3 {
        font-size: 1.1rem;
    }
    
    .heading_bb7a p {
        font-size: 0.8rem;
    }
    
    .feature-f5f3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .plasma-d2dd {
        padding: 30px 15px;
    }
    
    .plasma-d2dd h2 {
        font-size: 1.3rem;
    }
    
    .plasma-d2dd p {
        font-size: 0.85rem;
    }
    
    .fresh_69b0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fresh_69b0 .motion_871b {
        width: 100%;
    }
    
    .gas-8c72 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .slider-c299 {
        padding: 30px 10px;
    }
    
    .slider-c299 h3 {
        font-size: 1.2rem;
    }
    
    .tooltip-short-aa6c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main-babe {
        padding: 15px 10px;
    }
    
    .main-babe h4 {
        font-size: 0.85rem;
    }
    
    .main-babe p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .active_346f {
        padding: 30px 15px;
    }
    
    .selected-9059 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search-next-50ef {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cold-239b h4 {
        font-size: 0.9rem;
    }
    
    .cold-239b a {
        font-size: 0.8rem;
    }
    
    .filter-glass-ea3e {
        font-size: 0.8rem;
    }
    
    .backdrop_d292 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .nav_wood_9723 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .paragraph_a0ff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 686d */
.shadow-element-q4 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
