/* Inner Page Styles */

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

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

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

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

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

.silver_c419 .heading-951e {
    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;
}

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

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

.silver_c419 .heading-951e:hover::before {
    left: 100%;
}

.silver_c419 .heading-951e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-db61.fn-active-9e67 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_a059 .short_3c55:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.video-pro-bdde {
    margin-top: var(--md-spacing-sm);
}

.status-8e23 {
    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);
}

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

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

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

.main-motion-6aab {
    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);
}

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

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

.main-motion-6aab p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.main-motion-6aab .short_3c55 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.main-motion-6aab .short_3c55:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .label_0371 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .label_0371 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .label_0371 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .silver_c419 {
        justify-content: center;
    }
    
    .shade-d864 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .motion_08e7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled-a4a9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo-7f66 {
        padding: var(--md-spacing-md);
    }
    
    .image_fast_3df8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .south_af0c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .main-motion-6aab {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .old-2dde {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .photo-7f66 {
        padding: var(--md-spacing-sm);
    }
    
    .primary_28b9 {
        padding: var(--md-spacing-md);
    }
    
    .south_af0c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.primary_28b9,
.south_af0c,
.main-motion-6aab {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.caption-warm-eff7::-webkit-scrollbar {
    width: 8px;
}

.caption-warm-eff7::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.secondary-fac5 {
    font-size: 1.5rem;
}

.link-2c39 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .backdrop_pink_9e2d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .summary-64e1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.badge-d2c7 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.inner-83fa {
    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;
}

.inner-83fa strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.title_orange_621a.current_f92f .slow_a115 {
    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); }
}

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

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

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

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

.tertiary-inner-ab38 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;
}

.tertiary-inner-ab38 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);
}

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

.pagination_orange_cd68 {
    font-size: 1.2rem;
}

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

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

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

.hidden-left-6942 {
    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;
}

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

.hidden-left-6942.gallery_middle_011c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hidden-left-6942.orange_dff3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden-left-6942.dirty-efd5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hidden-left-6942.notification-d548::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.center_5e0d {
    font-size: 1.2rem;
}

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

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

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

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

