/* Inner Page Styles */

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

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

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

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

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

.pink-981d .mini-dd04 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.pink-981d .mini-dd04:hover::before {
    left: 100%;
}

.pink-981d .mini-dd04:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.static-58a0 {
    margin-bottom: var(--md-spacing-lg);
}

.gradient-dirty-22c7 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert_bbc6.fn-active-1c6e {
    color: var(--casino-gold-light);
}

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

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

.red-65b1 {
    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);
}

.red-65b1 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-8f75:hover::before {
    left: 100%;
}

.title-8f75 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;
}

.title-8f75 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;
}

.title-8f75 .bright-edf1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.title-8f75 .bright-edf1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.fixed_1192 .bright-edf1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .middle_637f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .middle_637f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .middle_637f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pink-981d {
        justify-content: center;
    }
    
    .gradient-dirty-22c7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .primary_c79e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .text_4237 {
        padding: var(--md-spacing-md) 0;
    }
    
    .red-65b1 {
        padding: var(--md-spacing-md);
    }
    
    .surface_c79e {
        padding: var(--md-spacing-md) 0;
    }
    
    .center_735f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fixed_1192 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .liquid_af93 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .red-65b1 {
        padding: var(--md-spacing-sm);
    }
    
    .slider_simple_1751 {
        padding: var(--md-spacing-md);
    }
    
    .center_735f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slider_simple_1751,
.center_735f,
.fixed_1192 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.dirty-3fba {
    font-size: 1.5rem;
}

.red_7c40 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.glass-8187 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_dim_3e53 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .panel-pressed-4c56 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.bottom-557d.middle_243f .frame_fd4c {
    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); }
}

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

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

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

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

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

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

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

.bronze-5407 {
    font-size: 1.2rem;
}

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

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

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

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

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

.next_cc28.icon-iron-793f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.next_cc28.message_current_f67d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.next_cc28.secondary-b078::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.next_cc28.current-8309::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pattern_45d5 {
    font-size: 1.2rem;
}

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

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

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

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

