/* Inner Page Styles */

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

.grid-red-0dc9 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);
}

.grid-red-0dc9 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);
}

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

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

.feature-f93c .container_action_cf12 {
    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;
}

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

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

.feature-f93c .container_action_cf12:hover::before {
    left: 100%;
}

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

.layout-dynamic-3072 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_south_34b7.fn-active-b907 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_389f .disabled_4793:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-dim-e4e4 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.active-ffed .disabled_4793:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid-red-0dc9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .grid-red-0dc9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .grid-red-0dc9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature-f93c {
        justify-content: center;
    }
    
    .glass_d7dc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .solid_7a57 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gallery-c8fa {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero_liquid_c03e {
        padding: var(--md-spacing-md);
    }
    
    .sidebar-33ec {
        padding: var(--md-spacing-md) 0;
    }
    
    .dynamic-e83d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active-ffed {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .row_orange_310b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero_liquid_c03e {
        padding: var(--md-spacing-sm);
    }
    
    .wide-1820 {
        padding: var(--md-spacing-md);
    }
    
    .dynamic-e83d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wide-1820,
.dynamic-e83d,
.active-ffed {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.green-19b4 {
    font-size: 1.5rem;
}

.icon_ce5b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .bronze-7c10 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .border-a94d {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.chip-outer-1a24 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.active-16a0 {
    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;
}

.active-16a0 strong {
    color: #00ff88;
}

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

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

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

.section-large-51bb {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

.small-9f6a {
    text-align: center;
    margin-bottom: 30px;
}

.label-lower-e1bb {
    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;
}

.label-lower-e1bb.black-f57e .smooth-472a {
    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); }
}

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

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

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

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

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

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

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

.block_dynamic_5082 {
    font-size: 1.2rem;
}

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

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

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

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

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

.alert_a917.hero-glass-92ba::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.alert_a917.avatar_bfef::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert_a917.bright-dc89::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.alert_a917.tag-f224::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.upper_2a7f {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-0f4a.dirty-e869 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-0f4a.fn-active-b907 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.menu-93aa {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.new-e4a5.panel-54a8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.south_1572 { border-top: 3px solid #00ccff; }
.pagination-full-5271 { border-top: 3px solid #00ff88; }
.wrapper-down-4ca8 { border-top: 3px solid #d4af37; }
.link_east_57c3 { border-top: 3px solid #ff6b6b; }
.pagination_b79c { border-top: 3px solid #8b5cf6; }

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

.stale-8359 {
    overflow-x: auto;
}

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

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

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

.breadcrumb-1a57 td {
    color: #ccc;
}

.breadcrumb-1a57 .preview-dynamic-b837 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.breadcrumb-1a57 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.module-clean-9d05 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.link-73ff {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.notification-advanced-e693 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.input-dynamic-dc07 {
    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;
}

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

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

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

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

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

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

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

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

.layout-04a1 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.complex-25e2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.picture-d7ea {
    font-size: 1.5rem;
}

.description-bottom-f588 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.mask-soft-82b7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.thumbnail_9a53 .search_liquid_563f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.yellow-128e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.hidden-large-95f8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.avatar-tiny-7e48 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.notification-selected-45f1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.west-691a {
    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;
}

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

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

.slider-8a8b span {
    color: #666;
    font-size: 0.8rem;
}

.slider-8a8b a {
    color: #ff6b6b;
}

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

.alert-smooth-a724 {
    max-width: 800px;
    margin: 0 auto;
}

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

.dynamic_b449 {
    text-align: center;
}

.dynamic_b449 .right-c377 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.dynamic_b449 .popup-narrow-d14d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.alert-smooth-a724 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.avatar-thick-086c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.link-outer-e13c {
    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;
}

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

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

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

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

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

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

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

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

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

.surface_middle_b0e8.panel-54a8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .section_2d7a {
        flex-direction: column;
    }
    .notification-bright-a597 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.avatar_9313 .rough_20ee {
    color: #666;
    margin: 0 8px;
}

.avatar_9313 .dirty_039c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.picture-steel-742e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.hovered-8a9f {
    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;
}

.photo-dff7 {
    font-size: 2rem;
}

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

.old_55dd strong {
    color: #d4af37;
}

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

.tabs-west-70b5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tabs-west-70b5 {
        grid-template-columns: 1fr;
    }
}

.outer-9b75 h3,
.media-warm-7d73 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.chip-lower-0d14 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.slow-286e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.dropdown-7c20 strong {
    color: #00ff88;
}

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

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

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

.pattern-small-483c h3,
.hidden-yellow-2bb6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.white-421b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.detail-left-db62 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.section_lower_9061 strong {
    color: #d4af37;
}

.overlay_b699 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-c7b7 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;
}

.hero-c7b7 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.preview-0049 strong {
    color: #d4af37;
}

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

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

.alert_hovered_0c74 strong {
    color: #00ff88;
}

.alert_hovered_0c74 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.gold-2f60 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.widget-thick-b91c {
    color: #999;
    font-size: 0.85rem;
}

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

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

.alert-north-dee1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.alert-north-dee1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_fde8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.avatar-tiny-7e48 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .silver_0ac6 {
        padding: 30px 15px;
    }
    
    .silver_0ac6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .backdrop_80dd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-static-539f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside-clean-d5b8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-clean-d5b8 .hover-down-6889 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .status-out-e508 {
        font-size: 1.3rem;
    }
    
    .hidden-selected-827a {
        font-size: 0.7rem;
    }
    
    .plasma-d788 {
        flex-direction: column;
        gap: 10px;
    }
    
    .plasma-d788 .disabled_4793 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .current_f24b {
        display: none;
    }
    
    .chip_right_d426 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade-1a81 {
        padding: 20px 10px;
    }
    
    .border_4555 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_8b31,
    .search_1087 {
        padding: 15px;
    }
    
    .gold-2f60 {
        flex-direction: column;
        gap: 5px;
    }
    
    .overlay_lower_7a16 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal_under_b43c {
        padding: 30px 10px;
    }
    
    .article_6720 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_1309 {
        padding: 20px 15px;
    }
    
    .logo-247c {
        font-size: 2rem;
    }
    
    .status_1309 h3 {
        font-size: 1.1rem;
    }
    
    .status_1309 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .alert_37ca {
        padding: 20px 10px;
    }
    
    .texture_0a91 h2 {
        font-size: 1.3rem;
    }
    
    .texture-fluid-c614 {
        font-size: 0.9rem;
    }
    
    .layout_485e h3 {
        font-size: 1.1rem;
    }
    
    .layout_485e p {
        font-size: 0.9rem;
    }
    
    .hero-c7b7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .highlight-f9ed {
        grid-template-columns: 1fr;
    }
    
    .preview-0049 {
        font-size: 0.85rem;
    }
    
    .shade-mini-f02c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent_3f77 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accent_3f77 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .progress-north-ae7a {
        padding: 30px 10px;
    }
    
    .disabled_prev_bba5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_stale_4760 {
        padding: 15px 10px;
    }
    
    .picture_stale_4760 h4 {
        font-size: 0.9rem;
    }
    
    .picture_stale_4760 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .media-0bc7 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .main_huge_e9e3 {
        padding: 30px 10px;
    }
    
    .fast-7276 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick-cfca {
        padding: 15px;
    }
    
    .input-da43 {
        font-size: 0.9rem;
    }
    
    .form_3e2d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_3e2d .section-black-3cfb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gradient_hovered_df86 {
        padding: 30px 10px;
    }
    
    .gradient_hovered_df86 h2 {
        font-size: 1.2rem;
    }
    
    .accent-mini-8295 {
        gap: 10px;
    }
    
    .search-2b60 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search-2b60 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .stone-297a {
        padding: 30px 10px;
    }
    
    .stone-297a h2 {
        font-size: 1.2rem;
    }
    
    .icon-ebd9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel_18e5 {
        padding: 15px 10px;
    }
    
    .panel_18e5 h4 {
        font-size: 0.85rem;
    }
    
    .panel_18e5 p {
        font-size: 0.75rem;
    }
    
    .huge_2da6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .west-175a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search_148b {
        padding: 20px 10px;
    }
    
    .notification-selected-45f1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .form-67dc,
    .box_eb2e,
    .slider-8a8b {
        width: 100%;
    }
    
    .form-67dc h3 {
        font-size: 1.1rem;
    }
    
    .form-67dc p {
        font-size: 0.8rem;
    }
    
    .west-691a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .progress_rough_9d3a {
        padding: 30px 15px;
    }
    
    .progress_rough_9d3a h2 {
        font-size: 1.3rem;
    }
    
    .progress_rough_9d3a p {
        font-size: 0.85rem;
    }
    
    .hidden_fast_5a63 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden_fast_5a63 .disabled_4793 {
        width: 100%;
    }
    
    .dropdown-8ea2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thumbnail_d642 {
        padding: 30px 15px;
    }
    
    .module-gas-ad3b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal_in_5a19 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cool-9891 h4 {
        font-size: 0.9rem;
    }
    
    .cool-9891 a {
        font-size: 0.8rem;
    }
    
    .thumbnail-new-cce5 {
        font-size: 0.8rem;
    }
    
    .progress_0d5c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .shadow_liquid_9f5c {
        padding: 8px 10px;
    }
    
    .shadow-first-878f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .alert_west_ce2f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shadow-first-878f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .alert_west_ce2f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3bb9 */
.shadow-element-p7 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
