/* Inner Page Styles */

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

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

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

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

.slider-simple-76f9 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.slider-simple-76f9 .active_610e {
    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;
}

.slider-simple-76f9 .active_610e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.slider-simple-76f9 .active_610e:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.slider-simple-76f9 .active_610e:hover::before {
    left: 100%;
}

.slider-simple-76f9 .active_610e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.accent-3fc7 {
    margin-bottom: var(--md-spacing-lg);
}

.active-bottom-1757 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.pagination-7aed {
    color: var(--casino-gold-light);
}

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

.pagination-7aed a:hover {
    color: var(--casino-gold-light);
}

.pagination-7aed.fn-active-8d58 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-4ae8 {
    padding: var(--md-spacing-md) 0;
}

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

.module_bronze_7364 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 */
.hot-36bd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot-36bd li {
    margin-bottom: var(--md-spacing-xs);
}

.hot-36bd 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);
}

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

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

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

.tall-094d:hover::before {
    left: 100%;
}

.tall-094d 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;
}

.tall-094d 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;
}

.tall-094d .light-aa9f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tall-094d .light-aa9f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.black-94d5 {
    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);
}

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

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

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

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

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

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

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

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

.south_362c .light-aa9f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .box_dynamic_1ce7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .box_dynamic_1ce7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .box_dynamic_1ce7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slider-simple-76f9 {
        justify-content: center;
    }
    
    .active-bottom-1757 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .upper-5a1c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel_654e {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-7fb8 {
        padding: var(--md-spacing-md);
    }
    
    .motion_3b2c {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_bronze_7364 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .south_362c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary-motion-e487 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer-7fb8 {
        padding: var(--md-spacing-sm);
    }
    
    .glass_5f22 {
        padding: var(--md-spacing-md);
    }
    
    .module_bronze_7364 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.glass_5f22,
.module_bronze_7364,
.south_362c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.light_4ef4 {
    font-size: 1.5rem;
}

.layout_b5bb strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .carousel-4d95 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .blue-6642 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.dynamic-c77d {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget_3e9f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.article_4da9.frame-complex-53f4 .green_038b {
    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); }
}

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

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

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

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

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

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

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

.over-9ad4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.lite_433a.background_light_44a8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lite_433a.widget_dim_516e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lite_433a.pattern_left_f7f8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lite_433a.tabs-medium-47a5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel_12b7 {
    font-size: 1.2rem;
}

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

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

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

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

.feature-9875.hidden-stone-996f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature-9875.fn-active-8d58 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.green-64a8 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.gold-8ed9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.fast-1c5a {
    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;
}

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

.fast-1c5a.west_def0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.border_4c8a { border-top: 3px solid #00ccff; }
.mask_98e7 { border-top: 3px solid #00ff88; }
.fast_0b85 { border-top: 3px solid #d4af37; }
.slider-motion-7b87 { border-top: 3px solid #ff6b6b; }
.frame_current_085a { border-top: 3px solid #8b5cf6; }

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

.slider-1854 {
    overflow-x: auto;
}

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

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

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

.box_rough_d7a2 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-15c9 {
    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;
}

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

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

.media-narrow-9ffc {
    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;
}

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

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

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

.mini-bfa2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.detail-silver-5afa {
    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;
}

.detail-silver-5afa::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);
}

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

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

.detail-silver-5afa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.pattern-bottom-4214 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.short-ee76 {
    font-size: 1.5rem;
}

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

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

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

.slider-tall-3b9d {
    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;
}

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

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

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

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

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

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

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

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

.wrapper-2783 .short-cf83 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-bronze-7f05 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.bottom-73b4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.bottom-73b4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.right-adf6 a {
    color: #ff6b6b;
}

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

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

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

.small-f09c {
    text-align: center;
}

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

.small-f09c .notice-1b40 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.tertiary-down-61f9 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.secondary-stone-5d95 {
    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;
}

.secondary-stone-5d95.west_def0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .detail-white-7224 {
        flex-direction: column;
    }
    .box_plasma_6fe1 {
        transform: rotate(90deg);
    }
}

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

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

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

@media (max-width: 768px) {
    .mask-basic-20e2 {
        grid-template-columns: 1fr;
    }
}

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

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

.component_bottom_7be3 .heading-purple-5ba8 {
    color: #666;
    margin: 0 8px;
}

.component_bottom_7be3 .popup_bright_f426 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.form-88cc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.card-thick-bc94 {
    font-size: 2rem;
}

.notification-solid-6f81 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.notification-solid-6f81 strong {
    color: #d4af37;
}

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

.action-4fee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.right_65ca h3,
.backdrop-slow-4b94 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.green-933a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.grid_4d06 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.pagination-prev-b34d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.title-854b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.out-a4e1 strong {
    color: #d4af37;
}

.primary_gas_98a7 {
    color: #aaa;
}

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

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

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

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

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

.aside-dynamic-e13a {
    max-width: 900px;
    margin: 0 auto;
}

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

.background-mini-c965:last-child {
    border-bottom: none;
}

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

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

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

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

.prev-44f0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.prev-44f0 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;
}

.prev-44f0 li strong {
    color: #00ff88;
}

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

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

.short-6e28 {
    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;
}

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

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

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

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

.narrow-1956 strong {
    color: #d4af37;
}

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

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

.smooth-dd0c strong {
    color: #00ff88;
}

.smooth-dd0c span {
    color: #d4af37;
}

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

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

.tertiary-hovered-f5a1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.aside-fresh-a4e7 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-c15a li {
    margin-bottom: 5px;
}

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

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

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

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

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

.lite-c13a strong {
    color: #00ff88;
}

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

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

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

.backdrop-north-b108 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.tertiary-white-fd7a {
    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;
}

.modal-top-4892 {
    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;
}

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

@media (max-width: 768px) {
    .backdrop-north-b108 {
        flex-direction: column;
    }
    
    .tertiary-white-fd7a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight_4f3d {
        padding: 30px 15px;
    }
    
    .highlight_4f3d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slow_43df {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .cold_8615 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .description_static_5bec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description_static_5bec .motion-f677 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tiny_5448 {
        font-size: 1.3rem;
    }
    
    .title-5416 {
        font-size: 0.7rem;
    }
    
    .component_smooth_5fff {
        flex-direction: column;
        gap: 10px;
    }
    
    .component_smooth_5fff .light-aa9f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .article_a111 {
        display: none;
    }
    
    .message_abc0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pressed-5261 {
        padding: 20px 10px;
    }
    
    .tertiary-hovered-f5a1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-over-667a,
    .widget-247b {
        padding: 15px;
    }
    
    .aside-fresh-a4e7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .item_175b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .video_new_95c6 {
        padding: 30px 10px;
    }
    
    .mini_0e40 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside_gas_0426 {
        padding: 20px 15px;
    }
    
    .content_over_0153 {
        font-size: 2rem;
    }
    
    .aside_gas_0426 h3 {
        font-size: 1.1rem;
    }
    
    .aside_gas_0426 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .outline_light_1cb2 {
        padding: 20px 10px;
    }
    
    .west_9364 h2 {
        font-size: 1.3rem;
    }
    
    .last_5152 {
        font-size: 0.9rem;
    }
    
    .background-mini-c965 h3 {
        font-size: 1.1rem;
    }
    
    .background-mini-c965 p {
        font-size: 0.9rem;
    }
    
    .prev-44f0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .large_85f0 {
        grid-template-columns: 1fr;
    }
    
    .narrow-1956 {
        font-size: 0.85rem;
    }
    
    .sort-888f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-6e28 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .short-6e28 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header-1ea4 {
        padding: 30px 10px;
    }
    
    .clean-c8eb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info_a30a {
        padding: 15px 10px;
    }
    
    .info_a30a h4 {
        font-size: 0.9rem;
    }
    
    .info_a30a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gold-7337 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .link_slow_0390 {
        padding: 30px 10px;
    }
    
    .footer-0706 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood-5a74 {
        padding: 15px;
    }
    
    .tertiary_complex_ea6b {
        font-size: 0.9rem;
    }
    
    .secondary-plasma-9861 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary-plasma-9861 .down_6f8d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gallery_f5fa {
        padding: 30px 10px;
    }
    
    .gallery_f5fa h2 {
        font-size: 1.2rem;
    }
    
    .border-c434 {
        gap: 10px;
    }
    
    .list-stone-a275 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .list-stone-a275 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .texture-easy-3506 {
        padding: 30px 10px;
    }
    
    .texture-easy-3506 h2 {
        font-size: 1.2rem;
    }
    
    .stone-dee1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white_134a {
        padding: 15px 10px;
    }
    
    .white_134a h4 {
        font-size: 0.85rem;
    }
    
    .white_134a p {
        font-size: 0.75rem;
    }
    
    .silver-7c37 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .sort-7f08 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .surface_0642 {
        padding: 20px 10px;
    }
    
    .border-bronze-7f05 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accent-7529,
    .bottom-73b4,
    .right-adf6 {
        width: 100%;
    }
    
    .accent-7529 h3 {
        font-size: 1.1rem;
    }
    
    .accent-7529 p {
        font-size: 0.8rem;
    }
    
    .badge_aba9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .aside-copper-c1dd {
        padding: 30px 15px;
    }
    
    .aside-copper-c1dd h2 {
        font-size: 1.3rem;
    }
    
    .aside-copper-c1dd p {
        font-size: 0.85rem;
    }
    
    .stale-53fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale-53fb .light-aa9f {
        width: 100%;
    }
    
    .stale-22e5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .in_7481 {
        padding: 30px 15px;
    }
    
    .component_new_7407 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .badge-f7fe {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .media-ded5 h4 {
        font-size: 0.9rem;
    }
    
    .media-ded5 a {
        font-size: 0.8rem;
    }
    
    .item-5dce {
        font-size: 0.8rem;
    }
    
    .layout_lite_ab15 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .tiny-8445 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table_91d1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8203 */
.promo-block-g2 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
