/* Inner Page Styles */

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

.avatar-9a19 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);
}

.avatar-9a19 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);
}

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

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

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

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

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

.active_ba28 .focused_8cce:hover::before {
    left: 100%;
}

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

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

.slider-gold-00d3 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-3dd1 {
    padding: var(--md-spacing-md) 0;
}

.north-d574 {
    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%;
}

.north-d574 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 */
.inner-92fc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-92fc li {
    margin-bottom: var(--md-spacing-xs);
}

.inner-92fc 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);
}

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

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

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

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

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

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

.gallery_dd1c .focused_fdb6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.gallery_dd1c .focused_fdb6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.basic_69f8 .focused_fdb6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.basic_69f8 .focused_fdb6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-9a19 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-9a19 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-9a19 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .active_ba28 {
        justify-content: center;
    }
    
    .slider-gold-00d3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph_b18d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel-under-edba {
        padding: var(--md-spacing-md) 0;
    }
    
    .media_full_9f78 {
        padding: var(--md-spacing-md);
    }
    
    .wide_27de {
        padding: var(--md-spacing-md) 0;
    }
    
    .north-d574 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .basic_69f8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .thumbnail_45fc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .media_full_9f78 {
        padding: var(--md-spacing-sm);
    }
    
    .link-2360 {
        padding: var(--md-spacing-md);
    }
    
    .north-d574 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link-2360,
.north-d574,
.basic_69f8 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.block-motion-3dc3::-webkit-scrollbar {
    width: 8px;
}

.block-motion-3dc3::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.block-motion-3dc3::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.block-motion-3dc3::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.chip-up-4974 {
    font-size: 1.5rem;
}

.in_1a3e strong {
    color: #00ff88;
}

.thumbnail-cold-2ec9 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .header-f941 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .thumbnail-cold-2ec9 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark-273b {
    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;
}

.border-dark-273b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.slow_5ec1.notification-hard-7d58 .fast_fb68 {
    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); }
}

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

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

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

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

.shadow-01e9 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;
}

.shadow-01e9 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);
}

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

.wide_3128 {
    font-size: 1.2rem;
}

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

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

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

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

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

.detail-4277.popup_orange_7022::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.detail-4277.gradient_bf2f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail-4277.east_c368::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.detail-4277.border-mini-09bf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.surface_slow_ea24 {
    font-size: 1.2rem;
}

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

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

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

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

