/* Inner Page Styles */

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

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

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

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

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

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

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

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

.full_8842 .hero_liquid_6aec:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_351c.fn-active-0410 {
    color: var(--casino-gold-light);
}

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

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

.alert-right-ba14 {
    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);
}

.alert-right-ba14 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);
}

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

/* Content Cards */
.form-medium-469e {
    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);
}

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

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

.form-medium-469e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.pro_0d24 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 */
.pattern-4d98 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pattern-4d98 li {
    margin-bottom: var(--md-spacing-xs);
}

.pattern-4d98 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);
}

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

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

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

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

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

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

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

.steel_e0b1 .lower_b646:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.middle-7c57 {
    margin-top: var(--md-spacing-sm);
}

.wrapper-080f {
    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);
}

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

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

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

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

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

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

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

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

.widget_2cf0 .lower_b646:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .button_7ce6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .button_7ce6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .button_7ce6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .full_8842 {
        justify-content: center;
    }
    
    .hovered_7b97 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .small_c530 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .slow_36f6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert-right-ba14 {
        padding: var(--md-spacing-md);
    }
    
    .list_2df7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro_0d24 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget_2cf0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fast_870d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .alert-right-ba14 {
        padding: var(--md-spacing-sm);
    }
    
    .form-medium-469e {
        padding: var(--md-spacing-md);
    }
    
    .pro_0d24 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.form-medium-469e,
.pro_0d24,
.widget_2cf0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.popup-first-d062 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.alert-north-1160 {
    font-size: 1.5rem;
}

.list_335c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gradient-bbec {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_2b05 strong {
    color: #00ff88;
}

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

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

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

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

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

.active_09af::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.gradient-action-2ebd {
    text-align: center;
    margin-bottom: 30px;
}

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

.border_1694.highlight_dirty_aa17 .media-simple-8f73 {
    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); }
}

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

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

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

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

.plasma-79ed 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;
}

.plasma-79ed 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);
}

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

.button-efde {
    font-size: 1.2rem;
}

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

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

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

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

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

.dropdown_fc00.button_4043::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dropdown_fc00.south_a110::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dropdown_fc00.nav_f68f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dropdown_fc00.last_ba7e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table_middle_4eb6 {
    font-size: 1.2rem;
}

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

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

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

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

.hero_12e3.down_ce1b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero_12e3.fn-active-0410 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.tabs-large-5abb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.component-short-bb88 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.chip-259a {
    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;
}

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

