/* Inner Page Styles */

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

.outer-44f5 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);
}

.outer-44f5 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);
}

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

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

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

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

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

.list_bottom_9411 .primary_7701:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-ec0b.fn-active-7e3b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-1df3 {
    padding: var(--md-spacing-md) 0;
}

.advanced-0cd2 {
    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%;
}

.advanced-0cd2 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 */
.container-194b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-194b li {
    margin-bottom: var(--md-spacing-xs);
}

.container-194b 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);
}

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

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

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

.column-paper-bb1b:hover::before {
    left: 100%;
}

.column-paper-bb1b 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;
}

.column-paper-bb1b 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;
}

.column-paper-bb1b .column_orange_18e5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.column-paper-bb1b .column_orange_18e5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.item-thick-25ec {
    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);
}

.item-thick-25ec:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.bronze-e61a .column_orange_18e5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.bronze-e61a .column_orange_18e5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .outer-44f5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .outer-44f5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .outer-44f5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .list_bottom_9411 {
        justify-content: center;
    }
    
    .gallery-b378 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .label-7b50 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .main_pro_d50d {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption-acf4 {
        padding: var(--md-spacing-md);
    }
    
    .picture-2f61 {
        padding: var(--md-spacing-md) 0;
    }
    
    .advanced-0cd2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bronze-e61a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .huge-036c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption-acf4 {
        padding: var(--md-spacing-sm);
    }
    
    .logo-fixed-0917 {
        padding: var(--md-spacing-md);
    }
    
    .advanced-0cd2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.logo-fixed-0917,
.advanced-0cd2,
.bronze-e61a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.outer-1554 {
    font-size: 1.5rem;
}

.outline_lite_6aa7 strong {
    color: #00ff88;
}

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

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

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

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

.column-yellow-e88a {
    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;
}

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

.column-yellow-e88a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.column-yellow-e88a li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.box-brown-1a86 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.feature_d13b strong {
    color: #00ff88;
}

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

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

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

.shade-bottom-095a {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.info-short-a156::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;
}

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

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

.wrapper_799b.badge_bottom_2e9f .dropdown-663f {
    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); }
}

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

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

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

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

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

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

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

.box-fixed-eb66 {
    font-size: 1.2rem;
}

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

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

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

.texture-gold-089e {
    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;
}

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

.texture-gold-089e.button_ca22::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.texture-gold-089e.widget-new-f4d7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture-gold-089e.footer_920f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.texture-gold-089e.info_cold_7754::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fast-cdd1 {
    font-size: 1.2rem;
}

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

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

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

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

