/* Inner Page Styles */

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

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

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

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

.pink-32c8 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pink-32c8 .content-red-1180 {
    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;
}

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

.pink-32c8 .content-red-1180:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.pink-32c8 .content-red-1180:hover::before {
    left: 100%;
}

.pink-32c8 .content-red-1180:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_basic_0cf7.fn-active-b6dd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper_3446 .article-dirty-ce6d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.upper_3446 .article-dirty-ce6d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.short-5a18 {
    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);
}

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

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

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

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

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

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

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

.active-d21c .article-dirty-ce6d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.active-d21c .article-dirty-ce6d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .row-bd54 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .row-bd54 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .row-bd54 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pink-32c8 {
        justify-content: center;
    }
    
    .complex-f786 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu-in-c9f8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .modal_8776 {
        padding: var(--md-spacing-md) 0;
    }
    
    .main-f8e6 {
        padding: var(--md-spacing-md);
    }
    
    .outline-483e {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_bright_de6b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active-d21c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .link-b53d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .main-f8e6 {
        padding: var(--md-spacing-sm);
    }
    
    .label_selected_af0e {
        padding: var(--md-spacing-md);
    }
    
    .detail_bright_de6b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.label_selected_af0e,
.detail_bright_de6b,
.active-d21c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.shade-29bf {
    font-size: 1.5rem;
}

.green_2b42 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .chip-4d76 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .frame-west-bbf0 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-54c0 {
    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;
}

.column-54c0 strong {
    color: #00ff88;
}

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

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

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

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

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

.highlight-south-aa35::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;
}

.focus-7db4 {
    text-align: center;
    margin-bottom: 30px;
}

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

.sidebar_last_c85f.fast_469c .next-5a68 {
    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); }
}

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

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

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

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

.thumbnail-fresh-b26c 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;
}

.thumbnail-fresh-b26c 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);
}

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

.alert-bright-b54d {
    font-size: 1.2rem;
}

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

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

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

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

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

.carousel_under_02f8.active_3890::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.carousel_under_02f8.filter-3423::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.carousel_under_02f8.column-c915::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.carousel_under_02f8.outline-gas-bcf8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tabs_7413 {
    font-size: 1.2rem;
}

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

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

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

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

