/* Inner Page Styles */

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

.notification-first-a442 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);
}

.notification-first-a442 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);
}

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

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

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

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

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

.rough_ffff .popup_f30d:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.card-action-8e49 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.summary_yellow_2745.fn-active-ca66 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.module-last-5ee4 {
    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);
}

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

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

.module-last-5ee4 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

.west-07f4 {
    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%;
}

.west-07f4 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 */
.filter-left-4d82 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-left-4d82 li {
    margin-bottom: var(--md-spacing-xs);
}

.filter-left-4d82 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);
}

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

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

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

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

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

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

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

.stone_4b1f .carousel-fd22:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.link-next-8a1e {
    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);
}

.link-next-8a1e:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.gallery-middle-e805 {
    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);
}

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

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

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

.gallery-middle-e805 .carousel-fd22 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gallery-middle-e805 .carousel-fd22:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-first-a442 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notification-first-a442 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notification-first-a442 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .rough_ffff {
        justify-content: center;
    }
    
    .widget_static_716b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gold_71de {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .focus-347e {
        padding: var(--md-spacing-md) 0;
    }
    
    .dark_0bab {
        padding: var(--md-spacing-md);
    }
    
    .cold_100e {
        padding: var(--md-spacing-md) 0;
    }
    
    .west-07f4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gallery-middle-e805 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .grid_small_7305 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dark_0bab {
        padding: var(--md-spacing-sm);
    }
    
    .module-last-5ee4 {
        padding: var(--md-spacing-md);
    }
    
    .west-07f4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.module-last-5ee4,
.west-07f4,
.gallery-middle-e805 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

.steel-8fc2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.red_f45e {
    font-size: 1.5rem;
}

.notification_plasma_343c strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .container-198b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .easy_b1b9 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.modal-a655 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.photo_action_e588 strong {
    color: #00ff88;
}

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

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

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

.grid-pink-3b59 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.form-7129.popup-right-7d43 .item-fixed-a934 {
    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); }
}

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

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

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

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

.grid-4780 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;
}

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

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

.tiny-fa92 {
    font-size: 1.2rem;
}

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

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

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

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

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

.backdrop_4a81.notice-6650::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.backdrop_4a81.old-95a7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop_4a81.table_5912::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.backdrop_4a81.detail_liquid_548a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.hover-soft-299e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tertiary-first-4948 {
    font-size: 1.2rem;
}

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

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

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

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

