/* Inner Page Styles */

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

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

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

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

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

.rough_2e37 .active-2b22 {
    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;
}

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

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

.rough_2e37 .active-2b22:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-2690.fn-active-1dd4 {
    color: var(--casino-gold-light);
}

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

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

.hover_outer_7cc4 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card_yellow_8dc5 .border_48d2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.gradient-advanced-9968 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.right-879f {
    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);
}

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

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

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

.right-879f .border_48d2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.right-879f .border_48d2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pattern_31e2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pattern_31e2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pattern_31e2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .rough_2e37 {
        justify-content: center;
    }
    
    .info_basic_a57d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .primary-0d12 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .brown_ecc0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover_outer_7cc4 {
        padding: var(--md-spacing-md);
    }
    
    .text_stale_b5cb {
        padding: var(--md-spacing-md) 0;
    }
    
    .pressed-fefd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .right-879f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .alert-bf87 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hover_outer_7cc4 {
        padding: var(--md-spacing-sm);
    }
    
    .background_029a {
        padding: var(--md-spacing-md);
    }
    
    .pressed-fefd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background_029a,
.pressed-fefd,
.right-879f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.filter_6e47 {
    font-size: 1.5rem;
}

.surface-rough-95de strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.smooth-f483 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.primary-hard-9ff9 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.tag-68eb {
    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;
}

.tag-68eb strong {
    color: #00ff88;
}

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

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

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

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

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

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

.nav-gold-c33e {
    text-align: center;
    margin-bottom: 30px;
}

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

.logo_dd63.list-83d4 .hard-9699 {
    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); }
}

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

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

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

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

.secondary-c678 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;
}

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

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

.dropdown-fluid-dad9 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .alert-clean-95f1 {
        grid-template-columns: 1fr;
    }
}

.easy-1f10 {
    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;
}

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

.easy-1f10.new_f131::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.easy-1f10.main-last-0751::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-1f10.accordion-easy-5735::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.easy-1f10.badge-d97c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hidden-current-cfa8 {
    font-size: 1.2rem;
}

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

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

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

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

.purple_9966.steel-6b55 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.purple_9966.fn-active-1dd4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.preview-south-d956 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.in-9cf8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.alert-1f80 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.disabled-focused-fed4 {
    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;
}

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

