/* Inner Page Styles */

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

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

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

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

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

.focus_0211 .thick-c503 {
    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;
}

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

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

.focus_0211 .thick-c503:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-small-9934 {
    color: var(--casino-gold-light);
}

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

.text-small-9934 a:hover {
    color: var(--casino-gold-light);
}

.text-small-9934.fn-active-02a0 {
    color: var(--casino-gold-light);
}

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

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

.feature-warm-da53 {
    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);
}

.feature-warm-da53 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);
}

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

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

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

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

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

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

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

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

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

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

.caption-wide-3421 {
    padding: var(--md-spacing-md) 0;
}

.easy-89af {
    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%;
}

.easy-89af 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 */
.selected_7461 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.simple_4f6d .mask_743c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.focused-92db {
    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);
}

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

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

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

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

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

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

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

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

.disabled_upper_529c .mask_743c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .slider-5936 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .slider-5936 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .slider-5936 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .focus_0211 {
        justify-content: center;
    }
    
    .thick-1219 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel-cool-36c1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight_9fcf {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature-warm-da53 {
        padding: var(--md-spacing-md);
    }
    
    .hidden-orange-d270 {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy-89af {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .disabled_upper_529c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .surface_motion_bf9f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature-warm-da53 {
        padding: var(--md-spacing-sm);
    }
    
    .container-7cdd {
        padding: var(--md-spacing-md);
    }
    
    .easy-89af {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.container-7cdd,
.easy-89af,
.disabled_upper_529c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tabs-wide-2708 {
    font-size: 1.5rem;
}

.full_e166 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .pressed-999d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hard-70d1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.alert-ffb8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .box-simple-02b4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.avatar-0690 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.hovered_3e24.progress-c7c3 .feature_11cd {
    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); }
}

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

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

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

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

.sort-a087 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;
}

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

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

.clean-c746 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .row-gold-598c {
        grid-template-columns: 1fr;
    }
}

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

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

.paragraph_current_0aab.gradient-old-d2a7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.paragraph_current_0aab.upper-ad39::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph_current_0aab.top_3a25::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.paragraph_current_0aab.popup_5004::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.text-stale-e9db {
    font-size: 1.2rem;
}

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

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

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

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

.smooth-9617.north_6d2d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth-9617.fn-active-02a0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.primary-9a73 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.panel-26f3 {
    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;
}

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

