/* Inner Page Styles */

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

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

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

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

.card-new-b19a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.card-new-b19a .widget-slow-6164 {
    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;
}

.card-new-b19a .widget-slow-6164::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.card-new-b19a .widget-slow-6164:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.card-new-b19a .widget-slow-6164:hover::before {
    left: 100%;
}

.card-new-b19a .widget-slow-6164:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.pagination-easy-25be {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_warm_e3ee.fn-active-1949 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.picture-dirty-1fb9 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large-1628:hover::before {
    left: 100%;
}

.large-1628 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;
}

.large-1628 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;
}

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

.large-1628 .wrapper_daaf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.pattern-slow-7f33 {
    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);
}

.pattern-slow-7f33:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.simple_eb03 .wrapper_daaf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top_0026 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .top_0026 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .top_0026 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .card-new-b19a {
        justify-content: center;
    }
    
    .middle-e384 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .item_d59c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .picture-dirty-1fb9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .info_action_3aeb {
        padding: var(--md-spacing-md);
    }
    
    .large_a400 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_gas_8af7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .simple_eb03 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pressed-a34c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .info_action_3aeb {
        padding: var(--md-spacing-sm);
    }
    
    .overlay-8ef6 {
        padding: var(--md-spacing-md);
    }
    
    .notification_gas_8af7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.overlay-8ef6,
.notification_gas_8af7,
.simple_eb03 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.thumbnail-6e22::-webkit-scrollbar {
    width: 8px;
}

.thumbnail-6e22::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.header-49fd {
    font-size: 1.5rem;
}

.banner-066b strong {
    color: #00ff88;
}

.preview-dirty-72f1 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .video-plasma-04d5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .preview-dirty-72f1 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-last-981a {
    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;
}

.avatar-last-981a strong {
    color: #00ff88;
}

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

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

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

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

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

.easy-064e::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;
}

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

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

.video_right_11d9.hard_7f39 .tabs-850b {
    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); }
}

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

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

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

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

.chip-black-8444 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;
}

.chip-black-8444 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);
}

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

.inner-b522 {
    font-size: 1.2rem;
}

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

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

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

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

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

.notification-efc1.sort_2df9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notification-efc1.label-57ad::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification-efc1.west_40ed::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notification-efc1.content_15b4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.list-west-c3dd {
    font-size: 1.2rem;
}

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

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

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

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

.red_abd0.media_black_9d26 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.red_abd0.fn-active-1949 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.feature-dim-ae02 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.detail-plasma-4d85 {
    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;
}

