/* Inner Page Styles */

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

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

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

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

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

.white_7392 .article-glass-efe6 {
    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;
}

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

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

.white_7392 .article-glass-efe6:hover::before {
    left: 100%;
}

.white_7392 .article-glass-efe6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture_motion_40c6.fn-active-7568 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-cold-91d7 {
    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%;
}

.progress-cold-91d7 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 */
.primary_f400 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.label_easy_a48f .search-advanced-0f6d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label_easy_a48f .search-advanced-0f6d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.sort-huge-ffc7 {
    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);
}

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

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

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

.sort-huge-ffc7 .search-advanced-0f6d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sort-huge-ffc7 .search-advanced-0f6d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background_08d4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background_08d4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background_08d4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .white_7392 {
        justify-content: center;
    }
    
    .list_liquid_f871 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .rough_f1b5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .media_bright_c49a {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_narrow_7b3c {
        padding: var(--md-spacing-md);
    }
    
    .in_e562 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-cold-91d7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sort-huge-ffc7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .video_right_52fa {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form_narrow_7b3c {
        padding: var(--md-spacing-sm);
    }
    
    .paper-6d93 {
        padding: var(--md-spacing-md);
    }
    
    .progress-cold-91d7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.paper-6d93,
.progress-cold-91d7,
.sort-huge-ffc7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.motion_dc81 {
    font-size: 1.5rem;
}

.outline_complex_cd86 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.highlight-910d {
    padding: 30px 0;
}

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

.action-23da {
    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;
}

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

.action-23da ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.action-23da li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.link_active_fe49 strong {
    color: #00ff88;
}

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

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

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

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

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

.column-mini-0219::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;
}

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

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

.pattern-9bbc.backdrop-86eb .advanced-bf80 {
    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); }
}

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

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

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

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

.notification-e189 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;
}

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

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

.old-f15c {
    font-size: 1.2rem;
}

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

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

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

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

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

.gallery_6348.background_outer_b0d4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery_6348.overlay-red-cff0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_6348.wrapper_444e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery_6348.hot_9e4a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bright-4149 {
    font-size: 1.2rem;
}

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

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

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

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

