/* Inner Page Styles */

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

.left-669f 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);
}

.left-669f 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);
}

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

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

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

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

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

.light_8b0f .bright_7c58:hover::before {
    left: 100%;
}

.light_8b0f .bright_7c58:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.narrow-63d6 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-cf81.fn-active-e036 {
    color: var(--casino-gold-light);
}

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

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

.border-57c8 {
    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);
}

.border-57c8 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);
}

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

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

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

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

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

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

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

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

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

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

.caption-013d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.over-d824:hover::before {
    left: 100%;
}

.over-d824 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;
}

.over-d824 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;
}

.over-d824 .tag-1ca2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.over-d824 .tag-1ca2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.progress-black-9a9b {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.prev-7208 .tag-1ca2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.prev-7208 .tag-1ca2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .left-669f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .left-669f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .left-669f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .light_8b0f {
        justify-content: center;
    }
    
    .wrapper_dynamic_6314 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .glass_f130 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .black_d004 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border-57c8 {
        padding: var(--md-spacing-md);
    }
    
    .wood_2f95 {
        padding: var(--md-spacing-md) 0;
    }
    
    .selected-e761 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .prev-7208 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pressed-dccc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border-57c8 {
        padding: var(--md-spacing-sm);
    }
    
    .bright-15f4 {
        padding: var(--md-spacing-md);
    }
    
    .selected-e761 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bright-15f4,
.selected-e761,
.prev-7208 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.sort-d7e9 {
    font-size: 1.5rem;
}

.gas_7b1d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .huge-3758 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .brown_72df {
        margin-left: 0;
    }
}

/* Main Content Compact */
.hard-4488 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.component_6966 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.form-dim-131f {
    text-align: center;
    margin-bottom: 30px;
}

.filter-yellow-52ff {
    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;
}

.filter-yellow-52ff.frame_orange_0e66 .overlay-40f9 {
    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); }
}

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

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

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

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

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

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

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

.disabled-5d74 {
    font-size: 1.2rem;
}

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

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

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

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

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

.filter-complex-b109.article-outer-17fd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.filter-complex-b109.accent-smooth-f6df::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter-complex-b109.accordion_6302::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.filter-complex-b109.list-6e37::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.cold_9342 {
    font-size: 1.2rem;
}

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

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

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

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