.disabled-focused-fed4.sort-b28f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.form-in-727e {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.sort_tiny_81db { border-top: 3px solid #00ccff; }
.wrapper_a4b2 { border-top: 3px solid #00ff88; }
.filter-9f30 { border-top: 3px solid #d4af37; }
.header_wood_c3e6 { border-top: 3px solid #ff6b6b; }
.list_inner_b35a { border-top: 3px solid #8b5cf6; }

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

.row_6efc {
    overflow-x: auto;
}

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

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

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

.easy_b4f4 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.box-bottom-2d64 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.content-8fc1 {
    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;
}

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

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

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

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

.focus-18cf {
    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;
}

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

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

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

.icon_cold_1138 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.backdrop-clean-60ce {
    background: #0a0a0a;
    padding: 60px 0;
}

.shadow-tiny-a91a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

.title-silver-91ba::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);
}

.panel-center-73b9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.title-silver-91ba h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.title-silver-91ba p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.shadow-4f20 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.green_a19c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.carousel-62e6 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.yellow_03b3 .shadow-hard-6125 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.search-9ae4 {
    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;
}

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

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

.tooltip-5aaf {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.search-thick-bf57 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.box-under-1ec6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.smooth-c659 a {
    color: #ff6b6b;
}

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

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

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

.east_a2fd {
    text-align: center;
}

.east_a2fd .feature-steel-8a63 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.link-active-9744 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.avatar-9e0c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.message-40c8 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.rough-ec49 .huge-fbcb {
    color: #666;
    margin: 0 8px;
}

.rough-ec49 .lite_d127 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.list-medium-3bdc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.box-0f2f {
    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;
}

.input-purple-ea1c {
    font-size: 2rem;
}

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

.short-bb77 strong {
    color: #d4af37;
}

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

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

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

.sidebar_upper_3a25 h3,
.container-up-a0ce h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.silver-230f {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.hidden-10bd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tall-6c30 strong {
    color: #00ff88;
}

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

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

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

.texture-5b40 h3,
.article-d40a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.accordion_white_4b87 strong {
    color: #d4af37;
}

.breadcrumb-b734 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-131d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.bottom-131d 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;
}

.bottom-131d li strong {
    color: #00ff88;
}

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

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

.video-basic-c941 {
    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;
}

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

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

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

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

.tertiary-small-ce91 strong {
    color: #d4af37;
}

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

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

.dropdown_current_b0dc strong {
    color: #00ff88;
}

.dropdown_current_b0dc span {
    color: #d4af37;
}

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

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

.label-soft-a82c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.current-3f6d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.filter-b0b4 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-1c4a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.old-1c4a li {
    margin-bottom: 5px;
}

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

.old-1c4a a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.pagination-tiny-0c68 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.pagination-tiny-0c68 strong {
    color: #00ff88;
}

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

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

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

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

.stone-91e8 {
    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;
}

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

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

@media (max-width: 768px) {
    .new-ce86 {
        flex-direction: column;
    }
    
    .stone-91e8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .narrow_00d0 {
        padding: 30px 15px;
    }
    
    .narrow_00d0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .blue_cbf0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .slow-7a3f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .search_5199 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search_5199 .hidden-west-00c3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .media_cool_eb2e {
        font-size: 1.3rem;
    }
    
    .complex-fbcc {
        font-size: 0.7rem;
    }
    
    .notice-a121 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-a121 .border_48d2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .info-gas-c0cf {
        display: none;
    }
    
    .footer-pro-7a8f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label_bottom_799c {
        padding: 20px 10px;
    }
    
    .label-soft-a82c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange-f619,
    .tag_ca14 {
        padding: 15px;
    }
    
    .accent_af6f {
        flex-direction: column;
        gap: 5px;
    }
    
    .inner_a557 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .south_8370 {
        padding: 30px 10px;
    }
    
    .column_top_2539 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary-312b {
        padding: 20px 15px;
    }
    
    .main-c4c2 {
        font-size: 2rem;
    }
    
    .primary-312b h3 {
        font-size: 1.1rem;
    }
    
    .primary-312b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup_2a45 {
        padding: 20px 10px;
    }
    
    .down-a3df h2 {
        font-size: 1.3rem;
    }
    
    .old_95a7 {
        font-size: 0.9rem;
    }
    
    .modal_905a h3 {
        font-size: 1.1rem;
    }
    
    .modal_905a p {
        font-size: 0.9rem;
    }
    
    .bottom-131d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .full_7639 {
        grid-template-columns: 1fr;
    }
    
    .tertiary-small-ce91 {
        font-size: 0.85rem;
    }
    
    .aside-0851 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-basic-c941 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .video-basic-c941 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .south_e738 {
        padding: 30px 10px;
    }
    
    .outline-0b54 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout_fe74 {
        padding: 15px 10px;
    }
    
    .layout_fe74 h4 {
        font-size: 0.9rem;
    }
    
    .layout_fe74 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .heading_d023 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outline-0b54 {
        grid-template-columns: 1fr;
    }
    
    .layout_fe74 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .clean_6714 {
        padding: 30px 10px;
    }
    
    .new_5950 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold-3e02 {
        padding: 15px;
    }
    
    .accent-6f30 {
        font-size: 0.9rem;
    }
    
    .primary-soft-1b6e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-soft-1b6e .summary_next_eb95 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .caption_dc28 {
        padding: 30px 10px;
    }
    
    .caption_dc28 h2 {
        font-size: 1.2rem;
    }
    
    .button-1c4b {
        gap: 10px;
    }
    
    .card-full-8f50 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .card-full-8f50 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .dirty-00c4 {
        padding: 30px 10px;
    }
    
    .dirty-00c4 h2 {
        font-size: 1.2rem;
    }
    
    .surface_10b8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid_ff69 {
        padding: 15px 10px;
    }
    
    .liquid_ff69 h4 {
        font-size: 0.85rem;
    }
    
    .liquid_ff69 p {
        font-size: 0.75rem;
    }
    
    .overlay_east_3ccd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .button-mini-6949 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .active-fluid-c4dc {
        padding: 20px 10px;
    }
    
    .box-under-1ec6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .picture_warm_dd1b,
    .accordion_f9ae,
    .smooth-c659 {
        width: 100%;
    }
    
    .picture_warm_dd1b h3 {
        font-size: 1.1rem;
    }
    
    .picture_warm_dd1b p {
        font-size: 0.8rem;
    }
    
    .solid-d9b6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .section_059c {
        padding: 30px 15px;
    }
    
    .section_059c h2 {
        font-size: 1.3rem;
    }
    
    .section_059c p {
        font-size: 0.85rem;
    }
    
    .action-b58f {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-b58f .border_48d2 {
        width: 100%;
    }
    
    .new-0f2a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .outline_8e6f {
        padding: 30px 10px;
    }
    
    .outline_8e6f h3 {
        font-size: 1.2rem;
    }
    
    .aside-9b70 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right-879f {
        padding: 15px 10px;
    }
    
    .right-879f h4 {
        font-size: 0.85rem;
    }
    
    .right-879f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .avatar-static-f92e {
        padding: 30px 15px;
    }
    
    .gallery_old_64a4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .black_1ea4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .center_0096 h4 {
        font-size: 0.9rem;
    }
    
    .center_0096 a {
        font-size: 0.8rem;
    }
    
    .west_5e53 {
        font-size: 0.8rem;
    }
    
    .bottom_a8d0 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .modal_d7e9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thick_7c00 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5ad5 */
.phantom-card-f4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
