/* Inner Page Styles */

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

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

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

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

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

.message_full_081f .message-47b4 {
    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;
}

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

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

.message_full_081f .message-47b4:hover::before {
    left: 100%;
}

.message_full_081f .message-47b4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.texture-04b5 {
    color: var(--casino-gold-light);
}

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

.texture-04b5 a:hover {
    color: var(--casino-gold-light);
}

.texture-04b5.fn-active-07fc {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-40c9 {
    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%;
}

.label-40c9 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 */
.heading_tiny_2061 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.lite_9c64 .tabs-steel-e48a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.lite_9c64 .tabs-steel-e48a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.info_45a8 .tabs-steel-e48a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.info_45a8 .tabs-steel-e48a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice_3092 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice_3092 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice_3092 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .message_full_081f {
        justify-content: center;
    }
    
    .table_focused_6be2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .badge-8e7a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .card_pink_90d9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .surface_mini_cdc7 {
        padding: var(--md-spacing-md);
    }
    
    .prev_fb58 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label-40c9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .info_45a8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .label_glass_f51e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .surface_mini_cdc7 {
        padding: var(--md-spacing-sm);
    }
    
    .component-simple-d50a {
        padding: var(--md-spacing-md);
    }
    
    .label-40c9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component-simple-d50a,
.label-40c9,
.info_45a8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.left_49b4 {
    font-size: 1.5rem;
}

.caption_dirty_e6bf strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .hero-plasma-4b81 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .breadcrumb_dynamic_8745 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row_gold_9367 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.banner_eae2.mask-fixed-2109 .column-bottom-7d82 {
    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); }
}

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

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

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

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

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

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

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

.card-af95 {
    font-size: 1.2rem;
}

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

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

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

.background-over-8068 {
    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;
}

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

.background-over-8068.sidebar-west-1312::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.background-over-8068.link-c7af::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background-over-8068.medium-2f0b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.background-over-8068.backdrop_west_bbfe::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.card_warm_bfc0 {
    font-size: 1.2rem;
}

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

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

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

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

.hovered_e65d.purple-f00f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hovered_e65d.fn-active-07fc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.picture-dc4a {
    color: #666;
    font-size: 0.8rem;
}

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

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

