/* Inner Page Styles */

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

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

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

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

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

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

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

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

.nav_453b .content_73a9:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_red_df9f.fn-active-bf9c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-soft-4086 {
    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%;
}

.tertiary-soft-4086 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 */
.full_120b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.button-9d95:hover::before {
    left: 100%;
}

.button-9d95 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;
}

.button-9d95 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;
}

.button-9d95 .detail_selected_1304 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button-9d95 .detail_selected_1304:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.light-2bc4 {
    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);
}

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

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

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

.overlay-6a9a {
    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);
}

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

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

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

.overlay-6a9a .detail_selected_1304 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.overlay-6a9a .detail_selected_1304:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dirty_8630 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dirty_8630 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dirty_8630 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .nav_453b {
        justify-content: center;
    }
    
    .warm-bc38 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .form_96f5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cool-05e3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_left_c51a {
        padding: var(--md-spacing-md);
    }
    
    .highlight-6c37 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary-soft-4086 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .overlay-6a9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .thick_550f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_left_c51a {
        padding: var(--md-spacing-sm);
    }
    
    .solid_83a8 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-soft-4086 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.solid_83a8,
.tertiary-soft-4086,
.overlay-6a9a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.highlight-in-6eb7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.orange_64db {
    font-size: 1.5rem;
}

.main-5b83 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .highlight-in-6eb7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .title_9e42 {
        margin-left: 0;
    }
}

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

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

.mask-38e5 {
    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;
}

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

.mask-38e5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.mask-38e5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.component_static_5b59 {
    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_static_5b59 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.dropdown-current-b933 {
    text-align: center;
    margin-bottom: 30px;
}

.detail-fixed-3d9a {
    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;
}

.detail-fixed-3d9a.icon_top_7e6a .active_ab01 {
    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); }
}

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

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

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

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

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

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

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

.item-green-c3a6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.out_4bda.texture_94f8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.out_4bda.chip-mini-74dc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.out_4bda.west_ea95::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.out_4bda.gallery_d9b3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.disabled-advanced-b2bf {
    font-size: 1.2rem;
}

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

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

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

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

.smooth_c646.component-08dd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth_c646.fn-active-bf9c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.focus-022d {
    color: #666;
    font-size: 0.8rem;
}

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

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