.hover-dede.column_center_d575 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hover-dede.fn-active-7568 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.item-narrow-ad90 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.dynamic-6a27 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.detail_slow_4c14 { border-top: 3px solid #00ccff; }
.chip_huge_0ab6 { border-top: 3px solid #00ff88; }
.search-eef9 { border-top: 3px solid #d4af37; }
.pattern_gas_e255 { border-top: 3px solid #ff6b6b; }
.paper_64a3 { border-top: 3px solid #8b5cf6; }

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

.video-black-aa27 {
    overflow-x: auto;
}

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

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

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

.highlight_9c8a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.panel-large-55fe {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.menu-rough-09cc h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.menu-rough-09cc p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .button-plasma-7c1b {
        grid-template-columns: 1fr;
    }
}

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

.dropdown_fresh_2ae3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.popup-last-5fdc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.info-0d53 {
    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;
}

.info-0d53::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);
}

.backdrop-tiny-82bb {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.info_south_8e70 {
    font-size: 1.5rem;
}

.notice-fixed-3644 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.focus-b825 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.caption_33dc .lite-fc90 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.input-small-fa5b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.photo-prev-d213 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.tooltip_mini_5026 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

.wrapper-inner-430a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.west_afda a {
    color: #ff6b6b;
}

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

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

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

.secondary-7702 {
    text-align: center;
}

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

.secondary-7702 .selected-bfc7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.chip-52d8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.carousel-1db8 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.heading_2771 .widget_29ad {
    color: #666;
    margin: 0 8px;
}

.heading_2771 .caption_1cf7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.wrapper-dim-8370 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.pattern-wood-0634 {
    font-size: 2rem;
}

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

.widget-blue-1975 strong {
    color: #d4af37;
}

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

.slider-981d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.sort_0e44 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer_inner_d100 strong {
    color: #d4af37;
}

.card_dark_019f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-short-556f {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.media-short-556f 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;
}

.media-short-556f li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.dark-a852 strong {
    color: #d4af37;
}

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

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

.hover_lite_b25e strong {
    color: #00ff88;
}

.hover_lite_b25e span {
    color: #d4af37;
}

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

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

.active-4fb7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.gallery-stale-0e50 {
    color: #999;
    font-size: 0.85rem;
}

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

.heading-pro-059a h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.avatar-plasma-7784 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.avatar-plasma-7784 li {
    margin-bottom: 5px;
}

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

.avatar-plasma-7784 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.icon_large_0d1a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .article-5404 {
        flex-direction: column;
    }
    
    .simple-b42c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup-cee8 {
        padding: 30px 15px;
    }
    
    .popup-cee8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .static_b244 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs_f440 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav_21ab {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav_21ab .hidden-e1e3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .column_warm_4f97 {
        font-size: 1.3rem;
    }
    
    .menu_979c {
        font-size: 0.7rem;
    }
    
    .notification_purple_f967 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_purple_f967 .search-advanced-0f6d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar_c3f7 {
        display: none;
    }
    
    .button_265a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element-glass-7695 {
        padding: 20px 10px;
    }
    
    .active-4fb7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button_203f,
    .heading-pro-059a {
        padding: 15px;
    }
    
    .info-f11a {
        flex-direction: column;
        gap: 5px;
    }
    
    .slow_3782 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .primary_8e78 {
        padding: 30px 10px;
    }
    
    .pink_307e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module-3df1 {
        padding: 20px 15px;
    }
    
    .tertiary-thick-a279 {
        font-size: 2rem;
    }
    
    .module-3df1 h3 {
        font-size: 1.1rem;
    }
    
    .module-3df1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .caption-266e {
        padding: 20px 10px;
    }
    
    .button_fb99 h2 {
        font-size: 1.3rem;
    }
    
    .narrow_64b6 {
        font-size: 0.9rem;
    }
    
    .notice_6229 h3 {
        font-size: 1.1rem;
    }
    
    .notice_6229 p {
        font-size: 0.9rem;
    }
    
    .media-short-556f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .cold-2c6c {
        grid-template-columns: 1fr;
    }
    
    .dark-a852 {
        font-size: 0.85rem;
    }
    
    .pattern-upper-4923 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-1c2b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box-1c2b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active_8612 {
        padding: 30px 10px;
    }
    
    .footer-f268 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-59bb {
        padding: 15px 10px;
    }
    
    .bright-59bb h4 {
        font-size: 0.9rem;
    }
    
    .bright-59bb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article_85e9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer-f268 {
        grid-template-columns: 1fr;
    }
    
    .bright-59bb p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .alert_15d4 {
        padding: 30px 10px;
    }
    
    .notification-hot-3859 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .left_7a3e {
        padding: 15px;
    }
    
    .huge-b990 {
        font-size: 0.9rem;
    }
    
    .overlay_soft_9e18 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_soft_9e18 .notification-d281 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .new-5278 {
        padding: 30px 10px;
    }
    
    .new-5278 h2 {
        font-size: 1.2rem;
    }
    
    .upper_5f1c {
        gap: 10px;
    }
    
    .black-38c9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .black-38c9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .cool_fecf {
        padding: 30px 10px;
    }
    
    .cool_fecf h2 {
        font-size: 1.2rem;
    }
    
    .picture_f820 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .center_3d69 {
        padding: 15px 10px;
    }
    
    .center_3d69 h4 {
        font-size: 0.85rem;
    }
    
    .center_3d69 p {
        font-size: 0.75rem;
    }
    
    .light_ead9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .filter-soft-eb0d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form-fc21 {
        padding: 20px 10px;
    }
    
    .module-bd5c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pink-4d7c,
    .filter_middle_df73,
    .west_afda {
        width: 100%;
    }
    
    .pink-4d7c h3 {
        font-size: 1.1rem;
    }
    
    .pink-4d7c p {
        font-size: 0.8rem;
    }
    
    .warm_8a0f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .table_north_afca {
        padding: 30px 15px;
    }
    
    .table_north_afca h2 {
        font-size: 1.3rem;
    }
    
    .table_north_afca p {
        font-size: 0.85rem;
    }
    
    .gas-a9cf {
        flex-direction: column;
        gap: 10px;
    }
    
    .gas-a9cf .search-advanced-0f6d {
        width: 100%;
    }
    
    .element-small-9cb2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .active-737f {
        padding: 30px 10px;
    }
    
    .active-737f h3 {
        font-size: 1.2rem;
    }
    
    .menu_north_8695 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-huge-ffc7 {
        padding: 15px 10px;
    }
    
    .sort-huge-ffc7 h4 {
        font-size: 0.85rem;
    }
    
    .sort-huge-ffc7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .surface_cfc5 {
        padding: 30px 15px;
    }
    
    .left_7247 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .brown-bb6b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cool_8cd2 h4 {
        font-size: 0.9rem;
    }
    
    .cool_8cd2 a {
        font-size: 0.8rem;
    }
    
    .card_white_fcd9 {
        font-size: 0.8rem;
    }
    
    .message_selected_533c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .description-wood-3efa {
        padding: 8px 10px;
    }
    
    .input_c5ad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .copper_16d7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input_c5ad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .copper_16d7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e10c */
.widget-item-i5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