.warm_269c.carousel_slow_6fa7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.warm_269c.fn-active-b6dd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tertiary-full-1d1c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.shade-steel-97e2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.layout-short-2c3b {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.link-static-3711 { border-top: 3px solid #00ccff; }
.module-f570 { border-top: 3px solid #00ff88; }
.tertiary_blue_a93a { border-top: 3px solid #d4af37; }
.dark-03de { border-top: 3px solid #ff6b6b; }
.south_a51f { border-top: 3px solid #8b5cf6; }

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

.clean-df4e {
    overflow-x: auto;
}

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

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

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

.message-stone-6177 td {
    color: #ccc;
}

.message-stone-6177 .white_d52b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.message-stone-6177 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.tabs-16b3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft-4d36 p {
    color: #888;
    font-size: 0.9rem;
}

.prev-81b1 {
    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;
}

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

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

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

.steel-5a3a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.label-prev-03e1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.focus-44a1 {
    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;
}

.focus-44a1::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);
}

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

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

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

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

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

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

.stone-7ea5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.list-15bb strong {
    color: #fff;
    display: block;
}

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

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

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

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

.upper_632a .up-b620 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.aside-08a4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.motion-75c2 span {
    color: #666;
    font-size: 0.8rem;
}

.motion-75c2 a {
    color: #ff6b6b;
}

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

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

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

.title_copper_3360 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.link-2efa {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.progress-rough-5869 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.message_east_9969 .thumbnail_top_7b3e {
    color: #666;
    margin: 0 8px;
}

.message_east_9969 .pagination-steel-27bc {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.heading_d83c {
    font-size: 2rem;
}

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

.menu_c3a5 strong {
    color: #d4af37;
}

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

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

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

.last_5134 h3,
.chip-yellow-a1b9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.table-fresh-a107 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.black-4b1e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.disabled_6c6e strong {
    color: #00ff88;
}

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

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

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

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

.menu-76f5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.text_7902 strong {
    color: #d4af37;
}

.chip_top_d916 {
    color: #aaa;
}

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

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

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

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

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

.glass-8f90 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.south_2301 strong {
    color: #d4af37;
}

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

.south-6d98 {
    color: #888;
    font-size: 0.9rem;
}

.south-6d98 strong {
    color: #00ff88;
}

.south-6d98 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.hidden_liquid_07e6 {
    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-b2f3 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.content-433b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.content-433b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_0379 strong {
    color: #00ff88;
}

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

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

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

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

.pagination-light-d89a {
    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;
}

.outline-dim-b53c {
    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;
}

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

@media (max-width: 768px) {
    .cool_d884 {
        flex-direction: column;
    }
    
    .pagination-light-d89a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .photo_purple_e917 {
        padding: 30px 15px;
    }
    
    .photo_purple_e917 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video-2d95 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .table_767f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus_b679 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_b679 .grid-a7cb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .video_north_e546 {
        font-size: 1.3rem;
    }
    
    .tertiary-gold-2ad6 {
        font-size: 0.7rem;
    }
    
    .tabs-static-bd7e {
        flex-direction: column;
        gap: 10px;
    }
    
    .tabs-static-bd7e .article-dirty-ce6d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .slider-focused-a5d9 {
        display: none;
    }
    
    .tall-9ca3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .main_da54 {
        padding: 20px 10px;
    }
    
    .copper_1a4c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_dc41,
    .slider-0616 {
        padding: 15px;
    }
    
    .dynamic_85cb {
        flex-direction: column;
        gap: 5px;
    }
    
    .hidden_liquid_07e6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .background-steel-2fdd {
        padding: 30px 10px;
    }
    
    .feature-9fdf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hot_77df {
        padding: 20px 15px;
    }
    
    .advanced-8f6f {
        font-size: 2rem;
    }
    
    .hot_77df h3 {
        font-size: 1.1rem;
    }
    
    .hot_77df p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .small_f168 {
        padding: 20px 10px;
    }
    
    .surface-3e92 h2 {
        font-size: 1.3rem;
    }
    
    .basic_6ac6 {
        font-size: 0.9rem;
    }
    
    .video_4ad6 h3 {
        font-size: 1.1rem;
    }
    
    .video_4ad6 p {
        font-size: 0.9rem;
    }
    
    .wrapper_top_311b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .menu_2512 {
        grid-template-columns: 1fr;
    }
    
    .south_2301 {
        font-size: 0.85rem;
    }
    
    .solid_2a64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left_7073 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .left_7073 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active_clean_9cbe {
        padding: 30px 10px;
    }
    
    .panel_a46c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-copper-da35 {
        padding: 15px 10px;
    }
    
    .frame-copper-da35 h4 {
        font-size: 0.9rem;
    }
    
    .frame-copper-da35 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .dropdown_cd19 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .panel_a46c {
        grid-template-columns: 1fr;
    }
    
    .frame-copper-da35 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .prev_d863 {
        padding: 30px 10px;
    }
    
    .brown_c597 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-9f6d {
        padding: 15px;
    }
    
    .content_b6a5 {
        font-size: 0.9rem;
    }
    
    .copper_dba9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .copper_dba9 .main-active-50e2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .new_92fd {
        padding: 30px 10px;
    }
    
    .new_92fd h2 {
        font-size: 1.2rem;
    }
    
    .table_6937 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption_fresh_d340 {
        padding: 15px 10px;
    }
    
    .caption_fresh_d340 h4 {
        font-size: 0.85rem;
    }
    
    .caption_fresh_d340 p {
        font-size: 0.75rem;
    }
    
    .old-d294 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .content-black-ccb9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .grid_fast_8470 {
        padding: 20px 10px;
    }
    
    .carousel-a088 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dynamic-ce36,
    .red_3032,
    .motion-75c2 {
        width: 100%;
    }
    
    .dynamic-ce36 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-ce36 p {
        font-size: 0.8rem;
    }
    
    .active_bb97 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hot-09ae {
        padding: 30px 15px;
    }
    
    .hot-09ae h2 {
        font-size: 1.3rem;
    }
    
    .hot-09ae p {
        font-size: 0.85rem;
    }
    
    .feature-medium-6179 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-medium-6179 .article-dirty-ce6d {
        width: 100%;
    }
    
    .top_99b7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture-1896 {
        padding: 30px 15px;
    }
    
    .primary-d418 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .banner-fluid-908a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .active_7064 h4 {
        font-size: 0.9rem;
    }
    
    .active_7064 a {
        font-size: 0.8rem;
    }
    
    .popup_static_c612 {
        font-size: 0.8rem;
    }
    
    .yellow_47ac p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .box-blue-44a0 {
        padding: 8px 10px;
    }
    
    .paragraph-copper-251d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .caption-inner-ee9d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph-copper-251d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption-inner-ee9d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d0a5 */
.promo-block-m7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