.heading-dynamic-ede6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.background-bottom-900a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.icon_fresh_ab49 { border-top: 3px solid #00ccff; }
.advanced-58e3 { border-top: 3px solid #00ff88; }
.hovered-535d { border-top: 3px solid #d4af37; }
.purple_9bfb { border-top: 3px solid #ff6b6b; }
.widget_fast_d29a { border-top: 3px solid #8b5cf6; }

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

.outer_5976 {
    overflow-x: auto;
}

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

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

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

.header-bd3d td {
    color: #ccc;
}

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

.header-bd3d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.yellow-6b6f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop_dim_73a3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.content-black-bed1 {
    background: #0a0a0a;
    padding: 60px 0;
}

.alert-29a6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.article-focused-d2df {
    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;
}

.article-focused-d2df::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);
}

.bronze-661a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.wrapper-2f95 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.right-a207 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .search-dim-520c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.header-south-26ea strong {
    color: #fff;
    display: block;
}

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

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

.element-0105 .container-up-444c {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.soft-7b1e .glass_b5f0 {
    margin-bottom: 10px;
}

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

.soft-7b1e strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.image-purple-a39c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.form-simple-8257 {
    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;
}

.alert-iron-54b7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.alert-iron-54b7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.chip-clean-6ee7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.bright_921a a {
    color: #ff6b6b;
}

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

.menu-hot-c70d {
    max-width: 800px;
    margin: 0 auto;
}

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

.fast_2b74 {
    text-align: center;
}

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

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

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

.menu-hot-c70d > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.table-down-39b0 {
    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;
}

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

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

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

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

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

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

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

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

.element-84b5 {
    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;
}

.element-84b5.hover_thick_7679 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .cool-cb9e {
        flex-direction: column;
    }
    .stone-bbc8 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.surface-green-353f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.east_4f61 .frame_9c7b {
    color: #666;
    margin: 0 8px;
}

.east_4f61 .input_3020 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hidden-6b54 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.menu-motion-d2cd {
    font-size: 2rem;
}

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

.right-bdec strong {
    color: #d4af37;
}

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

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

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

.image_ed83 h3,
.panel-west-cbf1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.pattern-purple-23f9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.link-1c07 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.chip-basic-513c summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.chip-basic-513c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.prev_c611 strong {
    color: #d4af37;
}

.icon-aa3e {
    color: #aaa;
}

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

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

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

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

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

.card-paper-8c1a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-full-0f60 {
    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;
}

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

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

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

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

.sort_bronze_86f0 strong {
    color: #d4af37;
}

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

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

.text_clean_c445 strong {
    color: #00ff88;
}

.text_clean_c445 span {
    color: #d4af37;
}

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

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

.block-up-9bb1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .block-up-9bb1 {
        grid-template-columns: 1fr;
    }
}

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

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

.sort-paper-80c9 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-next-b5c4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.avatar-next-b5c4 li {
    margin-bottom: 5px;
}

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

.avatar-next-b5c4 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.pressed_2224 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.column-narrow-45c9 {
    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;
}

.column-narrow-45c9: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) {
    .column-narrow-45c9 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .column-narrow-45c9 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .preview-9bc8 {
        padding: 30px 15px;
    }
    
    .preview-9bc8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .silver-eae8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .image_faa0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav-light-8b20 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav-light-8b20 .panel-dim-051b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .stone_f92d {
        font-size: 1.3rem;
    }
    
    .media-bright-2d44 {
        font-size: 0.7rem;
    }
    
    .component_4358 {
        flex-direction: column;
        gap: 10px;
    }
    
    .component_4358 .detail_selected_1304 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tertiary_4dec {
        display: none;
    }
    
    .upper_3e38 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notification-south-e0c3 {
        padding: 20px 10px;
    }
    
    .block-up-9bb1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .glass-5b03,
    .cool-4f61 {
        padding: 15px;
    }
    
    .selected-af39 {
        flex-direction: column;
        gap: 5px;
    }
    
    .fresh_b516 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slider-b4d6 {
        padding: 30px 10px;
    }
    
    .under-b02f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary-47cd {
        padding: 20px 15px;
    }
    
    .link_c96a {
        font-size: 2rem;
    }
    
    .summary-47cd h3 {
        font-size: 1.1rem;
    }
    
    .summary-47cd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .detail-e2c0 {
        padding: 20px 10px;
    }
    
    .liquid-76af h2 {
        font-size: 1.3rem;
    }
    
    .hero-down-1210 {
        font-size: 0.9rem;
    }
    
    .form_c5d1 h3 {
        font-size: 1.1rem;
    }
    
    .form_c5d1 p {
        font-size: 0.9rem;
    }
    
    .last_fd23 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form-92fb {
        grid-template-columns: 1fr;
    }
    
    .sort_bronze_86f0 {
        font-size: 0.85rem;
    }
    
    .main-dirty-24b5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail-full-0f60 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .thumbnail-full-0f60 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header_8565 {
        padding: 30px 10px;
    }
    
    .up_c6d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_tiny_6dbb {
        padding: 15px 10px;
    }
    
    .description_tiny_6dbb h4 {
        font-size: 0.9rem;
    }
    
    .description_tiny_6dbb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .center_5215 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row-out-0f2f {
        padding: 30px 10px;
    }
    
    .caption-cool-6d75 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action-b9e7 {
        padding: 15px;
    }
    
    .focus_pressed_c6cb {
        font-size: 0.9rem;
    }
    
    .popup-eeed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .popup-eeed .card-plasma-23ff {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .selected-129d {
        padding: 30px 10px;
    }
    
    .selected-129d h2 {
        font-size: 1.2rem;
    }
    
    .texture-8d76 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_d1b7 {
        padding: 15px 10px;
    }
    
    .logo_d1b7 h4 {
        font-size: 0.85rem;
    }
    
    .logo_d1b7 p {
        font-size: 0.75rem;
    }
    
    .under_6a1b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .purple-6858 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .input-7dc5 {
        padding: 20px 10px;
    }
    
    .chip-clean-6ee7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .heading_focused_5d6e,
    .green_8742,
    .bright_921a {
        width: 100%;
    }
    
    .heading_focused_5d6e h3 {
        font-size: 1.1rem;
    }
    
    .heading_focused_5d6e p {
        font-size: 0.8rem;
    }
    
    .dynamic-d917 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element_pressed_170a {
        padding: 30px 15px;
    }
    
    .element_pressed_170a h2 {
        font-size: 1.3rem;
    }
    
    .element_pressed_170a p {
        font-size: 0.85rem;
    }
    
    .down-fdbe {
        flex-direction: column;
        gap: 10px;
    }
    
    .down-fdbe .detail_selected_1304 {
        width: 100%;
    }
    
    .dim_3794 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .new-c05b {
        padding: 30px 10px;
    }
    
    .new-c05b h3 {
        font-size: 1.2rem;
    }
    
    .aside-paper-aa21 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay-6a9a {
        padding: 15px 10px;
    }
    
    .overlay-6a9a h4 {
        font-size: 0.85rem;
    }
    
    .overlay-6a9a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture-448c {
        padding: 30px 15px;
    }
    
    .border_in_d71f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slider_new_65d8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .info_b4a0 h4 {
        font-size: 0.9rem;
    }
    
    .info_b4a0 a {
        font-size: 0.8rem;
    }
    
    .notification-ff23 {
        font-size: 0.8rem;
    }
    
    .module_0f8a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .icon_tall_f745 {
        padding: 8px 10px;
    }
    
    .focused-6449 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .east-8f56 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focused-6449 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .east-8f56 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 21a5 */
.phantom-card-x7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