.grid_right_734f.detail-edbf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid_right_734f.fn-active-e036 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification-light-638b {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.input-purple-b27a {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

.pagination-smooth-978b {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.chip_new_1a4e { border-top: 3px solid #00ccff; }
.steel_d372 { border-top: 3px solid #00ff88; }
.notice_415b { border-top: 3px solid #d4af37; }
.last_4321 { border-top: 3px solid #ff6b6b; }
.tabs_b544 { border-top: 3px solid #8b5cf6; }

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

.list_soft_7d9b {
    overflow-x: auto;
}

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

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

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

.progress_focused_c242 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.image-lite-2b60 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.link-short-8ce8 {
    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;
}

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

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

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

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

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

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

.inner_38e5 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.simple-20e6 {
    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;
}

.simple-20e6::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);
}

.outer-6f05 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.down-665d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.complex_0bee {
    font-size: 1.5rem;
}

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

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

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

.progress-stale-e702 {
    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;
}

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

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

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

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

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

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

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

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

.tag_6241 .next_1dce {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.container-current-692f {
    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;
}

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

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

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

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

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

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

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

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

.status-stone-4582 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.breadcrumb_west_7141 a {
    color: #ff6b6b;
}

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

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

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

.photo-stone-49d5 {
    text-align: center;
}

.photo-stone-49d5 .dropdown-b7b6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.photo-stone-49d5 .status-tiny-71ae {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-298c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.next-7fc1.accordion_c453 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .hero-6765 {
        flex-direction: column;
    }
    .breadcrumb-e973 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.banner-right-2cde .hard_88f6 {
    color: #666;
    margin: 0 8px;
}

.banner-right-2cde .media-gas-c698 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.mini-00b2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.logo-ab96 {
    font-size: 2rem;
}

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

.main_dirty_119e strong {
    color: #d4af37;
}

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

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

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

.tooltip_4750 h3,
.carousel-motion-c2ef h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.texture-fresh-2ee7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.notification-static-9024 strong {
    color: #d4af37;
    margin-right: 8px;
}

.header-in-466f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.large_97f8 strong {
    color: #00ff88;
}

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

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

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

.tooltip-up-84c4 h3,
.small-3dea h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.light_bbc8 strong {
    color: #d4af37;
}

.gradient_7897 {
    color: #aaa;
}

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

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

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

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

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

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

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

.texture-under-946f:last-child {
    border-bottom: none;
}

.texture-under-946f h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.texture-under-946f p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.popup-ab79 strong {
    color: #d4af37;
}

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

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

.thick_0024 strong {
    color: #00ff88;
}

.thick_0024 span {
    color: #d4af37;
}

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

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

.preview-5f47 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.dim-7ad6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.wrapper-stone-4cc7 {
    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);
}

.red-411d {
    color: #999;
    font-size: 0.85rem;
}

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

.highlight-left-99c7 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-3b2f li {
    margin-bottom: 5px;
}

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

.list-3b2f a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.carousel-983d strong {
    color: #00ff88;
}

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

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

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

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

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

.box-282e {
    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;
}

.status-stone-4582 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .down-7b5d {
        padding: 30px 15px;
    }
    
    .down-7b5d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink-f0a9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu_fixed_02f7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .chip_center_a0ec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip_center_a0ec .static_e1ea {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pagination_0894 {
        font-size: 1.3rem;
    }
    
    .section-e731 {
        font-size: 0.7rem;
    }
    
    .bottom-dc54 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bottom-dc54 .tag-1ca2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .stone_3ec2 {
        display: none;
    }
    
    .mini_3c2d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .box_945d {
        padding: 20px 10px;
    }
    
    .preview-5f47 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .banner-brown-5391,
    .highlight-left-99c7 {
        padding: 15px;
    }
    
    .dim-7ad6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wrapper-stone-4cc7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .nav_in_4f4a {
        padding: 30px 10px;
    }
    
    .filter_25cd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_ce74 {
        padding: 20px 15px;
    }
    
    .slider-brown-eb0c {
        font-size: 2rem;
    }
    
    .dropdown_ce74 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown_ce74 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .primary-208c {
        padding: 20px 10px;
    }
    
    .in-7e5d h2 {
        font-size: 1.3rem;
    }
    
    .carousel-small-e3ab {
        font-size: 0.9rem;
    }
    
    .texture-under-946f h3 {
        font-size: 1.1rem;
    }
    
    .texture-under-946f p {
        font-size: 0.9rem;
    }
    
    .accent_fluid_942a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .complex_fd97 {
        grid-template-columns: 1fr;
    }
    
    .popup-ab79 {
        font-size: 0.85rem;
    }
    
    .paragraph-bottom-7933 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_lite_120c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_lite_120c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .action-8569 {
        padding: 30px 10px;
    }
    
    .picture-1d69 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .copper_b493 {
        padding: 15px 10px;
    }
    
    .copper_b493 h4 {
        font-size: 0.9rem;
    }
    
    .copper_b493 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fresh_7f15 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dim_9a22 {
        padding: 30px 10px;
    }
    
    .brown-370d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-basic-7e04 {
        padding: 15px;
    }
    
    .row_prev_6c15 {
        font-size: 0.9rem;
    }
    
    .aside-58f0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-58f0 .west-c9e0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail-fd7a {
        padding: 30px 10px;
    }
    
    .thumbnail-fd7a h2 {
        font-size: 1.2rem;
    }
    
    .nav_4ae7 {
        gap: 10px;
    }
    
    .blue_834e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .blue_834e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .preview_24e7 {
        padding: 30px 10px;
    }
    
    .preview_24e7 h2 {
        font-size: 1.2rem;
    }
    
    .summary_pro_31fa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_5cca {
        padding: 15px 10px;
    }
    
    .media_5cca h4 {
        font-size: 0.85rem;
    }
    
    .media_5cca p {
        font-size: 0.75rem;
    }
    
    .lower_1229 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .icon-a712 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sort_simple_de70 {
        padding: 20px 10px;
    }
    
    .detail_2c1e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .slow_cdaf,
    .wrapper_smooth_5d66,
    .breadcrumb_west_7141 {
        width: 100%;
    }
    
    .slow_cdaf h3 {
        font-size: 1.1rem;
    }
    
    .slow_cdaf p {
        font-size: 0.8rem;
    }
    
    .dirty_b572 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fast_4229 {
        padding: 30px 15px;
    }
    
    .fast_4229 h2 {
        font-size: 1.3rem;
    }
    
    .fast_4229 p {
        font-size: 0.85rem;
    }
    
    .copper_c2eb {
        flex-direction: column;
        gap: 10px;
    }
    
    .copper_c2eb .tag-1ca2 {
        width: 100%;
    }
    
    .photo-9f89 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .module-outer-8521 {
        padding: 30px 15px;
    }
    
    .menu-inner-b283 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .chip-9161 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notification-hard-6be7 h4 {
        font-size: 0.9rem;
    }
    
    .notification-hard-6be7 a {
        font-size: 0.8rem;
    }
    
    .fast-5d36 {
        font-size: 0.8rem;
    }
    
    .block_47ce p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .medium-87b1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel_full_8588 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 58e6 */
.ghost-box-s2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
