/* Inner Page Styles */

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

.sidebar-west-e584 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);
}

.sidebar-west-e584 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);
}

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

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

.paragraph_bronze_4f05 .middle-7b75 {
    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;
}

.paragraph_bronze_4f05 .middle-7b75::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.paragraph_bronze_4f05 .middle-7b75:hover::before {
    left: 100%;
}

.paragraph_bronze_4f05 .middle-7b75:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-6253.fn-active-b465 {
    color: var(--casino-gold-light);
}

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

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

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

.gallery-middle-7e41 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-35ab:hover::before {
    left: 100%;
}

.filter-35ab 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;
}

.filter-35ab 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;
}

.filter-35ab .fast-3404 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.filter-35ab .fast-3404:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.modal-white-6ab7 {
    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);
}

.modal-white-6ab7:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.simple-03dd {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.simple-03dd .fast-3404 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.simple-03dd .fast-3404:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar-west-e584 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar-west-e584 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar-west-e584 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paragraph_bronze_4f05 {
        justify-content: center;
    }
    
    .paragraph_plasma_ef28 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .yellow_84af {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fast_c7c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery-middle-7e41 {
        padding: var(--md-spacing-md);
    }
    
    .iron-4788 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-3667 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .simple-03dd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .huge_3696 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery-middle-7e41 {
        padding: var(--md-spacing-sm);
    }
    
    .east-6ebb {
        padding: var(--md-spacing-md);
    }
    
    .progress-3667 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.east-6ebb,
.progress-3667,
.simple-03dd {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hover-2528 {
    font-size: 1.5rem;
}

.input_wide_5afa strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .notice-214f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .outline_pressed_3dc5 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_static_f8e7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.card-hard-2f01 {
    text-align: center;
    margin-bottom: 30px;
}

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

.image_42f2.bronze_7f0d .surface-narrow-f1af {
    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); }
}

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

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

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

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

.mask-hard-0520 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;
}

.mask-hard-0520 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);
}

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

.first-3eb2 {
    font-size: 1.2rem;
}

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

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

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

.action-97ba {
    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;
}

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

.action-97ba.section-5c92::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.action-97ba.thumbnail-ddcd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.action-97ba.footer-motion-2843::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.action-97ba.purple_4ae9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.card-red-18b4 {
    font-size: 1.2rem;
}

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

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

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

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

