/* Inner Page Styles */

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

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

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

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

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

.table-1424 .grid_dirty_9c7b {
    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;
}

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

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

.table-1424 .grid_dirty_9c7b:hover::before {
    left: 100%;
}

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

.video-3cc9 {
    margin-bottom: var(--md-spacing-lg);
}

.button-48ba {
    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);
}

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

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

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

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

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

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

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

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

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

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

.active-3f91 {
    color: var(--casino-gold-light);
}

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

.active-3f91 a:hover {
    color: var(--casino-gold-light);
}

.active-3f91.fn-active-b709 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.steel_2e09 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 */
.detail-fast-0616 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-fast-0616 li {
    margin-bottom: var(--md-spacing-xs);
}

.detail-fast-0616 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);
}

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

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

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

.border-aa77:hover::before {
    left: 100%;
}

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

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

.border-aa77 .progress-plasma-3e2a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.border-aa77 .progress-plasma-3e2a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.huge-93b1 {
    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);
}

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

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

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

.huge-93b1 .progress-plasma-3e2a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.huge-93b1 .progress-plasma-3e2a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .complex-cafa {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .complex-cafa h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .complex-cafa h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table-1424 {
        justify-content: center;
    }
    
    .button-48ba {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph-bc8b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer-229c {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover_2b49 {
        padding: var(--md-spacing-md);
    }
    
    .header_9070 {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel_2e09 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .huge-93b1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .filter_right_79fd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hover_2b49 {
        padding: var(--md-spacing-sm);
    }
    
    .hover_b062 {
        padding: var(--md-spacing-md);
    }
    
    .steel_2e09 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hover_b062,
.steel_2e09,
.huge-93b1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.detail-slow-4d72::-webkit-scrollbar {
    width: 8px;
}

.detail-slow-4d72::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.detail-slow-4d72::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.dropdown_gas_dbc0 {
    font-size: 1.5rem;
}

.block_cc11 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input_cold_b8b9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.tabs_active_5e55.secondary_4a5d .image_d924 {
    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); }
}

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

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

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

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

.under-a380 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;
}

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

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

.out_4463 {
    font-size: 1.2rem;
}

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

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

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

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

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

.layout_ec14.in_fed3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout_ec14.dirty_463f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout_ec14.menu-smooth-7a6b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout_ec14.border-53c9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mini_a1f2 {
    font-size: 1.2rem;
}

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

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

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

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

.backdrop-solid-8e7f.box_paper_7141 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-solid-8e7f.fn-active-b709 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.summary-red-45aa {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.description-south-e5f1 {
    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;
}

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

.description-south-e5f1.menu_black_a3a1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shade_1758 { border-top: 3px solid #00ccff; }
.popup-bottom-23db { border-top: 3px solid #00ff88; }
.last_6aab { border-top: 3px solid #d4af37; }
.action-2047 { border-top: 3px solid #ff6b6b; }
.breadcrumb_f86c { border-top: 3px solid #8b5cf6; }

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

.item-8028 {
    overflow-x: auto;
}

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

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

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

.border_832d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.dropdown-256d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.widget-fluid-b916 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.focused-383c {
    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;
}

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

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

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

.tag-6aaf p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tertiary-pro-d52b {
    font-size: 2rem;
}

.tertiary-current-65e2 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.tertiary-current-65e2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-lite-194b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.fresh_22de {
    font-size: 1.5rem;
}

.thumbnail-fresh-b3cf {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.container_north_bcc6 .avatar_42d7 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .pattern-last-6c66 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-smooth-707a {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

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

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

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

.tooltip_b704 a {
    color: #ff6b6b;
}

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

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

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

.info-4213 {
    text-align: center;
}

.info-4213 .carousel-blue-64ab {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.block-white-d800 {
    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;
}

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

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

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

.widget-soft-0d18 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.primary-top-399d {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .background-hovered-d916 {
        flex-direction: column;
    }
    .primary-top-399d {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.purple-277a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.container-lower-0b81 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.info-simple-f33b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gold-332a .orange-4ddd {
    color: #666;
    margin: 0 8px;
}

.gold-332a .hover_31ef {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.advanced_d26b {
    font-size: 2rem;
}

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

.left_694b strong {
    color: #d4af37;
}

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

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

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

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

.media-orange-ef8d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.hard_340c strong {
    color: #00ff88;
}

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

.pagination-up-2568 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.purple-16bb h3,
.gas-e95c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.smooth-7b35 strong {
    color: #d4af37;
}

.video_5ab0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-a238 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;
}

.item-a238 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.widget-5b69 strong {
    color: #d4af37;
}

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

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

.black-ca60 strong {
    color: #00ff88;
}

.black-ca60 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-complex-405d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.footer-complex-405d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .lower_8fca {
        padding: 30px 15px;
    }
    
    .lower_8fca h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accent_steel_4e26 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .complex-ada3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .next-6ca6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .next-6ca6 .gold-0e8b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer_fede {
        font-size: 1.3rem;
    }
    
    .overlay_61da {
        font-size: 0.7rem;
    }
    
    .green-9628 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green-9628 .progress-plasma-3e2a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pro_dca1 {
        display: none;
    }
    
    .tooltip_374a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pattern-old-c0ce {
        padding: 20px 10px;
    }
    
    .tertiary_1ca6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .out_ad4d,
    .box-f648 {
        padding: 15px;
    }
    
    .gradient_in_e262 {
        flex-direction: column;
        gap: 5px;
    }
    
    .outline_rough_ebb4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image-dark-b6d5 {
        padding: 30px 10px;
    }
    
    .layout-db7c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower-7654 {
        padding: 20px 15px;
    }
    
    .message-35ac {
        font-size: 2rem;
    }
    
    .lower-7654 h3 {
        font-size: 1.1rem;
    }
    
    .lower-7654 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .slow_dbec {
        padding: 20px 10px;
    }
    
    .in_8814 h2 {
        font-size: 1.3rem;
    }
    
    .new_fc1c {
        font-size: 0.9rem;
    }
    
    .text_purple_aab3 h3 {
        font-size: 1.1rem;
    }
    
    .text_purple_aab3 p {
        font-size: 0.9rem;
    }
    
    .item-a238 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tiny-051b {
        grid-template-columns: 1fr;
    }
    
    .widget-5b69 {
        font-size: 0.85rem;
    }
    
    .hover-7867 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion_4d1b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accordion_4d1b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .video-75cd {
        padding: 30px 10px;
    }
    
    .alert-down-fb1a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_2f3f {
        padding: 15px 10px;
    }
    
    .badge_2f3f h4 {
        font-size: 0.9rem;
    }
    
    .badge_2f3f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .lite-d4de {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-down-fb1a {
        grid-template-columns: 1fr;
    }
    
    .badge_2f3f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination_7d56 {
        padding: 30px 10px;
    }
    
    .alert-0d54 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer-8c7e {
        padding: 15px;
    }
    
    .caption_6740 {
        font-size: 0.9rem;
    }
    
    .thumbnail_ff79 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_ff79 .basic-2582 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tabs_new_6f19 {
        padding: 30px 10px;
    }
    
    .tabs_new_6f19 h2 {
        font-size: 1.2rem;
    }
    
    .hard-e435 {
        gap: 10px;
    }
    
    .notice_pink_eade summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .notice_pink_eade p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop_hard_54f1 {
        padding: 30px 10px;
    }
    
    .backdrop_hard_54f1 h2 {
        font-size: 1.2rem;
    }
    
    .section-fluid-f40b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .soft_7839 {
        padding: 15px 10px;
    }
    
    .soft_7839 h4 {
        font-size: 0.85rem;
    }
    
    .soft_7839 p {
        font-size: 0.75rem;
    }
    
    .selected-6868 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hidden_22ca {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .white-d46b {
        padding: 20px 10px;
    }
    
    .avatar-7920 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .detail_1157,
    .filter_2134,
    .tooltip_b704 {
        width: 100%;
    }
    
    .detail_1157 h3 {
        font-size: 1.1rem;
    }
    
    .detail_1157 p {
        font-size: 0.8rem;
    }
    
    .dropdown-smooth-707a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .focus_5f35 {
        padding: 30px 15px;
    }
    
    .focus_5f35 h2 {
        font-size: 1.3rem;
    }
    
    .focus_5f35 p {
        font-size: 0.85rem;
    }
    
    .modal-2f00 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-2f00 .progress-plasma-3e2a {
        width: 100%;
    }
    
    .banner_pro_5664 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature_a913 {
        padding: 30px 15px;
    }
    
    .active_4616 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .stale-d342 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shadow_pro_6478 h4 {
        font-size: 0.9rem;
    }
    
    .shadow_pro_6478 a {
        font-size: 0.8rem;
    }
    
    .white-5f50 {
        font-size: 0.8rem;
    }
    
    .next_e418 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .overlay_dynamic_75c2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .modal-c371 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d19a */
.ghost-box-d3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