.summary-steel-27c7.overlay-inner-6358 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-steel-27c7.fn-active-1c6e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.item-37a2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.selected-d7cf { border-top: 3px solid #00ccff; }
.dirty_374a { border-top: 3px solid #00ff88; }
.carousel_ab5a { border-top: 3px solid #d4af37; }
.widget-dirty-a49e { border-top: 3px solid #ff6b6b; }
.huge_f70b { border-top: 3px solid #8b5cf6; }

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

.mask-6462 {
    overflow-x: auto;
}

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

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

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

.center_ca36 td {
    color: #ccc;
}

.center_ca36 .bright-84be {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.nav-hot-341d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.hero-warm-aaa9 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.column-cold-e996 {
    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;
}

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

.container-small-c8ea p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.hidden-paper-37db {
    font-size: 2rem;
}

.texture-old-19fe strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.texture-old-19fe p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.caption-smooth-62fe {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .caption-smooth-62fe::before {
        left: 30px;
    }
}

.active-lower-8eab {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.list-pro-6fce {
    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;
}

.list-pro-6fce::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);
}

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

.list-pro-6fce h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.list-pro-6fce p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.module_4ba5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.tabs-pressed-1fe7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.frame_3d56 .background_new_c09d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.element-lite-6843 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-51c8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.item-51c8 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.filter_in_6516 a {
    color: #ff6b6b;
}

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

.under-8ea1 {
    max-width: 800px;
    margin: 0 auto;
}

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

.sort-06ed {
    text-align: center;
}

.sort-06ed .backdrop_c961 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.sort-06ed .advanced_1f4a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.under-8ea1 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.widget-north-daba {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.carousel-narrow-6587 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .lower_fc70 {
        flex-direction: column;
    }
    .info-old-c6df {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pro_383b .container-9c89 {
    color: #666;
    margin: 0 8px;
}

.pro_383b .form-2a4e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.secondary-silver-bf2b {
    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;
}

.light-5bac {
    font-size: 2rem;
}

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

.status_3c7d strong {
    color: #d4af37;
}

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

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

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

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

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

.label-up-757a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.title-black-0e77 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.alert-bottom-eada strong {
    color: #00ff88;
}

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

.highlight-thick-feeb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.row-4cfa h3,
.tabs-a25f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.photo-slow-22fb summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.photo-slow-22fb summary::-webkit-details-marker {
    display: none;
}

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

.active-huge-1320 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.accent_cdfe strong {
    color: #d4af37;
}

.soft_649b {
    color: #aaa;
}

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

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

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

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

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

.caption-solid-71cf {
    max-width: 900px;
    margin: 0 auto;
}

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

.nav-2ebf:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_956e strong {
    color: #d4af37;
}

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

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

.component_464a strong {
    color: #00ff88;
}

.component_464a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-upper-cb0f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-0c42 li {
    margin-bottom: 5px;
}

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

.short-0c42 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.progress-bottom-0838 {
    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;
}

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

.container_middle_a066 strong {
    color: #00ff88;
}

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

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

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

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

.east-9f47 {
    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;
}

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

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

@media (max-width: 768px) {
    .south-edc1 {
        flex-direction: column;
    }
    
    .east-9f47 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .current_9b43 {
        padding: 30px 15px;
    }
    
    .current_9b43 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lower-6c15 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo_4ff9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .overlay-cool-7838 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay-cool-7838 .short_6964 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .list-8269 {
        font-size: 1.3rem;
    }
    
    .slow-98bc {
        font-size: 0.7rem;
    }
    
    .status-bc93 {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-bc93 .bright-edf1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid-2f9e {
        display: none;
    }
    
    .carousel_yellow_a8d2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .bright_60f8 {
        padding: 20px 10px;
    }
    
    .west_d95c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort-9665,
    .blue_4ecf {
        padding: 15px;
    }
    
    .dirty-ad82 {
        flex-direction: column;
        gap: 5px;
    }
    
    .smooth_e91c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .table-4e67 {
        padding: 30px 10px;
    }
    
    .accordion_82bb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination_purple_95b3 {
        padding: 20px 15px;
    }
    
    .summary_9659 {
        font-size: 2rem;
    }
    
    .pagination_purple_95b3 h3 {
        font-size: 1.1rem;
    }
    
    .pagination_purple_95b3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .status_04b0 {
        padding: 20px 10px;
    }
    
    .current_28ac h2 {
        font-size: 1.3rem;
    }
    
    .secondary-hovered-de64 {
        font-size: 0.9rem;
    }
    
    .nav-2ebf h3 {
        font-size: 1.1rem;
    }
    
    .nav-2ebf p {
        font-size: 0.9rem;
    }
    
    .hover_dd96 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .south_64c7 {
        grid-template-columns: 1fr;
    }
    
    .gradient_956e {
        font-size: 0.85rem;
    }
    
    .section-steel-b8ed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link_east_158f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .link_east_158f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .label_2a0c {
        padding: 30px 10px;
    }
    
    .caption_017f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-1ca4 {
        padding: 15px 10px;
    }
    
    .picture-1ca4 h4 {
        font-size: 0.9rem;
    }
    
    .picture-1ca4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .section-b409 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .block-c1c0 {
        padding: 30px 10px;
    }
    
    .hero-lower-17fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-bottom-47c8 {
        padding: 15px;
    }
    
    .video_black_9020 {
        font-size: 0.9rem;
    }
    
    .texture_warm_e325 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture_warm_e325 .item-5408 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay-stale-26bd {
        padding: 30px 10px;
    }
    
    .overlay-stale-26bd h2 {
        font-size: 1.2rem;
    }
    
    .gold_1c9c {
        gap: 10px;
    }
    
    .tag_e997 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tag_e997 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .panel-huge-2142 {
        padding: 30px 10px;
    }
    
    .panel-huge-2142 h2 {
        font-size: 1.2rem;
    }
    
    .grid-0469 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail_d65d {
        padding: 15px 10px;
    }
    
    .detail_d65d h4 {
        font-size: 0.85rem;
    }
    
    .detail_d65d p {
        font-size: 0.75rem;
    }
    
    .texture_2e88 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .action-91cb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .middle_42b8 {
        padding: 20px 10px;
    }
    
    .surface_28a7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop-b4de,
    .item-51c8,
    .filter_in_6516 {
        width: 100%;
    }
    
    .backdrop-b4de h3 {
        font-size: 1.1rem;
    }
    
    .backdrop-b4de p {
        font-size: 0.8rem;
    }
    
    .basic_786d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .solid_1e97 {
        padding: 30px 15px;
    }
    
    .solid_1e97 h2 {
        font-size: 1.3rem;
    }
    
    .solid_1e97 p {
        font-size: 0.85rem;
    }
    
    .description-copper-c513 {
        flex-direction: column;
        gap: 10px;
    }
    
    .description-copper-c513 .bright-edf1 {
        width: 100%;
    }
    
    .accordion_09be {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hot_de0a {
        padding: 30px 15px;
    }
    
    .yellow_0b5b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .element-37bc {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .full-a667 h4 {
        font-size: 0.9rem;
    }
    
    .full-a667 a {
        font-size: 0.8rem;
    }
    
    .progress-34ec {
        font-size: 0.8rem;
    }
    
    .progress_b5cc p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .outer_2a26 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .icon_c425 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d4b0 */
.promo-block-e7 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