.panel-26f3.shadow_99c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hidden_right_bd39 { border-top: 3px solid #00ccff; }
.lite_a8a1 { border-top: 3px solid #00ff88; }
.gold-458c { border-top: 3px solid #d4af37; }
.filter-103f { border-top: 3px solid #ff6b6b; }
.clean_b2a9 { border-top: 3px solid #8b5cf6; }

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

.bottom_1900 {
    overflow-x: auto;
}

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

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

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

.alert_0baa td {
    color: #ccc;
}

.alert_0baa .current-2a5c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.picture-4fda {
    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;
}

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

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

.active-selected-4a34 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.active-selected-4a34 p {
    color: #888;
    font-size: 0.9rem;
}

.hover-plasma-6643 {
    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;
}

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

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

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

.text-3717 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.fresh-16eb {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.notice-9ea9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.preview_3eed {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.lower-c00a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.last_2d29 .gas_13d8 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.feature-pro-d534 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.button-7a29 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.dropdown_544d a {
    color: #ff6b6b;
}

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

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

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

.card-d1d4 {
    text-align: center;
}

.card-d1d4 .prev-23aa {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-under-1f97 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .iron_6e3d {
        flex-direction: column;
    }
    .menu-cool-b490 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.alert_small_9aae .shadow_5bc6 {
    color: #666;
    margin: 0 8px;
}

.alert_small_9aae .orange-5220 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.element_0a6b {
    font-size: 2rem;
}

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

.inner-279e strong {
    color: #d4af37;
}

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

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

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

.modal-static-92f0 h3,
.copper_71ff h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.stale-88f3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.action-848e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media_hovered_4e0c strong {
    color: #d4af37;
}

.input_selected_8ab9 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .button-iron-24b4 {
        grid-template-columns: 1fr;
    }
}

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

.tooltip-40ab strong {
    color: #d4af37;
}

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

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

.disabled_white_91b3 strong {
    color: #00ff88;
}

.disabled_white_91b3 span {
    color: #d4af37;
}

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

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

.feature-8ff0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.basic_61fb {
    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-7300 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-full-d332 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-full-d332 li {
    margin-bottom: 5px;
}

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

.grid-full-d332 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.module-hot-95b8 {
    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;
}

.outline-basic-68d0 {
    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;
}

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

.pattern-0680 strong {
    color: #00ff88;
}

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

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

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

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

.upper-483b {
    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;
}

.orange-77b3 {
    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;
}

.button-7a29 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .dropdown_outer_26d9 {
        flex-direction: column;
    }
    
    .upper-483b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice-f902 {
        padding: 30px 15px;
    }
    
    .notice-f902 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .out-c019 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .search_6aa6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .cold-0b68 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cold-0b68 .first_1279 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card-2c60 {
        font-size: 1.3rem;
    }
    
    .fluid-e403 {
        font-size: 0.7rem;
    }
    
    .filter_d635 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter_d635 .mask_743c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .stone-5ae3 {
        display: none;
    }
    
    .purple_d9d5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .action_ff5f {
        padding: 20px 10px;
    }
    
    .feature-8ff0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_top_1ab7,
    .progress-7e09 {
        padding: 15px;
    }
    
    .footer_under_76c4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .basic_61fb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image_d970 {
        padding: 30px 10px;
    }
    
    .photo-mini-c789 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-c99c {
        padding: 20px 15px;
    }
    
    .shade-liquid-0daa {
        font-size: 2rem;
    }
    
    .grid-c99c h3 {
        font-size: 1.1rem;
    }
    
    .grid-c99c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .border_b33d {
        padding: 20px 10px;
    }
    
    .over-d7e6 h2 {
        font-size: 1.3rem;
    }
    
    .smooth-d454 {
        font-size: 0.9rem;
    }
    
    .pro_2b20 h3 {
        font-size: 1.1rem;
    }
    
    .pro_2b20 p {
        font-size: 0.9rem;
    }
    
    .main_small_cc03 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .button-iron-24b4 {
        grid-template-columns: 1fr;
    }
    
    .tooltip-40ab {
        font-size: 0.85rem;
    }
    
    .detail-f45e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .north_28ed {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .north_28ed strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .silver-d554 {
        padding: 30px 10px;
    }
    
    .avatar_dark_664c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-7ed8 {
        padding: 15px;
    }
    
    .hovered-3849 {
        font-size: 0.9rem;
    }
    
    .shade_short_ec90 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_short_ec90 .hover_6b74 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .row-purple-1b8f {
        padding: 30px 10px;
    }
    
    .row-purple-1b8f h2 {
        font-size: 1.2rem;
    }
    
    .up-830d {
        gap: 10px;
    }
    
    .content-98c4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .content-98c4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .info_hard_bfc2 {
        padding: 20px 10px;
    }
    
    .plasma_e0e4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .table_f134,
    .row_bronze_b82f,
    .dropdown_544d {
        width: 100%;
    }
    
    .table_f134 h3 {
        font-size: 1.1rem;
    }
    
    .table_f134 p {
        font-size: 0.8rem;
    }
    
    .info_orange_c86a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .steel-1f8e {
        padding: 30px 15px;
    }
    
    .steel-1f8e h2 {
        font-size: 1.3rem;
    }
    
    .steel-1f8e p {
        font-size: 0.85rem;
    }
    
    .modal-hard-e353 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-hard-e353 .mask_743c {
        width: 100%;
    }
    
    .slider_last_ff5e {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .row-complex-5f89 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .link_easy_843e {
        padding: 30px 15px;
    }
    
    .south_bbcb {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .purple-594f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .smooth-32ee h4 {
        font-size: 0.9rem;
    }
    
    .smooth-32ee a {
        font-size: 0.8rem;
    }
    
    .advanced_3639 {
        font-size: 0.8rem;
    }
    
    .info-east-82ba p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .liquid_b7df {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .avatar_7df1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d850 */
.ghost-box-u0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