.primary_down_a675.highlight_down_af07 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary_down_a675.fn-active-ca66 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.backdrop-solid-7b16 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.small-ded4.footer-f257 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.accent-pink-57ae {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.shadow-e64e { border-top: 3px solid #00ccff; }
.solid-a30e { border-top: 3px solid #00ff88; }
.module-a8dd { border-top: 3px solid #d4af37; }
.smooth_725b { border-top: 3px solid #ff6b6b; }
.sidebar-555d { border-top: 3px solid #8b5cf6; }

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

.link_old_6f4f {
    overflow-x: auto;
}

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

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

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

.top-6d37 td {
    color: #ccc;
}

.top-6d37 .gallery-e69e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.top-6d37 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.component_current_c9c3 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

@media (max-width: 768px) {
    .search-fast-873d {
        grid-template-columns: 1fr;
    }
}

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

.fast_01dc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow_over_63b9 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.progress-huge-58d0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

.sort-5f22 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sort-5f22 .under-9654 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.surface_b66c .last-3111 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.hidden-medium-bebd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.media-54f4 {
    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;
}

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

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

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

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

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

.avatar-in-9c2b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.panel_7370 {
    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_f176 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.surface_stone_60c4 a {
    color: #ff6b6b;
}

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

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

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

.hover_motion_7387 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.slider-complex-7298 {
    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;
}

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

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

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

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

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

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

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

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

.item_iron_685b {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

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

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

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

.tabs-soft-9fe9 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .glass-c9ff {
        flex-direction: column;
    }
    .tabs-soft-9fe9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.photo-tall-b586 .sort-208f {
    color: #666;
    margin: 0 8px;
}

.photo-tall-b586 .element_83bd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.liquid-1ade {
    font-size: 2rem;
}

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

.cool-100e strong {
    color: #d4af37;
}

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

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

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

.border-0fad h3,
.north-3041 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.focus-40e8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.plasma-18a7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.picture-pressed-6c55 strong {
    color: #00ff88;
}

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

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

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

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

.tabs-silver-ccf0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.hover-d398 strong {
    color: #d4af37;
}

.list_purple_e1fb {
    color: #aaa;
}

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

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

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

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

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

.form-02df {
    max-width: 900px;
    margin: 0 auto;
}

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

.medium-d4cb:last-child {
    border-bottom: none;
}

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

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

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

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

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

.motion-0399 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;
}

.motion-0399 li strong {
    color: #00ff88;
}

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

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

.lower-1b92 {
    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;
}

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

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

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

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

.component_ab50 strong {
    color: #d4af37;
}

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

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

.card_solid_a0c4 strong {
    color: #00ff88;
}

.card_solid_a0c4 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-0a70 strong {
    color: #00ff88;
}

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

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

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

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

.cold-026b {
    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;
}

.under-33b5 {
    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;
}

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

@media (max-width: 768px) {
    .pagination_in_d8a7 {
        flex-direction: column;
    }
    
    .cold-026b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .cold_636e {
        padding: 30px 15px;
    }
    
    .cold_636e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .shadow-db55 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .button_438a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .input-over-fa2a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .input-over-fa2a .overlay-tall-983b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress-b064 {
        font-size: 1.3rem;
    }
    
    .full-65c1 {
        font-size: 0.7rem;
    }
    
    .status-6b71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-6b71 .carousel-fd22 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .form-orange-45b7 {
        display: none;
    }
    
    .content-huge-3045 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pressed-8f67 {
        padding: 20px 10px;
    }
    
    .notice_4b31 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus-small-9cbf,
    .hovered_9368 {
        padding: 15px;
    }
    
    .info-c0c5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dropdown_motion_84d9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tiny-e1c6 {
        padding: 30px 10px;
    }
    
    .surface-223f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient-5978 {
        padding: 20px 15px;
    }
    
    .pro-d496 {
        font-size: 2rem;
    }
    
    .gradient-5978 h3 {
        font-size: 1.1rem;
    }
    
    .gradient-5978 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .notification-paper-8839 {
        padding: 20px 5px;
    }
    
    .notification-paper-8839 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .input_bright_cd45 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .top-6d37 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .top-6d37 th,
    .top-6d37 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .simple-6cea {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .soft_b060 {
        padding: 20px 10px;
    }
    
    .medium-cc9c h2 {
        font-size: 1.3rem;
    }
    
    .wrapper_lower_c0bc {
        font-size: 0.9rem;
    }
    
    .medium-d4cb h3 {
        font-size: 1.1rem;
    }
    
    .medium-d4cb p {
        font-size: 0.9rem;
    }
    
    .motion-0399 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .element-right-a1f3 {
        grid-template-columns: 1fr;
    }
    
    .component_ab50 {
        font-size: 0.85rem;
    }
    
    .liquid-dc2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lower-1b92 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .lower-1b92 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .banner-fixed-26f6 {
        padding: 30px 10px;
    }
    
    .surface_last_5a12 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_fd1a {
        padding: 15px 10px;
    }
    
    .heading_fd1a h4 {
        font-size: 0.9rem;
    }
    
    .heading_fd1a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shadow_82ca {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shadow_d089 {
        padding: 30px 10px;
    }
    
    .caption_1133 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top_c8b2 {
        padding: 15px;
    }
    
    .chip_0bb5 {
        font-size: 0.9rem;
    }
    
    .image_focused_6e47 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_focused_6e47 .light_34ef {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .orange-2481 {
        padding: 30px 10px;
    }
    
    .orange-2481 h2 {
        font-size: 1.2rem;
    }
    
    .mask-c9cb {
        gap: 10px;
    }
    
    .up-3ebf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .up-3ebf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border-daff {
        padding: 30px 10px;
    }
    
    .border-daff h2 {
        font-size: 1.2rem;
    }
    
    .texture_0581 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-64cb {
        padding: 15px 10px;
    }
    
    .alert-64cb h4 {
        font-size: 0.85rem;
    }
    
    .alert-64cb p {
        font-size: 0.75rem;
    }
    
    .container_bc08 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .article_f892 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .slider_inner_fac7 {
        padding: 20px 10px;
    }
    
    .list_first_0ff4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pressed-1c6f,
    .left_f176,
    .surface_stone_60c4 {
        width: 100%;
    }
    
    .pressed-1c6f h3 {
        font-size: 1.1rem;
    }
    
    .pressed-1c6f p {
        font-size: 0.8rem;
    }
    
    .panel_7370 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cool_d386 {
        padding: 30px 15px;
    }
    
    .cool_d386 h2 {
        font-size: 1.3rem;
    }
    
    .cool_d386 p {
        font-size: 0.85rem;
    }
    
    .hovered-42e8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered-42e8 .carousel-fd22 {
        width: 100%;
    }
    
    .warm-dabc {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hard-cb93 {
        padding: 30px 15px;
    }
    
    .new_9509 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section_084b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_down_1d11 h4 {
        font-size: 0.9rem;
    }
    
    .filter_down_1d11 a {
        font-size: 0.8rem;
    }
    
    .shade-4a9d {
        font-size: 0.8rem;
    }
    
    .article-c403 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .paper_c215 {
        padding: 8px 10px;
    }
    
    .pro-55d6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .image-018f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pro-55d6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .image-018f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a583 */
.phantom-card-e3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