.info-0e97.copper-5878 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-0e97.fn-active-f2ed { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.gradient-simple-2180 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.summary-next-91b1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.north-768a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.light_2371 { border-top: 3px solid #00ccff; }
.first_b62f { border-top: 3px solid #00ff88; }
.south_f00a { border-top: 3px solid #d4af37; }
.focus-d10c { border-top: 3px solid #ff6b6b; }
.simple-318f { border-top: 3px solid #8b5cf6; }

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

.pagination_old_a783 {
    overflow-x: auto;
}

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

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

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

.next-a426 td {
    color: #ccc;
}

.next-a426 .fixed_7ea6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.white-67f1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.content-prev-5de0 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

.cool-2b2d {
    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;
}

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

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

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

.action_c29b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.label-5b21 {
    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;
}

.label-5b21::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);
}

.smooth-427b {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.easy-01b0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.static-ffe8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.image-aee3 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.sidebar-first-987b .banner_ad0d {
    margin-bottom: 10px;
}

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

.sidebar-first-987b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-stale-3a8d h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.gradient-stale-3a8d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.table-91e6 span {
    color: #666;
    font-size: 0.8rem;
}

.table-91e6 a {
    color: #ff6b6b;
}

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

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

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

.plasma-14ff {
    text-align: center;
}

.plasma-14ff .sidebar-c9d5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.plasma-14ff .badge-f146 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.card-solid-130b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .box_smooth_4603 {
        flex-direction: column;
    }
    .paragraph-31cb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.icon_short_b41f .filter_72f9 {
    color: #666;
    margin: 0 8px;
}

.icon_short_b41f .breadcrumb-e092 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.shade-962c {
    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;
}

.focused_ab2a {
    font-size: 2rem;
}

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

.outer_d538 strong {
    color: #d4af37;
}

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

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

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

.overlay_bottom_a891 h3,
.iron-5cf2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.avatar-right-22fc strong {
    color: #d4af37;
    margin-right: 8px;
}

.banner-current-0e65 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hero_complex_8044 strong {
    color: #00ff88;
}

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

.modal-5aea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.input_5c69 h3,
.fast-3cde h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.element_in_c969 strong {
    color: #d4af37;
}

.heading_aac8 {
    color: #aaa;
}

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

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

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

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

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

.picture-tall-7946 {
    max-width: 900px;
    margin: 0 auto;
}

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

.dark-df94:last-child {
    border-bottom: none;
}

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

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

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

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

.search-7b80 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.search-7b80 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;
}

.search-7b80 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.aside_large_0209 strong {
    color: #d4af37;
}

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

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

.green_c9b3 strong {
    color: #00ff88;
}

.green_c9b3 span {
    color: #d4af37;
}

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

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

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

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

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

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

.breadcrumb-1e70 {
    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;
}

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

.background-66a0 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.stale-976f {
    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);
}

.main-tall-5ce4 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot_53aa li {
    margin-bottom: 5px;
}

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

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

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

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

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

.next_441e strong {
    color: #00ff88;
}

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

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

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

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

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

.slider-6db4 {
    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;
}

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

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

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

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

.mask-0e50 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .backdrop-mini-621e {
        padding: 30px 15px;
    }
    
    .backdrop-mini-621e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .selected_cc7d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pressed_2383 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .row-1b8b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row-1b8b .simple_3b1a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard-2e75 {
        font-size: 1.3rem;
    }
    
    .nav_pressed_6360 {
        font-size: 0.7rem;
    }
    
    .badge_a4c7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .badge_a4c7 .focused_fdb6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .video-1214 {
        display: none;
    }
    
    .huge-77dc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label_hard_b9dc {
        padding: 20px 10px;
    }
    
    .article_lite_6698 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .left-1c10,
    .logo-east-b56e {
        padding: 15px;
    }
    
    .over_4dc6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .stale-976f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .secondary_4164 {
        padding: 30px 10px;
    }
    
    .badge-e30b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background_c967 {
        padding: 20px 15px;
    }
    
    .grid_156c {
        font-size: 2rem;
    }
    
    .background_c967 h3 {
        font-size: 1.1rem;
    }
    
    .background_c967 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .icon-mini-e72c {
        padding: 20px 10px;
    }
    
    .info_1ae4 h2 {
        font-size: 1.3rem;
    }
    
    .right_93af {
        font-size: 0.9rem;
    }
    
    .dark-df94 h3 {
        font-size: 1.1rem;
    }
    
    .dark-df94 p {
        font-size: 0.9rem;
    }
    
    .search-7b80 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .info_1e9c {
        grid-template-columns: 1fr;
    }
    
    .aside_large_0209 {
        font-size: 0.85rem;
    }
    
    .photo-plasma-1c03 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_a93d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .glass_a93d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .filter_cd74 {
        padding: 30px 10px;
    }
    
    .tertiary_last_62ee {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-old-575e {
        padding: 15px 10px;
    }
    
    .text-old-575e h4 {
        font-size: 0.9rem;
    }
    
    .text-old-575e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tabs_c64a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary_last_62ee {
        grid-template-columns: 1fr;
    }
    
    .text-old-575e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .soft_13d3 {
        padding: 30px 10px;
    }
    
    .shadow_b7bb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .complex_4654 {
        padding: 15px;
    }
    
    .wide-a893 {
        font-size: 0.9rem;
    }
    
    .upper_7479 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .upper_7479 .dropdown-north-0ea9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dropdown-c6b1 {
        padding: 30px 10px;
    }
    
    .dropdown-c6b1 h2 {
        font-size: 1.2rem;
    }
    
    .hero_06ae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over_38b0 {
        padding: 15px 10px;
    }
    
    .over_38b0 h4 {
        font-size: 0.85rem;
    }
    
    .over_38b0 p {
        font-size: 0.75rem;
    }
    
    .row_inner_a074 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .container-331e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shade-0fb3 {
        padding: 20px 10px;
    }
    
    .logo-a2e4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient-stale-3a8d,
    .left_cec2,
    .table-91e6 {
        width: 100%;
    }
    
    .gradient-stale-3a8d h3 {
        font-size: 1.1rem;
    }
    
    .gradient-stale-3a8d p {
        font-size: 0.8rem;
    }
    
    .glass_2eae {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .nav_center_44c9 {
        padding: 30px 15px;
    }
    
    .nav_center_44c9 h2 {
        font-size: 1.3rem;
    }
    
    .nav_center_44c9 p {
        font-size: 0.85rem;
    }
    
    .next_bc90 {
        flex-direction: column;
        gap: 10px;
    }
    
    .next_bc90 .focused_fdb6 {
        width: 100%;
    }
    
    .disabled-5ef1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .section-3ef4 {
        padding: 30px 15px;
    }
    
    .new-40f3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .cold-bc2a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column_basic_2424 h4 {
        font-size: 0.9rem;
    }
    
    .column_basic_2424 a {
        font-size: 0.8rem;
    }
    
    .tooltip_2b62 {
        font-size: 0.8rem;
    }
    
    .warm_5726 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .block-617e {
        padding: 8px 10px;
    }
    
    .secondary_ba05 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .search_ff85 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary_ba05 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .search_ff85 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ae06 */
.ghost-box-e5 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
