/* Inner Page Styles */

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

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

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

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

.fixed-88a7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.fixed-88a7 .stone-b067 {
    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;
}

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

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

.fixed-88a7 .stone-b067:hover::before {
    left: 100%;
}

.fixed-88a7 .stone-b067:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.sort-narrow-b7d5 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_6284.fn-active-52c1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-steel-7adc {
    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%;
}

.icon-steel-7adc 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 */
.card_first_03be {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.down_3b66 .bottom-fc2b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.link-warm-7ab7 {
    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);
}

.link-warm-7ab7:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.wrapper-33ff {
    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);
}

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

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

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

.wrapper-33ff .bottom-fc2b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.wrapper-33ff .bottom-fc2b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-5157 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-5157 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-5157 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .fixed-88a7 {
        justify-content: center;
    }
    
    .steel-a51c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .summary-green-e949 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .nav_2695 {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-b403 {
        padding: var(--md-spacing-md);
    }
    
    .logo_under_1fe2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .icon-steel-7adc {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .wrapper-33ff {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .down_fbbf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input-b403 {
        padding: var(--md-spacing-sm);
    }
    
    .filter-c1fc {
        padding: var(--md-spacing-md);
    }
    
    .icon-steel-7adc {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-c1fc,
.icon-steel-7adc,
.wrapper-33ff {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.section_4873 {
    font-size: 1.5rem;
}

.container_c853 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.dark-d043 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_orange_6a30 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.highlight-92ad {
    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;
}

.highlight-92ad.texture_91bd .preview-orange-3a86 {
    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); }
}

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

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

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

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

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

.gas_a87d 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-e11d {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.header_d5f4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.message_plasma_c7a0.fast-0c0f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.message_plasma_c7a0.modal_ac83::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message_plasma_c7a0.west_7a4a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.message_plasma_c7a0.out-bda3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message-pressed-2a7b {
    font-size: 1.2rem;
}

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

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

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

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

.short_158e.footer-outer-67f4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_158e.fn-active-52c1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.complex-8bd2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.frame-856b {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sidebar-small-0ac1 {
    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;
}

.sidebar-small-0ac1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.sidebar-small-0ac1.text-b510 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tag_right_d54e { border-top: 3px solid #00ccff; }
.last-7d64 { border-top: 3px solid #00ff88; }
.photo-inner-02c9 { border-top: 3px solid #d4af37; }
.status_lite_c89d { border-top: 3px solid #ff6b6b; }
.banner_huge_9424 { border-top: 3px solid #8b5cf6; }

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

.tag-d431 {
    overflow-x: auto;
}

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

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

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

.highlight-plasma-e964 td {
    color: #ccc;
}

.highlight-plasma-e964 .photo-current-0788 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.highlight-plasma-e964 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.icon-last-c2d9 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.icon-fluid-dc98 {
    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;
}

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

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

.wood-2f51 {
    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;
}

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

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

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

.accordion_slow_569a {
    font-size: 2rem;
}

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

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

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

.message-full-46c3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .message-full-46c3::before {
        left: 30px;
    }
}

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

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

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

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

.heading-smooth-d80b {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.feature-full-ca1c {
    font-size: 1.5rem;
}

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

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

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

.under-212c {
    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;
}

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

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

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

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

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

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

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

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

.caption-gas-08e4 .pink_3867 {
    margin-bottom: 10px;
}

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

.caption-gas-08e4 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.white-760a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.layout-hot-9fef {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north_e121 a {
    color: #ff6b6b;
}

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

.banner-3b3f {
    max-width: 800px;
    margin: 0 auto;
}

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

.pattern_upper_d31c {
    text-align: center;
}

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

.pattern_upper_d31c .notice-48d6 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.banner-3b3f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.preview-under-68c6 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-liquid-919e {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .highlight_2e96 {
        flex-direction: column;
    }
    .grid-liquid-919e {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.fixed-227b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.banner-left-2a9a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.surface_east_797d .accordion-silver-1219 {
    color: #666;
    margin: 0 8px;
}

.surface_east_797d .hidden_glass_6491 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.active-4a39 {
    font-size: 2rem;
}

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

.message_3454 strong {
    color: #d4af37;
}

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

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

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

.disabled_4849 h3,
.search-top-d24c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

/* FAQ & Status Combined */
.nav-yellow-9391 {
    background: #0a0a0a;
    padding: 30px 0;
}

.icon-25ef {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.accordion-d4d6 h3,
.button-98d1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.surface-first-66da summary::-webkit-details-marker {
    display: none;
}

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

.container-under-4ed7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.component-cd85 strong {
    color: #d4af37;
}

.black_ab2a {
    color: #aaa;
}

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

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

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

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

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

.modal-cool-beb3 {
    max-width: 900px;
    margin: 0 auto;
}

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

.description-dynamic-c392:last-child {
    border-bottom: none;
}

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

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

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

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

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

.brown-fe13 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;
}

.brown-fe13 li strong {
    color: #00ff88;
}

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

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

.info-green-2af6 {
    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;
}

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

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

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

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

.element_a548 strong {
    color: #d4af37;
}

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

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

.hero-c424 strong {
    color: #00ff88;
}

.hero-c424 span {
    color: #d4af37;
}

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

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

.highlight-selected-84b9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.picture-outer-6dbd h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.footer-70bb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-f89b strong {
    color: #00ff88;
}

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

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

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

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

.progress-paper-ff1a {
    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;
}

.info-dynamic-a6fa {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .video-b8dc {
        flex-direction: column;
    }
    
    .progress-paper-ff1a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .detail-42d1 {
        padding: 30px 15px;
    }
    
    .detail-42d1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider_8281 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hidden_6c15 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside-small-36bc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-small-36bc .focused-3431 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .surface-ee29 {
        font-size: 1.3rem;
    }
    
    .new-f281 {
        font-size: 0.7rem;
    }
    
    .gold_10a3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gold_10a3 .bottom-fc2b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tabs_a472 {
        display: none;
    }
    
    .next_00fc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .lite_2ae9 {
        padding: 20px 10px;
    }
    
    .highlight-selected-84b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper_4561,
    .aside_pressed_8f90 {
        padding: 15px;
    }
    
    .footer-70bb {
        flex-direction: column;
        gap: 5px;
    }
    
    .active_first_03cb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pattern_95a3 {
        padding: 30px 10px;
    }
    
    .hero-dim-900e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-583c {
        padding: 20px 15px;
    }
    
    .component-472c {
        font-size: 2rem;
    }
    
    .popup-583c h3 {
        font-size: 1.1rem;
    }
    
    .popup-583c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pro-367c {
        padding: 20px 10px;
    }
    
    .thick-1550 h2 {
        font-size: 1.3rem;
    }
    
    .caption-purple-61de {
        font-size: 0.9rem;
    }
    
    .description-dynamic-c392 h3 {
        font-size: 1.1rem;
    }
    
    .description-dynamic-c392 p {
        font-size: 0.9rem;
    }
    
    .brown-fe13 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb-warm-ba2b {
        grid-template-columns: 1fr;
    }
    
    .element_a548 {
        font-size: 0.85rem;
    }
    
    .item-tall-217a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info-green-2af6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .info-green-2af6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stale-a8e6 {
        padding: 30px 10px;
    }
    
    .frame_bright_72aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_32f2 {
        padding: 15px 10px;
    }
    
    .active_32f2 h4 {
        font-size: 0.9rem;
    }
    
    .active_32f2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .aside-2de8 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .primary-b769 {
        padding: 30px 10px;
    }
    
    .dirty-5039 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent-1ba4 {
        padding: 15px;
    }
    
    .title_6cbc {
        font-size: 0.9rem;
    }
    
    .progress-prev-429d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-prev-429d .last_d166 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .main_51c9 {
        padding: 30px 10px;
    }
    
    .main_51c9 h2 {
        font-size: 1.2rem;
    }
    
    .background-7909 {
        gap: 10px;
    }
    
    .carousel-out-acaf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .carousel-out-acaf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .disabled-f246 {
        padding: 30px 10px;
    }
    
    .disabled-f246 h2 {
        font-size: 1.2rem;
    }
    
    .last_bc95 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-outer-924a {
        padding: 15px 10px;
    }
    
    .sort-outer-924a h4 {
        font-size: 0.85rem;
    }
    
    .sort-outer-924a p {
        font-size: 0.75rem;
    }
    
    .old-bc57 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .aside-focused-cc79 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notice_42e9 {
        padding: 20px 10px;
    }
    
    .dropdown_warm_c728 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .old-0df1,
    .tertiary_6a5c,
    .north_e121 {
        width: 100%;
    }
    
    .old-0df1 h3 {
        font-size: 1.1rem;
    }
    
    .old-0df1 p {
        font-size: 0.8rem;
    }
    
    .component_4a2f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dark_eacb {
        padding: 30px 15px;
    }
    
    .dark_eacb h2 {
        font-size: 1.3rem;
    }
    
    .dark_eacb p {
        font-size: 0.85rem;
    }
    
    .banner_7f7b {
        flex-direction: column;
        gap: 10px;
    }
    
    .banner_7f7b .bottom-fc2b {
        width: 100%;
    }
    
    .prev-889a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .orange_54be {
        padding: 30px 15px;
    }
    
    .right_4e0f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pro-15ad {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .black-c263 h4 {
        font-size: 0.9rem;
    }
    
    .black-c263 a {
        font-size: 0.8rem;
    }
    
    .glass_75ee {
        font-size: 0.8rem;
    }
    
    .focus_9a4d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tall_323f {
        padding: 8px 10px;
    }
    
    .highlight-copper-1eeb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-d84a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight-copper-1eeb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-d84a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a40c */
.widget-item-e1 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