.search_stale_5320.carousel_c13c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search_stale_5320.fn-active-9e67 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.under-34b2 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.heading-blue-8a5f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hero-cool-9077 { border-top: 3px solid #00ccff; }
.text-pressed-d119 { border-top: 3px solid #00ff88; }
.shade-40dc { border-top: 3px solid #d4af37; }
.badge-dynamic-6f19 { border-top: 3px solid #ff6b6b; }
.copper-441f { border-top: 3px solid #8b5cf6; }

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

.column_8e03 {
    overflow-x: auto;
}

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

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

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

.white-006f td {
    color: #ccc;
}

.white-006f .summary_top_8849 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.white-006f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.block-7b31 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.row-827c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.footer-01e4 {
    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;
}

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

.notice-25d7 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pattern_5a58 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.active-warm-d44a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-stale-bff6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.link-64f7 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.sidebar-83ed strong {
    color: #fff;
    display: block;
}

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

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

.hover_76f5 .avatar-light-3ee7 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tertiary-4af2 .description_46f7 {
    margin-bottom: 10px;
}

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

.tertiary-4af2 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.frame-basic-486f h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.pattern-medium-1069 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.summary-blue-e13c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.text_3bd7 a {
    color: #ff6b6b;
}

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

.texture-792d {
    max-width: 800px;
    margin: 0 auto;
}

.border-hard-ef47 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tag_b9ea {
    text-align: center;
}

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

.tag_b9ea .liquid-56e5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.texture-792d > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.old-8f52 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.icon-prev-58bd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .icon-prev-58bd {
        flex-direction: column;
    }
    .paragraph-bc8f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.container_40f5 .disabled-advanced-2db4 {
    color: #666;
    margin: 0 8px;
}

.container_40f5 .hidden_bright_cb07 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.carousel-in-e01a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.accordion-b78a {
    font-size: 2rem;
}

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

.warm_5940 strong {
    color: #d4af37;
}

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

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

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

.heading-b279 h3,
.breadcrumb_4c60 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.video_wood_4e53 strong {
    color: #00ff88;
}

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

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

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

.avatar-light-4fc7 h3,
.texture_ccfc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.overlay_1232 strong {
    color: #d4af37;
}

.tertiary_db6c {
    color: #aaa;
}

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

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

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

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

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

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

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

.media-current-4102:last-child {
    border-bottom: none;
}

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

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

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

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

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

.layout-afec 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;
}

.layout-afec li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.thick_535d strong {
    color: #d4af37;
}

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

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

.panel_564b strong {
    color: #00ff88;
}

.panel_564b span {
    color: #d4af37;
}

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

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

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

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

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

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

.menu-114c {
    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;
}

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

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

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

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

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

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

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

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

.form-light-9593 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.form-light-9593 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-65b5 strong {
    color: #00ff88;
}

.shade-easy-6e4c {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

.summary-blue-e13c {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .border_f1f6 {
        padding: 30px 15px;
    }
    
    .border_f1f6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label-b7ed {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter_fresh_4ec3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .item_hard_63d3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item_hard_63d3 .main-down-8f28 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .first-e3ef {
        font-size: 1.3rem;
    }
    
    .footer_narrow_e5c9 {
        font-size: 0.7rem;
    }
    
    .avatar_01a1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .avatar_01a1 .short_3c55 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .frame-e47f {
        display: none;
    }
    
    .texture_f0f5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .steel-2b86 {
        padding: 20px 10px;
    }
    
    .progress_b08b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_4e19,
    .dirty-d9a4 {
        padding: 15px;
    }
    
    .slow_f35a {
        flex-direction: column;
        gap: 5px;
    }
    
    .primary_9840 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification-black-d2fb {
        padding: 30px 10px;
    }
    
    .surface-ce77 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row_7e66 {
        padding: 20px 15px;
    }
    
    .cold-7d0b {
        font-size: 2rem;
    }
    
    .row_7e66 h3 {
        font-size: 1.1rem;
    }
    
    .row_7e66 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fresh-905f {
        padding: 20px 5px;
    }
    
    .fresh-905f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .sidebar_mini_f505 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .white-006f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .white-006f th,
    .white-006f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .surface-b9f2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .photo_in_ad98 {
        padding: 20px 10px;
    }
    
    .wide_dcb8 h2 {
        font-size: 1.3rem;
    }
    
    .iron_afe1 {
        font-size: 0.9rem;
    }
    
    .media-current-4102 h3 {
        font-size: 1.1rem;
    }
    
    .media-current-4102 p {
        font-size: 0.9rem;
    }
    
    .layout-afec li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bronze-b63c {
        grid-template-columns: 1fr;
    }
    
    .thick_535d {
        font-size: 0.85rem;
    }
    
    .article_glass_f166 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled_2112 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .disabled_2112 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .box-advanced-7188 {
        padding: 30px 10px;
    }
    
    .selected_1ff9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-f626 {
        padding: 15px;
    }
    
    .large-f8ba {
        font-size: 0.9rem;
    }
    
    .form-ad1c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form-ad1c .texture-medium-cfed {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .component-c67b {
        padding: 30px 10px;
    }
    
    .component-c67b h2 {
        font-size: 1.2rem;
    }
    
    .content-wood-c780 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-5e62 {
        padding: 15px 10px;
    }
    
    .border-5e62 h4 {
        font-size: 0.85rem;
    }
    
    .border-5e62 p {
        font-size: 0.75rem;
    }
    
    .west_79c1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .logo_prev_0a06 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay_gold_27fc {
        padding: 20px 10px;
    }
    
    .first_4853 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas-7bff,
    .block_black_7b0b,
    .text_3bd7 {
        width: 100%;
    }
    
    .gas-7bff h3 {
        font-size: 1.1rem;
    }
    
    .gas-7bff p {
        font-size: 0.8rem;
    }
    
    .tiny-e9e4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .title-east-c3a6 {
        padding: 30px 10px;
    }
    
    .title-east-c3a6 h3 {
        font-size: 1.2rem;
    }
    
    .light_a76f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main-motion-6aab {
        padding: 15px 10px;
    }
    
    .main-motion-6aab h4 {
        font-size: 0.85rem;
    }
    
    .main-motion-6aab p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .nav-stone-15f6 {
        padding: 30px 15px;
    }
    
    .rough-2911 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .solid-7679 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .top_34c9 h4 {
        font-size: 0.9rem;
    }
    
    .top_34c9 a {
        font-size: 0.8rem;
    }
    
    .thumbnail-east-8887 {
        font-size: 0.8rem;
    }
    
    .pagination-d585 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .under_62a2 {
        padding: 8px 10px;
    }
    
    .border_d51c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .paragraph-9c9c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .border_d51c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .paragraph-9c9c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f3dc */
.shadow-element-k1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