.hidden-smooth-fded {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.tall-74c5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.dynamic-b424.table-8aff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.plasma-44f2 { border-top: 3px solid #00ccff; }
.avatar_7c63 { border-top: 3px solid #00ff88; }
.banner-fixed-eccd { border-top: 3px solid #d4af37; }
.texture_7f7d { border-top: 3px solid #ff6b6b; }
.hero_acc7 { border-top: 3px solid #8b5cf6; }

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

.list_258f {
    overflow-x: auto;
}

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

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

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

.outer_6b9d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.photo-slow-2501 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.iron-49ae {
    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;
}

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

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

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

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

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

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

.form_116d {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.new-5b2a {
    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;
}

.new-5b2a::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);
}

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

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

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

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

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

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

.out_8306 {
    font-size: 1.5rem;
}

.panel-orange-342f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.photo-green-d043 strong {
    color: #fff;
    display: block;
}

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

.outline-static-5838 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.tertiary-soft-a825 .link-9f1a {
    margin-bottom: 10px;
}

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

.tertiary-soft-a825 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-pro-0a75 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.shade-7a89 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.under-980a {
    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;
}

.shade-7a89 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.message_hovered_728b a {
    color: #ff6b6b;
}

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

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

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

.middle_00e2 {
    text-align: center;
}

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

.middle_00e2 .gallery-smooth-a43c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.hero-huge-d3a1 {
    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;
}

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

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

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

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

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

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

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

.primary-dark-58eb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.summary-c0cc.table-8aff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .primary-dark-58eb {
        flex-direction: column;
    }
    .badge_c4af {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.liquid-8c23 .message_2a3a {
    color: #666;
    margin: 0 8px;
}

.liquid-8c23 .border-e5bc {
    color: #ff6b6b;
    text-decoration: line-through;
}

.widget-wide-bf3a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.row-copper-8941 {
    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;
}

.wrapper-b360 {
    font-size: 2rem;
}

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

.nav-8385 strong {
    color: #d4af37;
}

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

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

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

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

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

.old-4ebd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.overlay-fixed-8266 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bottom_6f20 strong {
    color: #00ff88;
}

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

.dropdown-17dc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.summary_abc0 h3,
.nav-basic-d0f9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.column-green-4ee3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.large-5083 strong {
    color: #d4af37;
}

.active-a4aa {
    color: #aaa;
}

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

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

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

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

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

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

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

.message-old-4519:last-child {
    border-bottom: none;
}

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

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

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

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

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

.banner-a2b8 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;
}

.banner-a2b8 li strong {
    color: #00ff88;
}

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

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

.up-8a93 {
    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;
}

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

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

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

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

.table_next_5d8e strong {
    color: #d4af37;
}

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

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

.text_2234 strong {
    color: #00ff88;
}

.text_2234 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.sidebar-static-675d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.accordion-smooth-f5a0 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.heading-small-271c {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-004d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-004d li {
    margin-bottom: 5px;
}

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

.detail-004d a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.fresh_7ad7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .caption-center-ab4b {
        flex-direction: column;
    }
    
    .table_wide_5606 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .item_static_d660 {
        padding: 30px 15px;
    }
    
    .item_static_d660 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown_3948 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lower-3a31 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .active-3e92 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active-3e92 .gas-ce44 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .huge-2ed0 {
        font-size: 1.3rem;
    }
    
    .preview_814c {
        font-size: 0.7rem;
    }
    
    .small-11aa {
        flex-direction: column;
        gap: 10px;
    }
    
    .small-11aa .tabs-steel-e48a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown-3c1d {
        display: none;
    }
    
    .red_1fba {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .column-bronze-9370 {
        padding: 20px 10px;
    }
    
    .orange-b2a5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-motion-6683,
    .aside_medium_44ac {
        padding: 15px;
    }
    
    .accordion-smooth-f5a0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .motion_ba89 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focused_7214 {
        padding: 30px 10px;
    }
    
    .primary-complex-111b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_0c5f {
        padding: 20px 15px;
    }
    
    .description-cool-a8f9 {
        font-size: 2rem;
    }
    
    .label_0c5f h3 {
        font-size: 1.1rem;
    }
    
    .label_0c5f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .popup_b617 {
        padding: 20px 5px;
    }
    
    .popup_b617 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notification-steel-5634 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .outer_6b9d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .outer_6b9d th,
    .outer_6b9d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .middle-3b33 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .alert-c0b0 {
        padding: 20px 10px;
    }
    
    .huge_d162 h2 {
        font-size: 1.3rem;
    }
    
    .cold-9472 {
        font-size: 0.9rem;
    }
    
    .message-old-4519 h3 {
        font-size: 1.1rem;
    }
    
    .message-old-4519 p {
        font-size: 0.9rem;
    }
    
    .banner-a2b8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .image_hard_e452 {
        grid-template-columns: 1fr;
    }
    
    .table_next_5d8e {
        font-size: 0.85rem;
    }
    
    .focus_1a50 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up-8a93 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .up-8a93 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .next-f0ef {
        padding: 30px 10px;
    }
    
    .next-94d3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component_large_627a {
        padding: 15px 10px;
    }
    
    .component_large_627a h4 {
        font-size: 0.9rem;
    }
    
    .component_large_627a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accordion-7339 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .next-94d3 {
        grid-template-columns: 1fr;
    }
    
    .component_large_627a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accordion-441b {
        padding: 30px 10px;
    }
    
    .slider_7a5d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright-5941 {
        padding: 15px;
    }
    
    .avatar_focused_3927 {
        font-size: 0.9rem;
    }
    
    .media-be22 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-be22 .silver-ef13 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .notice-8ff7 {
        padding: 30px 10px;
    }
    
    .notice-8ff7 h2 {
        font-size: 1.2rem;
    }
    
    .over-5d6a {
        gap: 10px;
    }
    
    .caption-9fc7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .caption-9fc7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .cool-f343 {
        padding: 30px 10px;
    }
    
    .cool-f343 h2 {
        font-size: 1.2rem;
    }
    
    .aside-e7e4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-out-035e {
        padding: 15px 10px;
    }
    
    .icon-out-035e h4 {
        font-size: 0.85rem;
    }
    
    .icon-out-035e p {
        font-size: 0.75rem;
    }
    
    .background_a214 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .sort-easy-a645 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hovered_be90 {
        padding: 20px 10px;
    }
    
    .component-pro-0a75 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .red_6292,
    .shade-7a89,
    .message_hovered_728b {
        width: 100%;
    }
    
    .red_6292 h3 {
        font-size: 1.1rem;
    }
    
    .red_6292 p {
        font-size: 0.8rem;
    }
    
    .under-980a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mini_315a {
        padding: 30px 15px;
    }
    
    .mini_315a h2 {
        font-size: 1.3rem;
    }
    
    .mini_315a p {
        font-size: 0.85rem;
    }
    
    .title_black_1112 {
        flex-direction: column;
        gap: 10px;
    }
    
    .title_black_1112 .tabs-steel-e48a {
        width: 100%;
    }
    
    .border-a6ee {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .current-70be {
        padding: 30px 15px;
    }
    
    .basic-f155 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .east_487d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .red-717a h4 {
        font-size: 0.9rem;
    }
    
    .red-717a a {
        font-size: 0.8rem;
    }
    
    .copper-efd6 {
        font-size: 0.8rem;
    }
    
    .full-5682 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .under-9c85 {
        padding: 8px 10px;
    }
    
    .thick-33c9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .in_a5f2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick-33c9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .in_a5f2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5f2e */
.widget-item-r7 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
