/* Inner Page Styles */

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

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

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

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

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

.clean-b8ad .carousel-blue-4888 {
    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;
}

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

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

.clean-b8ad .carousel-blue-4888:hover::before {
    left: 100%;
}

.clean-b8ad .carousel-blue-4888:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.chip-under-1a46 {
    color: var(--casino-gold-light);
}

.chip-under-1a46 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.chip-under-1a46 a:hover {
    color: var(--casino-gold-light);
}

.chip-under-1a46.fn-active-ff1f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Sidebar Section */
.section-left-78d8 {
    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_ba80 {
    padding: var(--md-spacing-md) 0;
}

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

.notice_new_d39d 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 */
.label-in-63b3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label-in-63b3 li {
    margin-bottom: var(--md-spacing-xs);
}

.label-in-63b3 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);
}

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

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

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

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

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

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

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

.info_gold_915a .slow_2e85:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-787b {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.fresh_445d .slow_2e85:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .iron_721b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .iron_721b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .iron_721b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .clean-b8ad {
        justify-content: center;
    }
    
    .feature_c317 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mask_0ebb {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dim-42a8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary_6b39 {
        padding: var(--md-spacing-md);
    }
    
    .section-left-78d8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_new_d39d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fresh_445d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .alert-976d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .secondary_6b39 {
        padding: var(--md-spacing-sm);
    }
    
    .under_8cf2 {
        padding: var(--md-spacing-md);
    }
    
    .notice_new_d39d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.under_8cf2,
.notice_new_d39d,
.fresh_445d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.modal-mini-4be5::-webkit-scrollbar {
    width: 8px;
}

.modal-mini-4be5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.modal-mini-4be5::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.video_5ea3 {
    font-size: 1.5rem;
}

.banner-d274 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.progress-dfff {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.active_690c {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.active_690c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.sidebar_dynamic_8ce3.west-9f5a .center-8ce3 {
    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); }
}

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

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

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

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

.hard-581f 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;
}

.hard-581f 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);
}

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

.blue-327d {
    font-size: 1.2rem;
}

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

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

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

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

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

.short_9287.menu_fast_0542::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short_9287.description_middle_3947::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_9287.detail_clean_4cf1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short_9287.hard-8b10::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.text-prev-dcb3 {
    font-size: 1.2rem;
}

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

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

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

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

