/* Inner Page Styles */

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

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

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

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

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

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

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

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

.progress_smooth_6c29 .highlight_2ffb:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.pagination-next-4cf2 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.pagination-next-4cf2 img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.pagination-next-4cf2 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

.block-1b52 {
    color: var(--casino-gold-light);
}

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

.block-1b52 a:hover {
    color: var(--casino-gold-light);
}

.block-1b52.fn-active-78f1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-advanced-eb44:hover::before {
    left: 100%;
}

.message-advanced-eb44 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;
}

.message-advanced-eb44 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;
}

.message-advanced-eb44 .tooltip-cfc5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.message-advanced-eb44 .tooltip-cfc5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.carousel-purple-b50c {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.banner_104a .tooltip-cfc5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .alert_d5a8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .alert_d5a8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .alert_d5a8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .progress_smooth_6c29 {
        justify-content: center;
    }
    
    .chip-7a4e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert-a137 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .modal_south_08cd {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel_tiny_d328 {
        padding: var(--md-spacing-md);
    }
    
    .modal_yellow_2bff {
        padding: var(--md-spacing-md) 0;
    }
    
    .main-d9ce {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner_104a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .top-b403 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .carousel_tiny_d328 {
        padding: var(--md-spacing-sm);
    }
    
    .thumbnail_bd47 {
        padding: var(--md-spacing-md);
    }
    
    .main-d9ce {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thumbnail_bd47,
.main-d9ce,
.banner_104a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.mini-9913::-webkit-scrollbar {
    width: 8px;
}

.mini-9913::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.description-green-707c {
    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);
}

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

.basic_6f61 {
    font-size: 1.5rem;
}

.center_6ce1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft-c113 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.static_ad5a.banner_lower_73eb .detail_fixed_24c3 {
    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); }
}

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

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

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

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

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

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

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

.module_3df2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.popup_f741.gradient_green_c555::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup_f741.focused_4a1b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_f741.avatar_64cc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup_f741.column_old_d644::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accordion_51c5 {
    font-size: 1.2rem;
}

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

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

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

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

.widget_narrow_8679.module_cold_d29a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget_narrow_8679.fn-active-78f1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.item-9afa {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.outline_96f1 { border-top: 3px solid #00ccff; }
.text-under-9042 { border-top: 3px solid #00ff88; }
.notification_next_5c0b { border-top: 3px solid #d4af37; }
.out-9367 { border-top: 3px solid #ff6b6b; }
.accordion-e93f { border-top: 3px solid #8b5cf6; }

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

.list-left-3015 {
    overflow-x: auto;
}

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

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

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

.video_7065 td {
    color: #ccc;
}

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

.video_7065 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-8fb4 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.last-8ff5 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.element-34b4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mask-wood-e0f1 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.focus_orange_8cee {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.alert-down-246d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

.simple_6e0e .sidebar-east-2d8b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.preview-24db .up-a60a {
    margin-bottom: 10px;
}

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

.preview-24db strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.overlay-dirty-6d39 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.pagination-1dd0 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.hard-758a {
    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;
}

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

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

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

.hovered-7235 a {
    color: #ff6b6b;
}

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

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

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

.content-green-f905 {
    text-align: center;
}

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

.content-green-f905 .border_c95b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-dynamic-fdf9.badge_last_777a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .footer_cdfc {
        flex-direction: column;
    }
    .mini_d1ee {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.picture_02dc .dynamic_a497 {
    color: #666;
    margin: 0 8px;
}

.picture_02dc .component-wood-8a08 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.avatar-lower-0d59 {
    font-size: 2rem;
}

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

.paragraph_a4d3 strong {
    color: #d4af37;
}

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

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

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

.header_hovered_e50b h3,
.section-lower-5cc3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.link-hard-33e3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.list-iron-6acf strong {
    color: #00ff88;
}

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

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

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

.overlay-easy-c25b h3,
.full_990d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.top-caa6 strong {
    color: #d4af37;
}

.label_fresh_4260 {
    color: #aaa;
}

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

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

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

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

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

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

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

.advanced-6b0c:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.photo-bffb li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.outline-db64 strong {
    color: #d4af37;
}

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

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

.border_475b strong {
    color: #00ff88;
}

.border_475b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.simple-27d1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light-2601 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.middle_5e04 strong {
    color: #00ff88;
}

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

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

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

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

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

.tooltip-top-83d0 {
    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;
}

.pagination-1dd0 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup_786f {
        padding: 30px 15px;
    }
    
    .popup_786f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .blue_0a3a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dim_61f8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .wrapper_large_8b5e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wrapper_large_8b5e .description-hard-ee31 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron_0d8c {
        font-size: 1.3rem;
    }
    
    .clean_d005 {
        font-size: 0.7rem;
    }
    
    .next-37d9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .next-37d9 .tooltip-cfc5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer_f85c {
        display: none;
    }
    
    .hover_0de9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .button_d294 {
        padding: 20px 10px;
    }
    
    .frame_f67b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_be49,
    .stone-bee7 {
        padding: 15px;
    }
    
    .soft_8544 {
        flex-direction: column;
        gap: 5px;
    }
    
    .simple-27d1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .solid-045f {
        padding: 30px 10px;
    }
    
    .photo_fluid_a57e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel_40e2 {
        padding: 20px 15px;
    }
    
    .thumbnail-bright-727e {
        font-size: 2rem;
    }
    
    .steel_40e2 h3 {
        font-size: 1.1rem;
    }
    
    .steel_40e2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .block-medium-0bcf {
        padding: 20px 5px;
    }
    
    .block-medium-0bcf h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .image-4d6e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .video_7065 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .video_7065 th,
    .video_7065 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .form_focused_108a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .frame-17e1 {
        padding: 20px 10px;
    }
    
    .list-37aa h2 {
        font-size: 1.3rem;
    }
    
    .focus-9f04 {
        font-size: 0.9rem;
    }
    
    .advanced-6b0c h3 {
        font-size: 1.1rem;
    }
    
    .advanced-6b0c p {
        font-size: 0.9rem;
    }
    
    .photo-bffb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fast-06e5 {
        grid-template-columns: 1fr;
    }
    
    .outline-db64 {
        font-size: 0.85rem;
    }
    
    .backdrop_lite_5d02 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-fast-1807 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-fast-1807 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .complex_1b50 {
        padding: 30px 10px;
    }
    
    .logo_8bf0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev-9b31 {
        padding: 15px 10px;
    }
    
    .prev-9b31 h4 {
        font-size: 0.9rem;
    }
    
    .prev-9b31 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .container-hovered-870c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .logo_8bf0 {
        grid-template-columns: 1fr;
    }
    
    .prev-9b31 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .down-25b8 {
        padding: 30px 10px;
    }
    
    .frame-b334 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood_5778 {
        padding: 15px;
    }
    
    .medium-c8e6 {
        font-size: 0.9rem;
    }
    
    .silver_e90c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .silver_e90c .thumbnail_85b3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .block-9b18 {
        padding: 30px 10px;
    }
    
    .block-9b18 h2 {
        font-size: 1.2rem;
    }
    
    .footer-complex-6c5a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_down_01d2 {
        padding: 15px 10px;
    }
    
    .slider_down_01d2 h4 {
        font-size: 0.85rem;
    }
    
    .slider_down_01d2 p {
        font-size: 0.75rem;
    }
    
    .active_c315 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask-ce72 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .footer-complex-6c5a {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form_active_c074 {
        padding: 20px 10px;
    }
    
    .heading_over_ad73 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .caption_a96d,
    .new_62b3,
    .hovered-7235 {
        width: 100%;
    }
    
    .caption_a96d h3 {
        font-size: 1.1rem;
    }
    
    .caption_a96d p {
        font-size: 0.8rem;
    }
    
    .hard-758a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .focused-85dd {
        padding: 30px 15px;
    }
    
    .focused-85dd h2 {
        font-size: 1.3rem;
    }
    
    .focused-85dd p {
        font-size: 0.85rem;
    }
    
    .dirty-ffa6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dirty-ffa6 .tooltip-cfc5 {
        width: 100%;
    }
    
    .paper_641e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .steel-bd43 {
        padding: 30px 10px;
    }
    
    .steel-bd43 h3 {
        font-size: 1.2rem;
    }
    
    .message-66b4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner_104a {
        padding: 15px 10px;
    }
    
    .banner_104a h4 {
        font-size: 0.85rem;
    }
    
    .banner_104a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .first-93bc {
        padding: 30px 15px;
    }
    
    .badge_smooth_8850 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .texture-hovered-fbea {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .badge_fresh_3fa9 h4 {
        font-size: 0.9rem;
    }
    
    .badge_fresh_3fa9 a {
        font-size: 0.8rem;
    }
    
    .text_black_70c1 {
        font-size: 0.8rem;
    }
    
    .hero-5387 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .medium_1f9c {
        padding: 8px 10px;
    }
    
    .motion-e477 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .grid_simple_2473 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .motion-e477 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .grid_simple_2473 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c2cc */
.ghost-box-a7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
