/* Inner Page Styles */

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

.aside-new-fa62 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);
}

.aside-new-fa62 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);
}

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

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

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

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

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

.texture_down_075e .surface_basic_0275:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture_fb33.fn-active-2ecc {
    color: var(--casino-gold-light);
}

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

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

.border-light-8cef {
    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);
}

.border-light-8cef 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_7140 .modal-outer-5af4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tag_7140 .modal-outer-5af4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.article-bottom-f4c7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.item_c2b6 .modal-outer-5af4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.item_c2b6 .modal-outer-5af4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .aside-new-fa62 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .aside-new-fa62 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .aside-new-fa62 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .texture_down_075e {
        justify-content: center;
    }
    
    .texture_under_e5ae {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .focused_bd8e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .container_short_5969 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border-light-8cef {
        padding: var(--md-spacing-md);
    }
    
    .pink-5e80 {
        padding: var(--md-spacing-md) 0;
    }
    
    .lower-7aea {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .item_c2b6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .content-clean-198b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border-light-8cef {
        padding: var(--md-spacing-sm);
    }
    
    .item-tiny-1755 {
        padding: var(--md-spacing-md);
    }
    
    .lower-7aea {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.item-tiny-1755,
.lower-7aea,
.item_c2b6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.pagination-f92b {
    font-size: 1.5rem;
}

.photo_complex_8356 strong {
    color: #00ff88;
}

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

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

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

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

.clean-0bdb {
    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;
}

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

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

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

.clean-0bdb li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.component_4642 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.thick-6034.fast_fdc1 .top_dd76 {
    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); }
}

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

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

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

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

.hidden-e03e 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;
}

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

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

.sidebar-374c {
    font-size: 1.2rem;
}

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

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

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

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

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

.column-large-f982.button_west_fa25::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.column-large-f982.over-bbc7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column-large-f982.nav_a2b1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.column-large-f982.footer_upper_3051::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.detail_new_350f {
    font-size: 1.2rem;
}

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

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

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

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