.detail-plasma-4d85:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.detail-plasma-4d85.north_17be {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.table-narrow-8d6d { border-top: 3px solid #00ccff; }
.slow-b2bd { border-top: 3px solid #00ff88; }
.disabled_e6bb { border-top: 3px solid #d4af37; }
.cold-6ac2 { border-top: 3px solid #ff6b6b; }
.gallery_clean_8bec { border-top: 3px solid #8b5cf6; }

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

.pagination-bottom-1d05 {
    overflow-x: auto;
}

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

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

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

.warm-3763 td {
    color: #ccc;
}

.warm-3763 .disabled-east-d883 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-plasma-3f0e {
    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;
}

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

.shade-red-bebf p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.input-middle-c79f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.popup-dynamic-7205 {
    background: #0a0a0a;
    padding: 60px 0;
}

.small-62aa {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.button-3def {
    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;
}

.button-3def::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);
}

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

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

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

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

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

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

.content-complex-c960 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.last-106f .soft_641b {
    margin-bottom: 10px;
}

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

.last-106f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.pagination-motion-e885 {
    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;
}

.photo-gas-78c6 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.photo-gas-78c6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.background-1a8e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.notification-new-5195 {
    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;
}

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

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

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

.north_6dd3 a {
    color: #ff6b6b;
}

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

.component-91c3 {
    max-width: 800px;
    margin: 0 auto;
}

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

.current-a43f {
    text-align: center;
}

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

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

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

.component-91c3 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.up-66d3 {
    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;
}

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

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

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

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

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

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

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

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

.tooltip-light-a357 {
    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;
}

.tooltip-light-a357.north_17be {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .motion-9ef2 {
        flex-direction: column;
    }
    .media-4465 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.easy_5581 .gas_dbe5 {
    color: #666;
    margin: 0 8px;
}

.easy_5581 .table-fast-769c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.paragraph_8838 {
    font-size: 2rem;
}

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

.pink-395b strong {
    color: #d4af37;
}

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

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

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

.notice_396d h3,
.media-thick-fad9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.link-fresh-61c8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gas-4e44 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.paper-1c35 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.right-66d9 strong {
    color: #d4af37;
}

.shadow_pro_9ad9 {
    color: #aaa;
}

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

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

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

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

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

.progress-green-b630 {
    max-width: 900px;
    margin: 0 auto;
}

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

.tertiary-smooth-84eb:last-child {
    border-bottom: none;
}

.tertiary-smooth-84eb h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.tertiary-smooth-84eb p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.hidden-east-a0e6 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hidden-east-a0e6 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;
}

.hidden-east-a0e6 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.box-wide-28c8 strong {
    color: #d4af37;
}

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

.dim-58a9 {
    color: #888;
    font-size: 0.9rem;
}

.dim-58a9 strong {
    color: #00ff88;
}

.dim-58a9 span {
    color: #d4af37;
}

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

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

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

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

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

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

.pagination-purple-a81c {
    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;
}

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

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

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

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

.hovered-1d58 {
    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);
}

.focus-pink-06a4 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-full-b7d0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-full-b7d0 li {
    margin-bottom: 5px;
}

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

.form-full-b7d0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.status-09c0 strong {
    color: #00ff88;
}

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

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

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

.sort-05c7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.bottom-375b {
    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;
}

.short-68e4 {
    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;
}

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

@media (max-width: 768px) {
    .sort-05c7 {
        flex-direction: column;
    }
    
    .bottom-375b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pagination-smooth-aeff {
        padding: 30px 15px;
    }
    
    .pagination-smooth-aeff h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .out-039a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .out_2404 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .secondary_dynamic_4c0e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary_dynamic_4c0e .accent-soft-a63e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .status_bright_ebcb {
        font-size: 1.3rem;
    }
    
    .layout_tiny_4623 {
        font-size: 0.7rem;
    }
    
    .text-2553 {
        flex-direction: column;
        gap: 10px;
    }
    
    .text-2553 .wrapper_daaf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hero_074a {
        display: none;
    }
    
    .description-000a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .basic-ea07 {
        padding: 20px 10px;
    }
    
    .media_7851 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_5b51,
    .widget-db31 {
        padding: 15px;
    }
    
    .liquid_38ac {
        flex-direction: column;
        gap: 5px;
    }
    
    .hovered-1d58 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hovered-46eb {
        padding: 30px 10px;
    }
    
    .banner_68fa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stale_5372 {
        padding: 20px 15px;
    }
    
    .wide-c832 {
        font-size: 2rem;
    }
    
    .stale_5372 h3 {
        font-size: 1.1rem;
    }
    
    .stale_5372 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .plasma_1207 {
        padding: 20px 10px;
    }
    
    .pro_e1a3 h2 {
        font-size: 1.3rem;
    }
    
    .overlay-orange-762b {
        font-size: 0.9rem;
    }
    
    .tertiary-smooth-84eb h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-smooth-84eb p {
        font-size: 0.9rem;
    }
    
    .hidden-east-a0e6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hover-motion-dca1 {
        grid-template-columns: 1fr;
    }
    
    .box-wide-28c8 {
        font-size: 0.85rem;
    }
    
    .border_eb49 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .smooth-0524 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .smooth-0524 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .overlay-tiny-0eed {
        padding: 30px 10px;
    }
    
    .card-basic-9e9a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_selected_74e3 {
        padding: 15px 10px;
    }
    
    .dropdown_selected_74e3 h4 {
        font-size: 0.9rem;
    }
    
    .dropdown_selected_74e3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .surface-fba4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .card-basic-9e9a {
        grid-template-columns: 1fr;
    }
    
    .dropdown_selected_74e3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mask_2978 {
        padding: 30px 10px;
    }
    
    .top-977b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-a873 {
        padding: 15px;
    }
    
    .in-07e7 {
        font-size: 0.9rem;
    }
    
    .north_b27b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .north_b27b .active_iron_c456 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .south-99f6 {
        padding: 30px 10px;
    }
    
    .south-99f6 h2 {
        font-size: 1.2rem;
    }
    
    .paragraph-5706 {
        gap: 10px;
    }
    
    .focused-cc56 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .focused-cc56 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .small_d391 {
        padding: 30px 10px;
    }
    
    .small_d391 h2 {
        font-size: 1.2rem;
    }
    
    .status-c594 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary_6da4 {
        padding: 15px 10px;
    }
    
    .secondary_6da4 h4 {
        font-size: 0.85rem;
    }
    
    .secondary_6da4 p {
        font-size: 0.75rem;
    }
    
    .backdrop_1b0b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .bottom_bf95 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .component_stale_c9c3 {
        padding: 20px 10px;
    }
    
    .item-27da {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .fixed-a568,
    .bright_355a,
    .north_6dd3 {
        width: 100%;
    }
    
    .fixed-a568 h3 {
        font-size: 1.1rem;
    }
    
    .fixed-a568 p {
        font-size: 0.8rem;
    }
    
    .notification-new-5195 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .soft_3772 {
        padding: 30px 15px;
    }
    
    .south_2238 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .summary_e8c5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .orange-925b h4 {
        font-size: 0.9rem;
    }
    
    .orange-925b a {
        font-size: 0.8rem;
    }
    
    .active_485c {
        font-size: 0.8rem;
    }
    
    .row_56be p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .element_f880 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .component_5a06 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 40df */
.ghost-box-l7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