.search_0c2c.section_7dde { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search_0c2c.fn-active-ff1f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.widget-bottom-76af {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.chip-645b {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.gold-bc08 { border-top: 3px solid #00ccff; }
.section_ab2e { border-top: 3px solid #00ff88; }
.main-f0e3 { border-top: 3px solid #d4af37; }
.breadcrumb-selected-2b9f { border-top: 3px solid #ff6b6b; }
.bottom_528b { border-top: 3px solid #8b5cf6; }

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

.link-old-230b {
    overflow-x: auto;
}

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

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

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

.static-b983 td {
    color: #ccc;
}

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

.static-b983 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.component-prev-1161 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.basic-58bf p {
    color: #888;
    font-size: 0.9rem;
}

.message-active-fa34 {
    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;
}

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

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

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

.progress_0e6d {
    font-size: 2rem;
}

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

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

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

.hard-4a09 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.summary-e32e {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.column-last-72b7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.panel-89df {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.fast-9ddc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-soft-e597 .inner-b8f3 {
    margin-bottom: 10px;
}

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

.nav-soft-e597 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.notice-6d4e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-glass-d07f {
    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;
}

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

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

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

.filter_gas_d9e5 a {
    color: #ff6b6b;
}

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

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

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

.top_861e {
    text-align: center;
}

.top_861e .menu-outer-3c05 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-black-85d9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .avatar-black-85d9 {
        flex-direction: column;
    }
    .icon_137b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.bright_9f2e .nav-66bb {
    color: #666;
    margin: 0 8px;
}

.bright_9f2e .complex_0113 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.slow-4949 {
    font-size: 2rem;
}

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

.advanced-f75d strong {
    color: #d4af37;
}

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

.texture-48f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.feature-gas-61f5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.row-6bb4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.link-easy-2ec1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.layout_f3d3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gallery-834a {
    background: #0a0a0a;
    padding: 30px 0;
}

.hero-current-a6d2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.layout-126c h3,
.hot_d879 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.main-short-eb8b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gold-9252 strong {
    color: #d4af37;
}

.column_yellow_edb3 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-clean-58f4 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dropdown-clean-58f4 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;
}

.dropdown-clean-58f4 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.short-10e7 strong {
    color: #d4af37;
}

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

.glass-2b01 {
    color: #888;
    font-size: 0.9rem;
}

.glass-2b01 strong {
    color: #00ff88;
}

.glass-2b01 span {
    color: #d4af37;
}

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

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

.middle-00a9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.sidebar-easy-87cc h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.panel-724f {
    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);
}

.motion-3af2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-huge-6bd5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caption-huge-6bd5 li {
    margin-bottom: 5px;
}

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

.caption-huge-6bd5 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.image_bright_5ffc strong {
    color: #00ff88;
}

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

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

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

.carousel-3f41 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .carousel-3f41 {
        flex-direction: column;
    }
    
    .large-1059 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active_e890 {
        padding: 30px 15px;
    }
    
    .active_e890 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup_upper_e170 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .out-056d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .light-b7cc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light-b7cc .active_9626 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron_2fb7 {
        font-size: 1.3rem;
    }
    
    .yellow-d996 {
        font-size: 0.7rem;
    }
    
    .background_smooth_94ca {
        flex-direction: column;
        gap: 10px;
    }
    
    .background_smooth_94ca .slow_2e85 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pattern_f77f {
        display: none;
    }
    
    .alert_22e8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .yellow_8de3 {
        padding: 20px 10px;
    }
    
    .middle-00a9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_thick_09e9,
    .inner-31ba {
        padding: 15px;
    }
    
    .shade-ec02 {
        flex-direction: column;
        gap: 5px;
    }
    
    .panel-724f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-purple-795c {
        padding: 30px 10px;
    }
    
    .detail-fbd2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_dirty_a0b9 {
        padding: 20px 15px;
    }
    
    .outline-static-028c {
        font-size: 2rem;
    }
    
    .nav_dirty_a0b9 h3 {
        font-size: 1.1rem;
    }
    
    .nav_dirty_a0b9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-plasma-ce32 {
        padding: 20px 5px;
    }
    
    .modal-plasma-ce32 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gradient-726f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .static-b983 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .static-b983 th,
    .static-b983 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .block-cool-741d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .paragraph-top-486b {
        padding: 20px 10px;
    }
    
    .logo-00f7 h2 {
        font-size: 1.3rem;
    }
    
    .detail-ca44 {
        font-size: 0.9rem;
    }
    
    .logo_plasma_b11f h3 {
        font-size: 1.1rem;
    }
    
    .logo_plasma_b11f p {
        font-size: 0.9rem;
    }
    
    .dropdown-clean-58f4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .old-59c2 {
        grid-template-columns: 1fr;
    }
    
    .short-10e7 {
        font-size: 0.85rem;
    }
    
    .silver-16da {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_d724 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .message_d724 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .basic-8a27 {
        padding: 30px 10px;
    }
    
    .article_b015 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone-34dd {
        padding: 15px 10px;
    }
    
    .stone-34dd h4 {
        font-size: 0.9rem;
    }
    
    .stone-34dd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .surface-iron-7fcc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .article_b015 {
        grid-template-columns: 1fr;
    }
    
    .stone-34dd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel-glass-ea8b {
        padding: 30px 10px;
    }
    
    .progress_6a63 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow_22a6 {
        padding: 15px;
    }
    
    .photo_32a2 {
        font-size: 0.9rem;
    }
    
    .module_huge_d296 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .module_huge_d296 .orange_024c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title_west_9bd0 {
        padding: 20px 10px;
    }
    
    .hard_6e1a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .top-9f91,
    .wide_056d,
    .filter_gas_d9e5 {
        width: 100%;
    }
    
    .top-9f91 h3 {
        font-size: 1.1rem;
    }
    
    .top-9f91 p {
        font-size: 0.8rem;
    }
    
    .shadow-glass-d07f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .text-c9b4 {
        padding: 30px 15px;
    }
    
    .text-c9b4 h2 {
        font-size: 1.3rem;
    }
    
    .text-c9b4 p {
        font-size: 0.85rem;
    }
    
    .tag_cb9c {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag_cb9c .slow_2e85 {
        width: 100%;
    }
    
    .progress-warm-fbb6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .bronze_205d {
        padding: 30px 15px;
    }
    
    .thumbnail-46ba {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sidebar_3218 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .tertiary-2703 h4 {
        font-size: 0.9rem;
    }
    
    .tertiary-2703 a {
        font-size: 0.8rem;
    }
    
    .block_iron_45b8 {
        font-size: 0.8rem;
    }
    
    .row-d6bd p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .overlay_52eb {
        padding: 8px 10px;
    }
    
    .alert-1fea {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bright-f8dc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-1fea {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bright-f8dc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4261 */
.shadow-element-q3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