.hot_e16a.iron-4e98 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hot_e16a.fn-active-7e3b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.image-5bcf {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.accent-mini-e711 {
    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;
}

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

.accent-mini-e711.red_a842 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.carousel-silver-05da {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.pattern-d9d4 { border-top: 3px solid #00ccff; }
.rough-177f { border-top: 3px solid #00ff88; }
.center-30b4 { border-top: 3px solid #d4af37; }
.header-f31e { border-top: 3px solid #ff6b6b; }
.texture_tall_2777 { border-top: 3px solid #8b5cf6; }

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

.hero_tiny_4b63 {
    overflow-x: auto;
}

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

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

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

.purple_625a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.aside-1d63 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.avatar-top-9bde {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

.next-2b3f h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.next-2b3f p {
    color: #888;
    font-size: 0.9rem;
}

.title-2e57 {
    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;
}

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

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

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

.carousel_current_46cc {
    font-size: 2rem;
}

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

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

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

.hard-6ba5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.link-wide-9ae5 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.form-full-525e {
    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;
}

.form-full-525e::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);
}

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

.form-full-525e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.form-full-525e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.widget-middle-868a {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.prev_a24a {
    font-size: 1.5rem;
}

.hovered-0c69 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.large-ebc5 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.content_5873 .notification_first_1f27 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pressed-859a {
    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;
}

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

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

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

.box-bba8 a {
    color: #ff6b6b;
}

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

.content-over-2375 {
    max-width: 800px;
    margin: 0 auto;
}

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

.layout-dirty-1aa8 {
    text-align: center;
}

.layout-dirty-1aa8 .search-cdbb {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.layout-dirty-1aa8 .search-first-40ea {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.content-over-2375 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.pagination-soft-854c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.west-a4a1 .paragraph_middle_88c2 {
    color: #666;
    margin: 0 8px;
}

.west-a4a1 .background-5400 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.advanced-684b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.texture_e18b {
    font-size: 2rem;
}

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

.smooth-b8de strong {
    color: #d4af37;
}

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

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

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

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

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

.icon-0a16 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.secondary-73e5 strong {
    color: #d4af37;
    margin-right: 8px;
}

.avatar-new-b1a6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.small-ceb3 strong {
    color: #00ff88;
}

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

.input-6cd7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.description-prev-7092 summary::-webkit-details-marker {
    display: none;
}

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

.icon-copper-e06e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.east_a359 strong {
    color: #d4af37;
}

.medium_4151 {
    color: #aaa;
}

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

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

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

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

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

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

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

.thumbnail-iron-eb49:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.gas-1da3 {
    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;
}

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

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

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

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

.block_8e75 strong {
    color: #d4af37;
}

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

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

.accordion-3662 strong {
    color: #00ff88;
}

.accordion-3662 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.sort-first-3b8d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.copper-5c34 {
    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);
}

.info-huge-c212 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_inner_9427 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.icon-2de8 strong {
    color: #00ff88;
}

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

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

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

.gas-5c01 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.main-glass-1fbc {
    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;
}

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

@media (max-width: 768px) {
    .gas-5c01 {
        flex-direction: column;
    }
    
    .border_9ea7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight-gas-be81 {
        padding: 30px 15px;
    }
    
    .highlight-gas-be81 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .block-focused-aaf3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark_1853 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .backdrop_prev_537d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop_prev_537d .text-over-d9f6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .item-62a7 {
        font-size: 1.3rem;
    }
    
    .dynamic_0e57 {
        font-size: 0.7rem;
    }
    
    .red_f141 {
        flex-direction: column;
        gap: 10px;
    }
    
    .red_f141 .column_orange_18e5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .progress-rough-b448 {
        display: none;
    }
    
    .element-a4dc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hovered_40a7 {
        padding: 20px 10px;
    }
    
    .right-fb52 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-lite-253c,
    .cool-c2b0 {
        padding: 15px;
    }
    
    .sort-first-3b8d {
        flex-direction: column;
        gap: 5px;
    }
    
    .copper-5c34 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hover-f2ba {
        padding: 30px 10px;
    }
    
    .silver-74a4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern_orange_8145 {
        padding: 20px 15px;
    }
    
    .aside_edb4 {
        font-size: 2rem;
    }
    
    .pattern_orange_8145 h3 {
        font-size: 1.1rem;
    }
    
    .pattern_orange_8145 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .picture_61ac {
        padding: 20px 10px;
    }
    
    .small-4f66 h2 {
        font-size: 1.3rem;
    }
    
    .top-aba4 {
        font-size: 0.9rem;
    }
    
    .thumbnail-iron-eb49 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-iron-eb49 p {
        font-size: 0.9rem;
    }
    
    .dropdown_e705 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hidden-fca5 {
        grid-template-columns: 1fr;
    }
    
    .block_8e75 {
        font-size: 0.85rem;
    }
    
    .tertiary_b7ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-1da3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gas-1da3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .media_3d53 {
        padding: 30px 10px;
    }
    
    .inner_d64d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full_b3d4 {
        padding: 15px 10px;
    }
    
    .full_b3d4 h4 {
        font-size: 0.9rem;
    }
    
    .full_b3d4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .clean_e3c2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .inner_d64d {
        grid-template-columns: 1fr;
    }
    
    .full_b3d4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .main_5375 {
        padding: 30px 10px;
    }
    
    .content_2d2d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-fixed-4b23 {
        padding: 15px;
    }
    
    .advanced_829a {
        font-size: 0.9rem;
    }
    
    .static_17ee {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static_17ee .panel_focused_9555 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .cold-3148 {
        padding: 30px 10px;
    }
    
    .cold-3148 h2 {
        font-size: 1.2rem;
    }
    
    .accordion-74f3 {
        gap: 10px;
    }
    
    .status-west-c210 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .status-west-c210 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .down-078c {
        padding: 30px 10px;
    }
    
    .down-078c h2 {
        font-size: 1.2rem;
    }
    
    .upper_c75a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold-af55 {
        padding: 15px 10px;
    }
    
    .cold-af55 h4 {
        font-size: 0.85rem;
    }
    
    .cold-af55 p {
        font-size: 0.75rem;
    }
    
    .primary_outer_db14 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .container_bright_ba72 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .upper_576e {
        padding: 20px 10px;
    }
    
    .thumbnail_0c54 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .box-4184,
    .action_9c0f,
    .box-bba8 {
        width: 100%;
    }
    
    .box-4184 h3 {
        font-size: 1.1rem;
    }
    
    .box-4184 p {
        font-size: 0.8rem;
    }
    
    .pressed-859a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .slow_afe4 {
        padding: 30px 15px;
    }
    
    .slow_afe4 h2 {
        font-size: 1.3rem;
    }
    
    .slow_afe4 p {
        font-size: 0.85rem;
    }
    
    .small-0cc8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .small-0cc8 .column_orange_18e5 {
        width: 100%;
    }
    
    .frame-dim-3c98 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .popup_eb00 {
        padding: 30px 15px;
    }
    
    .input_solid_ef69 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accent-c134 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status-pink-6908 h4 {
        font-size: 0.9rem;
    }
    
    .status-pink-6908 a {
        font-size: 0.8rem;
    }
    
    .outer_318d {
        font-size: 0.8rem;
    }
    
    .tertiary_ac7d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .panel-tiny-4732 {
        padding: 8px 10px;
    }
    
    .layout_7417 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .photo_north_8d69 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .layout_7417 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .photo_north_8d69 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 16cd */
.phantom-card-o7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
