/* Inner Page Styles */

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

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

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

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

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

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

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

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

.narrow_dcee .active_4768:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next_92f8.fn-active-5f10 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info-upper-070c {
    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%;
}

.info-upper-070c 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 */
.message-glass-a0df {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-glass-a0df li {
    margin-bottom: var(--md-spacing-xs);
}

.message-glass-a0df 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);
}

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

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

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

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

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

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

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

.status_easy_cd2f .input-2b3d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.item-pink-3827 {
    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);
}

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

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

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

.item-pink-3827 .input-2b3d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.item-pink-3827 .input-2b3d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .active_da39 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .active_da39 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .active_da39 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .narrow_dcee {
        justify-content: center;
    }
    
    .stale_a5d1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .copper_9266 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .left_d25a {
        padding: var(--md-spacing-md) 0;
    }
    
    .accordion-dde1 {
        padding: var(--md-spacing-md);
    }
    
    .disabled_gas_0e4e {
        padding: var(--md-spacing-md) 0;
    }
    
    .info-upper-070c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .item-pink-3827 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .card-3cda {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accordion-dde1 {
        padding: var(--md-spacing-sm);
    }
    
    .orange-7321 {
        padding: var(--md-spacing-md);
    }
    
    .info-upper-070c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.orange-7321,
.info-upper-070c,
.item-pink-3827 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shadow-blue-2976::-webkit-scrollbar {
    width: 8px;
}

.shadow-blue-2976::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.iron_a8b2 {
    font-size: 1.5rem;
}

.surface_bcc7 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.steel-7d5a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dynamic_a118 strong {
    color: #00ff88;
}

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

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

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

.card-white-9c16 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

.iron-4e3e {
    text-align: center;
    margin-bottom: 30px;
}

.tag-north-5e1d {
    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;
}

.tag-north-5e1d.complex_3882 .tabs_e4df {
    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); }
}

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

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

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

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

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

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

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

.dropdown-9c34 {
    font-size: 1.2rem;
}

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

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

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

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

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

.new-642d.hard_30e1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.new-642d.breadcrumb_4c69::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.new-642d.liquid-6508::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.new-642d.mask_soft_e435::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.outline_dynamic_e793 {
    font-size: 1.2rem;
}

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

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

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

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

.label-7076.media-2c99 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-7076.fn-active-5f10 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.image-bronze-4cd0 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.stale-2e95 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.small-3fa8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.medium-4cd0 {
    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;
}

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

