/* Inner Page Styles */

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

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

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

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

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

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

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

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

.tabs_b47d .info_motion_14f3:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.banner-blue-9a47 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.tabs-new-8925 {
    color: var(--casino-gold-light);
}

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

.tabs-new-8925 a:hover {
    color: var(--casino-gold-light);
}

.tabs-new-8925.fn-active-9436 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-92db {
    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%;
}

.caption-92db 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 */
.shade-3f07 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shade-3f07 li {
    margin-bottom: var(--md-spacing-xs);
}

.shade-3f07 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);
}

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

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

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

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

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

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

.alert_fresh_21c5 .search-short-e26e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.alert_fresh_21c5 .search-short-e26e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.primary-6eb8 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.fixed_c23c .search-short-e26e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.fixed_c23c .search-short-e26e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .title_under_2284 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .title_under_2284 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .title_under_2284 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tabs_b47d {
        justify-content: center;
    }
    
    .cool-ab86 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .middle-f88f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .down-befb {
        padding: var(--md-spacing-md) 0;
    }
    
    .bottom-e139 {
        padding: var(--md-spacing-md);
    }
    
    .carousel_2164 {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption-92db {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fixed_c23c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .component_middle_9c82 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .bottom-e139 {
        padding: var(--md-spacing-sm);
    }
    
    .gallery_static_5584 {
        padding: var(--md-spacing-md);
    }
    
    .caption-92db {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gallery_static_5584,
.caption-92db,
.fixed_c23c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.description_c4ce {
    font-size: 1.5rem;
}

.header-88f8 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hover-0358 {
    padding: 30px 0;
}

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

.status-942a {
    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;
}

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

.status-942a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.status-942a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.complex_e675 strong {
    color: #00ff88;
}

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

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

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

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

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

.description-selected-941b::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;
}

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

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

.over_9d73.dim-3750 .rough-c9f9 {
    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); }
}

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

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

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

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

.glass-7c46 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;
}

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

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

.huge_4fd8 {
    font-size: 1.2rem;
}

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

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

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

.row-13f0 {
    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;
}

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

.row-13f0.chip_101d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row-13f0.glass_88bc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-13f0.text_dynamic_9751::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row-13f0.tertiary-glass-6210::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.label-1f6c {
    font-size: 1.2rem;
}

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

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

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

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