.modal_9309.article_cfb1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.modal_9309.fn-active-b465 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.description-slow-e619 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.action-12d0 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.stone-ce79 { border-top: 3px solid #00ccff; }
.slow-8759 { border-top: 3px solid #00ff88; }
.short_8f5e { border-top: 3px solid #d4af37; }
.image_e586 { border-top: 3px solid #ff6b6b; }
.card-01f5 { border-top: 3px solid #8b5cf6; }

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

.surface_brown_d727 {
    overflow-x: auto;
}

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

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

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

.focused_5d30 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.block-607f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.north-8c88 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pagination_3311 {
    font-size: 2rem;
}

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

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

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

.button-plasma-7bea {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .button-plasma-7bea::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.complex_767e {
    font-size: 1.5rem;
}

.secondary-narrow-fdc8 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.sort-45f1 {
    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;
}

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

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

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

.component-578a strong {
    color: #fff;
    display: block;
}

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

.article-97de {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.north-d2ab .inner-5711 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-4a21 {
    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;
}

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

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

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

.surface_next_329c a {
    color: #ff6b6b;
}

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

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

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

.feature-a97d {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.accordion-green-dbf0 {
    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;
}

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

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

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

.smooth-9f56 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .lower-93dc {
        flex-direction: column;
    }
    .soft-022f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.sort_a1e9 .secondary_52c1 {
    color: #666;
    margin: 0 8px;
}

.sort_a1e9 .notification_basic_7672 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.preview-top-63a2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.nav-lite-cfd2 {
    font-size: 2rem;
}

.card-selected-711e {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.card-selected-711e strong {
    color: #d4af37;
}

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

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

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

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

.section-last-eedb {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.panel-810f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.chip_1bad strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.active-5c4f {
    background: #0a0a0a;
    padding: 30px 0;
}

.hard-6d32 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.module-4b01 h3,
.component-67dc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.carousel-fresh-78c3 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.carousel-fresh-78c3 strong {
    color: #d4af37;
}

.old_c50a {
    color: #aaa;
}

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

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

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

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

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

.outline-5585 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-full-0514 strong {
    color: #d4af37;
}

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

.nav-down-5c1b {
    color: #888;
    font-size: 0.9rem;
}

.nav-down-5c1b strong {
    color: #00ff88;
}

.nav-down-5c1b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.gallery-hovered-c2e4 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.picture-22bd {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.picture-22bd li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.thick-0cfc li {
    margin-bottom: 5px;
}

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

.thick-0cfc a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.new-a429 {
    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-narrow-f40c {
    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;
}

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

.selected_2847 strong {
    color: #00ff88;
}

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

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

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

.paragraph-steel-3998 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.pressed-0e54 {
    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;
}

.element-hovered-3167 {
    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;
}

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

@media (max-width: 768px) {
    .paragraph-steel-3998 {
        flex-direction: column;
    }
    
    .pressed-0e54 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.widget-4a08 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .full_3150 {
        padding: 30px 15px;
    }
    
    .full_3150 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .medium_e77b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .box-tiny-6a72 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tag-middle-f265 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-middle-f265 .article_4094 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .warm_b68e {
        font-size: 1.3rem;
    }
    
    .badge-lower-2619 {
        font-size: 0.7rem;
    }
    
    .hidden-a4f7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden-a4f7 .fast-3404 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture-copper-204a {
        display: none;
    }
    
    .green-d908 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .background_c9e7 {
        padding: 20px 10px;
    }
    
    .action-ff9b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper-6ac9,
    .active-92b6 {
        padding: 15px;
    }
    
    .surface_6ea5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .slider_focused_0d1b {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tiny_34c9 {
        padding: 20px 10px;
    }
    
    .message-889c h2 {
        font-size: 1.3rem;
    }
    
    .hard_81da {
        font-size: 0.9rem;
    }
    
    .description_hard_f989 h3 {
        font-size: 1.1rem;
    }
    
    .description_hard_f989 p {
        font-size: 0.9rem;
    }
    
    .breadcrumb_f595 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .text_down_8f36 {
        grid-template-columns: 1fr;
    }
    
    .text-full-0514 {
        font-size: 0.85rem;
    }
    
    .logo_c76a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic-af10 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .basic-af10 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .sidebar-basic-6498 {
        padding: 30px 10px;
    }
    
    .footer_fcbc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_9408 {
        padding: 15px 10px;
    }
    
    .hidden_9408 h4 {
        font-size: 0.9rem;
    }
    
    .hidden_9408 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .component_b621 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .texture-stone-a4fb {
        padding: 30px 10px;
    }
    
    .hovered-5d87 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent_d818 {
        padding: 15px;
    }
    
    .surface-3e4b {
        font-size: 0.9rem;
    }
    
    .upper_7467 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .upper_7467 .gallery-9044 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .texture_ed47 {
        padding: 30px 10px;
    }
    
    .texture_ed47 h2 {
        font-size: 1.2rem;
    }
    
    .button_east_0914 {
        gap: 10px;
    }
    
    .hover-hard-dba9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hover-hard-dba9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .container_df99 {
        padding: 30px 10px;
    }
    
    .container_df99 h2 {
        font-size: 1.2rem;
    }
    
    .alert_a878 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim_118b {
        padding: 15px 10px;
    }
    
    .dim_118b h4 {
        font-size: 0.85rem;
    }
    
    .dim_118b p {
        font-size: 0.75rem;
    }
    
    .pressed_2fc9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal-orange-7b18 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .north_30fb {
        padding: 20px 10px;
    }
    
    .first-270b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .warm_2379,
    .surface_narrow_0655,
    .surface_next_329c {
        width: 100%;
    }
    
    .warm_2379 h3 {
        font-size: 1.1rem;
    }
    
    .warm_2379 p {
        font-size: 0.8rem;
    }
    
    .yellow-4a21 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element-8be3 {
        padding: 30px 15px;
    }
    
    .element-8be3 h2 {
        font-size: 1.3rem;
    }
    
    .element-8be3 p {
        font-size: 0.85rem;
    }
    
    .wrapper_8ff3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper_8ff3 .fast-3404 {
        width: 100%;
    }
    
    .description-complex-3b84 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .wrapper-red-af1d {
        padding: 30px 15px;
    }
    
    .card-2dbf {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort_wood_87fb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .background_gas_8e60 h4 {
        font-size: 0.9rem;
    }
    
    .background_gas_8e60 a {
        font-size: 0.8rem;
    }
    
    .feature-98c6 {
        font-size: 0.8rem;
    }
    
    .hot_056e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .column-advanced-6477 {
        padding: 8px 10px;
    }
    
    .border-2c2a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .red_6fad {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .border-2c2a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .red_6fad {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8378 */
.shadow-element-i1 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
