/* Inner Page Styles */

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

.aside_blue_930c h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.aside_blue_930c h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

.gold-7340 .advanced_27a0 {
    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;
}

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

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

.gold-7340 .advanced_27a0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_5e55.fn-active-8f47 {
    color: var(--casino-gold-light);
}

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

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

.stale-33bd {
    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);
}

.stale-33bd 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focused_5742 .media_pink_1407 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.focused_5742 .media_pink_1407:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.fresh_516e .media_pink_1407:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .aside_blue_930c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .aside_blue_930c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .aside_blue_930c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gold-7340 {
        justify-content: center;
    }
    
    .avatar_8207 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .lite-42f7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .inner-73d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .stale-33bd {
        padding: var(--md-spacing-md);
    }
    
    .carousel-complex-e6a8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick_cd2a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fresh_516e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .texture_in_0c05 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .stale-33bd {
        padding: var(--md-spacing-sm);
    }
    
    .border-7a8d {
        padding: var(--md-spacing-md);
    }
    
    .thick_cd2a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.border-7a8d,
.thick_cd2a,
.fresh_516e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tooltip-hovered-aa01::-webkit-scrollbar {
    width: 8px;
}

.tooltip-hovered-aa01::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.stone_4b5a {
    font-size: 1.5rem;
}

.layout_mini_192c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right_24cb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.fresh_9b02.first_6e6c .shadow-north-0d44 {
    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); }
}

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

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

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

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

.carousel-dynamic-a174 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;
}

.carousel-dynamic-a174 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);
}

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

.info_wood_1f5a {
    font-size: 1.2rem;
}

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

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

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

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

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

.fast_af02.aside_top_76d6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fast_af02.element_green_5634::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fast_af02.notification-d699::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fast_af02.preview-tall-bd23::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.first_4780 {
    font-size: 1.2rem;
}

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

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

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

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