.avatar_2e8e.button-1a30 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar_2e8e.fn-active-9436 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.carousel-de33 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.white_d768.thumbnail-in-4397 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.breadcrumb-prev-6fb5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.background_2b1b { border-top: 3px solid #00ccff; }
.last_ac2e { border-top: 3px solid #00ff88; }
.progress_07a6 { border-top: 3px solid #d4af37; }
.pressed-d5c4 { border-top: 3px solid #ff6b6b; }
.huge-6baf { border-top: 3px solid #8b5cf6; }

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

.badge-6464 {
    overflow-x: auto;
}

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

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

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

.bright-1f50 td {
    color: #ccc;
}

.bright-1f50 .surface_ba6a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.bright-1f50 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.highlight-68df {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.progress-huge-2a8b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.white-28c4 {
    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;
}

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

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

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

.pagination_f6d0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.aside-silver-44fe {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel_e3e1 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container_prev_215b .tertiary-abe9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.purple-4a80 {
    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;
}

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

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

.tooltip-glass-c4aa {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-small-785a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.row-small-785a span {
    color: #666;
    font-size: 0.8rem;
}

.row-small-785a a {
    color: #ff6b6b;
}

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

.form-3c2b {
    max-width: 800px;
    margin: 0 auto;
}

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

.hover-34df {
    text-align: center;
}

.hover-34df .stale-96c5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hover-34df .progress_cool_bd34 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.form-3c2b > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.wrapper-74fa {
    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;
}

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

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

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

.card-small-de2c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.item_hot_e493.thumbnail-in-4397 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .tooltip-4296 {
        flex-direction: column;
    }
    .feature-lower-fdac {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.wood_ce0e .content-c2cf {
    color: #666;
    margin: 0 8px;
}

.wood_ce0e .pattern-inner-a255 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.detail_light_b3c1 {
    font-size: 2rem;
}

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

.tag_bronze_2914 strong {
    color: #d4af37;
}

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

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

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

.background-right-2ab7 h3,
.hard_4aae h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.menu-dim-e733 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.detail_center_74a3 strong {
    color: #00ff88;
}

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

.status-under-37ca {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .status-under-37ca {
        grid-template-columns: 1fr;
    }
}

.overlay-efe4 h3,
.action-9054 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.breadcrumb-bronze-3787 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.card_fe00 strong {
    color: #d4af37;
}

.steel-4bac {
    color: #aaa;
}

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

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

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

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

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

.image-fast-9ed8 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.shade-smooth-acc2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.shade-smooth-acc2 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;
}

.shade-smooth-acc2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.photo_567d strong {
    color: #d4af37;
}

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

.accent-hard-a712 {
    color: #888;
    font-size: 0.9rem;
}

.accent-hard-a712 strong {
    color: #00ff88;
}

.accent-hard-a712 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-825c {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-d230 li {
    margin-bottom: 5px;
}

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

.accent-d230 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.breadcrumb-action-570a {
    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;
}

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

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

.border_liquid_6c11 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.first-59e5 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .green_cb22 {
        padding: 30px 15px;
    }
    
    .green_cb22 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cold-0bf6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .detail-under-ebee {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hidden-out-621c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hidden-out-621c .bright_3519 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress-gold-bf24 {
        font-size: 1.3rem;
    }
    
    .thumbnail-purple-628b {
        font-size: 0.7rem;
    }
    
    .glass_6591 {
        flex-direction: column;
        gap: 10px;
    }
    
    .glass_6591 .search-short-e26e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid_52e5 {
        display: none;
    }
    
    .title-0ce8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outline_bronze_ecf2 {
        padding: 20px 10px;
    }
    
    .description_yellow_bdf5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading-dcc8,
    .notice_wide_15fb {
        padding: 15px;
    }
    
    .stale_be1d {
        flex-direction: column;
        gap: 5px;
    }
    
    .solid_8099 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .button-static-21a6 {
        padding: 30px 10px;
    }
    
    .white-90c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component-lite-98cc {
        padding: 20px 15px;
    }
    
    .out-08ec {
        font-size: 2rem;
    }
    
    .component-lite-98cc h3 {
        font-size: 1.1rem;
    }
    
    .component-lite-98cc p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-pro-417e {
        padding: 20px 5px;
    }
    
    .modal-pro-417e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .info-2bf4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .bright-1f50 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .bright-1f50 th,
    .bright-1f50 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .west-e05d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sort_0f5d {
        padding: 20px 10px;
    }
    
    .message-42b1 h2 {
        font-size: 1.3rem;
    }
    
    .summary-full-05c8 {
        font-size: 0.9rem;
    }
    
    .title_fixed_310a h3 {
        font-size: 1.1rem;
    }
    
    .title_fixed_310a p {
        font-size: 0.9rem;
    }
    
    .shade-smooth-acc2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .complex-116c {
        grid-template-columns: 1fr;
    }
    
    .photo_567d {
        font-size: 0.85rem;
    }
    
    .preview-71c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress_fresh_d55f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress_fresh_d55f strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mask_aaa5 {
        padding: 30px 10px;
    }
    
    .container_complex_943e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_bronze_7998 {
        padding: 15px;
    }
    
    .summary_bc58 {
        font-size: 0.9rem;
    }
    
    .gas_c30b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas_c30b .message-9dbd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sort-7860 {
        padding: 30px 10px;
    }
    
    .sort-7860 h2 {
        font-size: 1.2rem;
    }
    
    .current_e504 {
        gap: 10px;
    }
    
    .brown-8423 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .brown-8423 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-8f00 {
        padding: 30px 10px;
    }
    
    .breadcrumb-8f00 h2 {
        font-size: 1.2rem;
    }
    
    .card-e0b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-6bbb {
        padding: 15px 10px;
    }
    
    .gas-6bbb h4 {
        font-size: 0.85rem;
    }
    
    .gas-6bbb p {
        font-size: 0.75rem;
    }
    
    .texture-stone-3ef8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade-hovered-2fb9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .copper_4fdf {
        padding: 20px 10px;
    }
    
    .accent-4476 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .row_9184,
    .warm_b944,
    .row-small-785a {
        width: 100%;
    }
    
    .row_9184 h3 {
        font-size: 1.1rem;
    }
    
    .row_9184 p {
        font-size: 0.8rem;
    }
    
    .icon_clean_a81b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .secondary-over-604b {
        padding: 30px 15px;
    }
    
    .secondary-over-604b h2 {
        font-size: 1.3rem;
    }
    
    .secondary-over-604b p {
        font-size: 0.85rem;
    }
    
    .active-999b {
        flex-direction: column;
        gap: 10px;
    }
    
    .active-999b .search-short-e26e {
        width: 100%;
    }
    
    .south-cb97 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .upper_8635 {
        padding: 30px 15px;
    }
    
    .message_1764 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .advanced-bdb7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .focus_c935 h4 {
        font-size: 0.9rem;
    }
    
    .focus_c935 a {
        font-size: 0.8rem;
    }
    
    .prev-53a1 {
        font-size: 0.8rem;
    }
    
    .center-c8f3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .input-8401 {
        padding: 8px 10px;
    }
    
    .silver_7b9d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .media-soft-ee3c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .silver_7b9d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .media-soft-ee3c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7784 */
.shadow-element-g4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