.medium-4cd0.accordion_easy_cddd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.modal-8b54 { border-top: 3px solid #00ccff; }
.west-cc47 { border-top: 3px solid #00ff88; }
.highlight-ad88 { border-top: 3px solid #d4af37; }
.feature_mini_ac34 { border-top: 3px solid #ff6b6b; }
.badge_b1b3 { border-top: 3px solid #8b5cf6; }

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

.fixed-c3af {
    overflow-x: auto;
}

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

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

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

.active_bronze_10fa td {
    color: #ccc;
}

.active_bronze_10fa .feature-7a58 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.texture-plasma-23ea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion_advanced_3442 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.large-5d52 {
    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;
}

.large-5d52::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);
}

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

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

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

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

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

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

.icon_plasma_a907 {
    font-size: 1.5rem;
}

.white-2c28 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pattern-middle-9aab .pagination-bottom-ce3a {
    margin-bottom: 10px;
}

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

.pattern-middle-9aab strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.hover-20df {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.border-dim-73ba {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.light-371c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.light-371c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.steel_82ad a {
    color: #ff6b6b;
}

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

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

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

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

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

.card-f3db .outer-00e1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.wood-46dc {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup-old-6edd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.section-23af {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .popup-old-6edd {
        flex-direction: column;
    }
    .lower-5ad8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.shade-large-a7d5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.solid-6097 .next_47d4 {
    color: #666;
    margin: 0 8px;
}

.solid-6097 .table-first-00f4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.focus-a22d {
    font-size: 2rem;
}

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

.bright_e428 strong {
    color: #d4af37;
}

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

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

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

.green_f259 h3,
.label-stale-5f62 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.menu-west-50be {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.pagination_pro_24b3 strong {
    color: #00ff88;
}

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

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

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

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

.grid-simple-bbdf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.popup-a9c9 strong {
    color: #d4af37;
}

.banner-first-fd6f {
    color: #aaa;
}

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

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

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

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

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

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

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

.first-590d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

.preview-warm-618b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

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

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

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

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

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

.hero_141d strong {
    color: #d4af37;
}

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

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

.silver_0190 strong {
    color: #00ff88;
}

.silver_0190 span {
    color: #d4af37;
}

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

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

.filter-iron-c146 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.outline-stale-8d98 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.short-568a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.component-medium-7fa0 {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.box-complex-ff6f strong {
    color: #00ff88;
}

.summary-soft-740f {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.title-dim-1adb {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.section-27a3 {
    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;
}

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

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

@media (max-width: 768px) {
    .title-dim-1adb {
        flex-direction: column;
    }
    
    .section-27a3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article-ad28 {
        padding: 30px 15px;
    }
    
    .article-ad28 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_south_9d9b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb_f637 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box_dab6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box_dab6 .pattern-bright-8e54 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .image_0d9f {
        font-size: 1.3rem;
    }
    
    .label_4ef6 {
        font-size: 0.7rem;
    }
    
    .border-0547 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border-0547 .input-2b3d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .filter_plasma_b7de {
        display: none;
    }
    
    .item_6fc9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .over-ee3b {
        padding: 20px 10px;
    }
    
    .filter-iron-c146 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-192f,
    .dim-beab {
        padding: 15px;
    }
    
    .photo_2c8d {
        flex-direction: column;
        gap: 5px;
    }
    
    .texture-0823 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sidebar-06c0 {
        padding: 30px 10px;
    }
    
    .tertiary_liquid_3c9f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold-e665 {
        padding: 20px 15px;
    }
    
    .highlight_hard_7ff6 {
        font-size: 2rem;
    }
    
    .cold-e665 h3 {
        font-size: 1.1rem;
    }
    
    .cold-e665 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .complex_d1d0 {
        padding: 20px 10px;
    }
    
    .text_ec30 h2 {
        font-size: 1.3rem;
    }
    
    .aside-a393 {
        font-size: 0.9rem;
    }
    
    .first-590d h3 {
        font-size: 1.1rem;
    }
    
    .first-590d p {
        font-size: 0.9rem;
    }
    
    .accent_5cc2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature_wide_866a {
        grid-template-columns: 1fr;
    }
    
    .hero_141d {
        font-size: 0.85rem;
    }
    
    .preview-warm-618b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu_cf1a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .menu_cf1a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .input_a7dd {
        padding: 30px 10px;
    }
    
    .mask_selected_ac01 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-small-9fa8 {
        padding: 15px 10px;
    }
    
    .video-small-9fa8 h4 {
        font-size: 0.9rem;
    }
    
    .video-small-9fa8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .center-dfaa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mask_selected_ac01 {
        grid-template-columns: 1fr;
    }
    
    .video-small-9fa8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .copper_5a35 {
        padding: 30px 10px;
    }
    
    .purple-112c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static-3893 {
        padding: 15px;
    }
    
    .block-5867 {
        font-size: 0.9rem;
    }
    
    .status_b7ac {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_b7ac .tabs-0eee {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .notification-23bf {
        padding: 30px 10px;
    }
    
    .notification-23bf h2 {
        font-size: 1.2rem;
    }
    
    .carousel_small_2517 {
        gap: 10px;
    }
    
    .active-1db8 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .active-1db8 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .north-a816 {
        padding: 30px 10px;
    }
    
    .north-a816 h2 {
        font-size: 1.2rem;
    }
    
    .sort-motion-e6c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-19f5 {
        padding: 15px 10px;
    }
    
    .article-19f5 h4 {
        font-size: 0.85rem;
    }
    
    .article-19f5 p {
        font-size: 0.75rem;
    }
    
    .pattern_under_07e9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hidden-gold-e7d4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dim-c5aa {
        padding: 20px 10px;
    }
    
    .dim-4b7e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .center_14a7,
    .light-371c,
    .steel_82ad {
        width: 100%;
    }
    
    .center_14a7 h3 {
        font-size: 1.1rem;
    }
    
    .center_14a7 p {
        font-size: 0.8rem;
    }
    
    .container_3184 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pro_a216 {
        padding: 30px 15px;
    }
    
    .pro_a216 h2 {
        font-size: 1.3rem;
    }
    
    .pro_a216 p {
        font-size: 0.85rem;
    }
    
    .left_0bb2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_0bb2 .input-2b3d {
        width: 100%;
    }
    
    .medium-4952 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .caption-fresh-7767 {
        padding: 30px 10px;
    }
    
    .caption-fresh-7767 h3 {
        font-size: 1.2rem;
    }
    
    .west_2414 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-pink-3827 {
        padding: 15px 10px;
    }
    
    .item-pink-3827 h4 {
        font-size: 0.85rem;
    }
    
    .item-pink-3827 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .link_ff57 {
        padding: 30px 15px;
    }
    
    .gallery-fluid-0301 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .label-51ba {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .button_full_2785 h4 {
        font-size: 0.9rem;
    }
    
    .button_full_2785 a {
        font-size: 0.8rem;
    }
    
    .element-down-8e60 {
        font-size: 0.8rem;
    }
    
    .over_63a5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .selected-6be8 {
        padding: 8px 10px;
    }
    
    .last-62b0 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .steel_57ac {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .last-62b0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .steel_57ac {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4295 */
.ghost-box-v3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