.pink-3ecc.under_b316 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pink-3ecc.fn-active-8f47 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.cool-5cbc {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.under_0f94.gold-3aee {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.active-f6b5 { border-top: 3px solid #00ccff; }
.banner_paper_796c { border-top: 3px solid #00ff88; }
.panel-04c8 { border-top: 3px solid #d4af37; }
.sort_e63e { border-top: 3px solid #ff6b6b; }
.liquid-89aa { border-top: 3px solid #8b5cf6; }

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

.nav-3d3e {
    overflow-x: auto;
}

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

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

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

.row-motion-95ee td {
    color: #ccc;
}

.row-motion-95ee .orange_1284 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.row-motion-95ee tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.tabs-short-ff1c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.chip-71ae h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.chip-71ae p {
    color: #888;
    font-size: 0.9rem;
}

.orange-563a {
    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;
}

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

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

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

.bronze-722d {
    font-size: 2rem;
}

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

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

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

.description-cold-6270 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.frame_2341 {
    font-size: 1.5rem;
}

.avatar-84af {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.hidden-wood-9dba {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hidden-wood-9dba .modal-wide-b58e {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.panel-first-ca9b .chip-large-c059 {
    margin-bottom: 10px;
}

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

.panel-first-ca9b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.mask-00cb {
    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;
}

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

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

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

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

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

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

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

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

.mask-selected-28bb {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.active_inner_867b a {
    color: #ff6b6b;
}

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

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

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

.lite_ed17 {
    text-align: center;
}

.lite_ed17 .accordion-last-0734 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.tag-current-148c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.progress-basic-755f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.text_hovered_c02d.gold-3aee {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .gradient-938e {
        flex-direction: column;
    }
    .modal_36ec {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.primary-7d42 .out-008a {
    color: #666;
    margin: 0 8px;
}

.primary-7d42 .upper-742b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.tall_1b5d {
    font-size: 2rem;
}

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

.hero_fresh_024e strong {
    color: #d4af37;
}

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

.column-9d05 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.header-lite-b05e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.tertiary-fixed-28a1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.link_smooth_aa33 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.carousel-62b8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.simple-db61 strong {
    color: #d4af37;
}

.iron-afbd {
    color: #aaa;
}

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

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

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

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

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

.list-fluid-6409 {
    max-width: 900px;
    margin: 0 auto;
}

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

.title-6614:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-center-2145 strong {
    color: #d4af37;
}

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

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

.iron-aa3d strong {
    color: #00ff88;
}

.iron-aa3d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-current-b3a0 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.breadcrumb-hard-144b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.breadcrumb-hard-144b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-5ee1 {
    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;
}

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

.form_basic_b607 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.mask-selected-28bb {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.banner-active-893c {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .footer_bright_9bdb {
        padding: 30px 15px;
    }
    
    .footer_bright_9bdb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hidden-b9a9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sort_003c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .filter_5ef3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter_5ef3 .status_green_080d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hot-6a47 {
        font-size: 1.3rem;
    }
    
    .hard-38db {
        font-size: 0.7rem;
    }
    
    .mask-365a {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask-365a .media_pink_1407 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid_ff74 {
        display: none;
    }
    
    .button-simple-6661 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .panel-pro-6d61 {
        padding: 20px 10px;
    }
    
    .over_75e4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tall_c834,
    .accent_stone_8d4d {
        padding: 15px;
    }
    
    .bottom_b6b0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup_plasma_b7e2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dynamic-e3b4 {
        padding: 30px 10px;
    }
    
    .description_lite_48ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-warm-c19c {
        padding: 20px 15px;
    }
    
    .box-top-2110 {
        font-size: 2rem;
    }
    
    .background-warm-c19c h3 {
        font-size: 1.1rem;
    }
    
    .background-warm-c19c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .upper-40c6 {
        padding: 20px 5px;
    }
    
    .upper-40c6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .box-b436 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .row-motion-95ee {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .row-motion-95ee th,
    .row-motion-95ee td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pattern_7db1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .footer_purple_db95 {
        padding: 20px 10px;
    }
    
    .aside-a033 h2 {
        font-size: 1.3rem;
    }
    
    .main-f2a9 {
        font-size: 0.9rem;
    }
    
    .title-6614 h3 {
        font-size: 1.1rem;
    }
    
    .title-6614 p {
        font-size: 0.9rem;
    }
    
    .sort_558d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider_c63f {
        grid-template-columns: 1fr;
    }
    
    .backdrop-center-2145 {
        font-size: 0.85rem;
    }
    
    .video-fixed-8e7a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-201b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort-201b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gradient-bottom-e24b {
        padding: 30px 10px;
    }
    
    .smooth-ed3d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-fa38 {
        padding: 15px 10px;
    }
    
    .huge-fa38 h4 {
        font-size: 0.9rem;
    }
    
    .huge-fa38 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .secondary_59e4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .smooth-ed3d {
        grid-template-columns: 1fr;
    }
    
    .huge-fa38 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card-7bd1 {
        padding: 30px 10px;
    }
    
    .over-af70 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright_88f9 {
        padding: 15px;
    }
    
    .preview_590b {
        font-size: 0.9rem;
    }
    
    .content_fresh_8ed6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content_fresh_8ed6 .component_top_13c9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .badge-4efa {
        padding: 30px 10px;
    }
    
    .badge-4efa h2 {
        font-size: 1.2rem;
    }
    
    .pattern-83af {
        gap: 10px;
    }
    
    .paragraph-under-4a85 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paragraph-under-4a85 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .plasma_7e10 {
        padding: 30px 10px;
    }
    
    .plasma_7e10 h2 {
        font-size: 1.2rem;
    }
    
    .aside_df23 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_ffbf {
        padding: 15px 10px;
    }
    
    .out_ffbf h4 {
        font-size: 0.85rem;
    }
    
    .out_ffbf p {
        font-size: 0.75rem;
    }
    
    .icon_cc63 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .nav_920e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .carousel_inner_4334 {
        padding: 20px 10px;
    }
    
    .column_huge_e026 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .banner_1e22,
    .static_631e,
    .active_inner_867b {
        width: 100%;
    }
    
    .banner_1e22 h3 {
        font-size: 1.1rem;
    }
    
    .banner_1e22 p {
        font-size: 0.8rem;
    }
    
    .description_lite_eb2a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .carousel_out_ed7d {
        padding: 30px 15px;
    }
    
    .carousel_out_ed7d h2 {
        font-size: 1.3rem;
    }
    
    .carousel_out_ed7d p {
        font-size: 0.85rem;
    }
    
    .info_static_de71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_static_de71 .media_pink_1407 {
        width: 100%;
    }
    
    .active_db35 {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .alert-plasma-8f51 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .hover-a247 {
        padding: 30px 15px;
    }
    
    .in-2026 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .warm-bfda {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .solid_cd15 h4 {
        font-size: 0.9rem;
    }
    
    .solid_cd15 a {
        font-size: 0.8rem;
    }
    
    .menu_bbf6 {
        font-size: 0.8rem;
    }
    
    .sidebar-f179 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .grid-blue-3b0a {
        padding: 8px 10px;
    }
    
    .icon-d8d7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .green-6a00 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-d8d7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .green-6a00 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a004 */
.ghost-box-y2 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