.chip-259a.footer_7da7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.surface_7869 { border-top: 3px solid #00ccff; }
.gold_b9e9 { border-top: 3px solid #00ff88; }
.copper-b194 { border-top: 3px solid #d4af37; }
.summary-simple-6b73 { border-top: 3px solid #ff6b6b; }
.message_da2f { border-top: 3px solid #8b5cf6; }

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

.main-a1ee {
    overflow-x: auto;
}

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

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

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

.orange_523e td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.thick-8a5d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.white-1b03 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm-25f1 {
    font-size: 2rem;
}

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

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

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

.notice-00e6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.huge-9bd6 {
    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;
}

.huge-9bd6::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);
}

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

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

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

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

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

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

.upper_7417 {
    font-size: 1.5rem;
}

.badge-fast-4293 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.blue-93ee strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tabs_right_8194 .light_8063 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.focus-inner-e300 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Responsible Banner */
.alert-mini-8af1 {
    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;
}

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

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

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

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

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

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

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

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

.narrow-c8de a {
    color: #ff6b6b;
}

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

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

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

.filter-9123 {
    text-align: center;
}

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

.filter-9123 .button_f6c5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-0bfb {
    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;
}

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

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

.thick-14c6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .wood_ad3c {
        flex-direction: column;
    }
    .sort-copper-9417 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.mask-first-28f3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.main_31ec .primary_first_f334 {
    color: #666;
    margin: 0 8px;
}

.main_31ec .layout-complex-4e18 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-cool-5e64 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.pattern_b650 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.element_focused_b51b {
    font-size: 2rem;
}

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

.advanced_cfe3 strong {
    color: #d4af37;
}

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

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

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

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

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

.tooltip-03f9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.photo-steel-7b60 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.slow_dc90 strong {
    color: #00ff88;
}

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

.sidebar-easy-1b5c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.highlight-gas-3e2b summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.highlight-gas-3e2b summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.fresh-1d64 strong {
    color: #d4af37;
}

.notice_01da {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-0fcf strong {
    color: #d4af37;
}

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

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

.banner_ac4d strong {
    color: #00ff88;
}

.banner_ac4d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.black-38fb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.nav-short-fc4c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_5e40 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hidden-center-ffa4 {
        flex-direction: column;
    }
    
    .bronze_15af {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .iron_7078 {
        padding: 30px 15px;
    }
    
    .iron_7078 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accordion_5edd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .yellow-c5ab {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .east-0209 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east-0209 .detail_huge_8bc3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .icon-paper-d4e5 {
        font-size: 1.3rem;
    }
    
    .picture-cool-1870 {
        font-size: 0.7rem;
    }
    
    .header_69c9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header_69c9 .lower_b646 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .image_right_d6c2 {
        display: none;
    }
    
    .layout_orange_e85e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .last_8c0e {
        padding: 20px 10px;
    }
    
    .outline-eb08 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-5e77,
    .fresh-0faa {
        padding: 15px;
    }
    
    .nav-short-fc4c {
        flex-direction: column;
        gap: 5px;
    }
    
    .pagination_last_005a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop_cold_4578 {
        padding: 30px 10px;
    }
    
    .sort_ae71 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma-50c8 {
        padding: 20px 15px;
    }
    
    .thumbnail_wood_30fc {
        font-size: 2rem;
    }
    
    .plasma-50c8 h3 {
        font-size: 1.1rem;
    }
    
    .plasma-50c8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .sort-paper-b2de {
        padding: 20px 10px;
    }
    
    .selected_e9c0 h2 {
        font-size: 1.3rem;
    }
    
    .action-a35b {
        font-size: 0.9rem;
    }
    
    .yellow_ff85 h3 {
        font-size: 1.1rem;
    }
    
    .yellow_ff85 p {
        font-size: 0.9rem;
    }
    
    .in_7e99 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider-5ef7 {
        grid-template-columns: 1fr;
    }
    
    .block-0fcf {
        font-size: 0.85rem;
    }
    
    .mask_hard_73cb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary_gold_a2a4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary_gold_a2a4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .article-fe5c {
        padding: 30px 10px;
    }
    
    .hard-97a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-187c {
        padding: 15px 10px;
    }
    
    .progress-187c h4 {
        font-size: 0.9rem;
    }
    
    .progress-187c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .paper_e84a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-97a8 {
        grid-template-columns: 1fr;
    }
    
    .progress-187c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid_7245 {
        padding: 30px 10px;
    }
    
    .rough_f020 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-9dae {
        padding: 15px;
    }
    
    .accent_stone_d962 {
        font-size: 0.9rem;
    }
    
    .orange-b960 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .orange-b960 .solid-7d0c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .glass_23db {
        padding: 30px 10px;
    }
    
    .glass_23db h2 {
        font-size: 1.2rem;
    }
    
    .list_c306 {
        gap: 10px;
    }
    
    .bronze_b182 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .bronze_b182 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .alert-mini-8af1 {
        padding: 20px 10px;
    }
    
    .tiny-df43 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .brown_5b55,
    .hover_c307,
    .narrow-c8de {
        width: 100%;
    }
    
    .brown_5b55 h3 {
        font-size: 1.1rem;
    }
    
    .brown_5b55 p {
        font-size: 0.8rem;
    }
    
    .background-7f56 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gallery-large-cb97 {
        padding: 30px 15px;
    }
    
    .gallery-large-cb97 h2 {
        font-size: 1.3rem;
    }
    
    .gallery-large-cb97 p {
        font-size: 0.85rem;
    }
    
    .tag_north_912f {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag_north_912f .lower_b646 {
        width: 100%;
    }
    
    .wrapper-2bee {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .new-82d9 {
        padding: 30px 15px;
    }
    
    .active_a2b8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .cold_cde8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .soft-ceb8 h4 {
        font-size: 0.9rem;
    }
    
    .soft-ceb8 a {
        font-size: 0.8rem;
    }
    
    .gallery-iron-e0d0 {
        font-size: 0.8rem;
    }
    
    .warm-4188 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .red-9fa1 {
        padding: 8px 10px;
    }
    
    .notice_yellow_c676 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .notice-459f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notice_yellow_c676 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .notice-459f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7f3f */
.shadow-element-o4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