.popup-dirty-c791.new_21d9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup-dirty-c791.fn-active-2ecc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notice-wood-777f {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.popup-blue-a43f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.prev_c4f1 { border-top: 3px solid #00ccff; }
.filter_selected_318e { border-top: 3px solid #00ff88; }
.old_3339 { border-top: 3px solid #d4af37; }
.button_action_0e7b { border-top: 3px solid #ff6b6b; }
.search_bf78 { border-top: 3px solid #8b5cf6; }

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

.pro-06f0 {
    overflow-x: auto;
}

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

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

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

.outline_static_72b3 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-upper-5cff {
    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;
}

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

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

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

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

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

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

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

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

.east_b925 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.label_6a9b {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

.dark-5eaa {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.component_left_3c29 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick-2e0e .nav_a375 {
    margin-bottom: 10px;
}

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

.thick-2e0e strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .alert-red-9ae1 {
        grid-template-columns: 1fr;
    }
}

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

.title-91b1 {
    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;
}

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

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

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

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

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

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

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

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

.background-down-3af1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.aside_advanced_b37a a {
    color: #ff6b6b;
}

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

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

.title-liquid-956b {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.list-tall-b445 {
    text-align: center;
}

.list-tall-b445 .notice_dynamic_35bd {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.list-tall-b445 .button_b9c8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.avatar-6b45 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .button_smooth_cf54 {
        flex-direction: column;
    }
    .tertiary-8ad0 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.input-3fe7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.wide-28f9 .hover-orange-d1a8 {
    color: #666;
    margin: 0 8px;
}

.wide-28f9 .dim-a05a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-blue-e45e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.sidebar_next_4d09 {
    font-size: 2rem;
}

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

.overlay_south_4a15 strong {
    color: #d4af37;
}

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

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

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

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

.fixed-6ce0 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.glass_090e strong {
    color: #00ff88;
}

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

.motion-96ad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.tall_ee67 h3,
.search-yellow-1762 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.content-pink-f206 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.steel_1cb1 strong {
    color: #d4af37;
}

.tiny-87ce {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_c5c5 li strong {
    color: #00ff88;
}

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

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

.gallery-69eb {
    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;
}

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

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

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

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

.picture-silver-3e39 strong {
    color: #d4af37;
}

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

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

.dynamic_43ef strong {
    color: #00ff88;
}

.dynamic_43ef span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.hard-6ed1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .widget-orange-9a78 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.mask-defe li {
    margin-bottom: 5px;
}

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

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

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

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

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

.popup_red_10be strong {
    color: #00ff88;
}

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

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

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

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

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

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

.background-down-3af1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .stone-c3a4 {
        flex-direction: column;
    }
    
    .component-abc3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mini-3ea7 {
        padding: 30px 15px;
    }
    
    .mini-3ea7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture-d775 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs-56cf {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title_liquid_7c14 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title_liquid_7c14 .secondary-5825 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .green-1a48 {
        font-size: 1.3rem;
    }
    
    .description-d3f5 {
        font-size: 0.7rem;
    }
    
    .pagination-5e69 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination-5e69 .modal-outer-5af4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .advanced_8d89 {
        display: none;
    }
    
    .layout-mini-8431 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pink-9dcd {
        padding: 20px 10px;
    }
    
    .banner-d13f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_3534,
    .paragraph-1d10 {
        padding: 15px;
    }
    
    .hard-6ed1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wrapper_63ed {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .outline-1e2a {
        padding: 30px 10px;
    }
    
    .section-1988 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed-6674 {
        padding: 20px 15px;
    }
    
    .active-copper-82fb {
        font-size: 2rem;
    }
    
    .pressed-6674 h3 {
        font-size: 1.1rem;
    }
    
    .pressed-6674 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hidden_dirty_376a {
        padding: 20px 10px;
    }
    
    .widget_6928 h2 {
        font-size: 1.3rem;
    }
    
    .form_current_3124 {
        font-size: 0.9rem;
    }
    
    .steel_8968 h3 {
        font-size: 1.1rem;
    }
    
    .steel_8968 p {
        font-size: 0.9rem;
    }
    
    .tertiary_c5c5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wrapper_focused_ac0b {
        grid-template-columns: 1fr;
    }
    
    .picture-silver-3e39 {
        font-size: 0.85rem;
    }
    
    .huge-b83d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-69eb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gallery-69eb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .carousel_b2ce {
        padding: 30px 10px;
    }
    
    .badge-8bb7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red-3d37 {
        padding: 15px 10px;
    }
    
    .red-3d37 h4 {
        font-size: 0.9rem;
    }
    
    .red-3d37 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .column-pressed-a96d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .badge-8bb7 {
        grid-template-columns: 1fr;
    }
    
    .red-3d37 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .breadcrumb-bottom-d12d {
        padding: 30px 10px;
    }
    
    .upper-2711 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-prev-76ca {
        padding: 15px;
    }
    
    .tag_bright_fdd9 {
        font-size: 0.9rem;
    }
    
    .gold_d07c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gold_d07c .module_pro_f8b5 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .widget-bf3d {
        padding: 30px 10px;
    }
    
    .widget-bf3d h2 {
        font-size: 1.2rem;
    }
    
    .slider-2cce {
        gap: 10px;
    }
    
    .component-bright-9964 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .component-bright-9964 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .list_c9fe {
        padding: 30px 10px;
    }
    
    .list_c9fe h2 {
        font-size: 1.2rem;
    }
    
    .smooth-51d5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_up_5ab9 {
        padding: 15px 10px;
    }
    
    .gradient_up_5ab9 h4 {
        font-size: 0.85rem;
    }
    
    .gradient_up_5ab9 p {
        font-size: 0.75rem;
    }
    
    .steel-e708 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info-b526 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .warm_26ec {
        padding: 20px 10px;
    }
    
    .dim-03b1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .grid_fresh_9102,
    .notification_focused_8752,
    .aside_advanced_b37a {
        width: 100%;
    }
    
    .grid_fresh_9102 h3 {
        font-size: 1.1rem;
    }
    
    .grid_fresh_9102 p {
        font-size: 0.8rem;
    }
    
    .basic_1645 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .icon-52a2 {
        padding: 30px 15px;
    }
    
    .icon-52a2 h2 {
        font-size: 1.3rem;
    }
    
    .icon-52a2 p {
        font-size: 0.85rem;
    }
    
    .fixed_2297 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fixed_2297 .modal-outer-5af4 {
        width: 100%;
    }
    
    .clean-edd8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title_b0fa {
        padding: 30px 15px;
    }
    
    .purple-00e1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column-f120 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .logo_iron_0171 h4 {
        font-size: 0.9rem;
    }
    
    .logo_iron_0171 a {
        font-size: 0.8rem;
    }
    
    .middle-d8af {
        font-size: 0.8rem;
    }
    
    .button-721c p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .article-db11 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hidden_old_28da {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: debe */
.shadow-element-t6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
