/* Inner Page Styles */

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

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

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

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

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

.table_5b0e .filter-thick-39cf {
    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;
}

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

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

.table_5b0e .filter-thick-39cf:hover::before {
    left: 100%;
}

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

.sidebar-glass-94a8 {
    margin-bottom: var(--md-spacing-lg);
}

.basic-5ff0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.search-65d1 {
    color: var(--casino-gold-light);
}

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

.search-65d1 a:hover {
    color: var(--casino-gold-light);
}

.search-65d1.fn-active-66a8 {
    color: var(--casino-gold-light);
}

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

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

.image-0d38 {
    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);
}

.image-0d38 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-69f6:hover::before {
    left: 100%;
}

.alert-69f6 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;
}

.alert-69f6 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;
}

.alert-69f6 .text-solid-e35c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.alert-69f6 .text-solid-e35c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.inner-16e1 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.filter-6c71 {
    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);
}

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

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

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

.filter-6c71 .text-solid-e35c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.filter-6c71 .text-solid-e35c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paper_dc28 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paper_dc28 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paper_dc28 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table_5b0e {
        justify-content: center;
    }
    
    .basic-5ff0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dropdown_af40 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard-099b {
        padding: var(--md-spacing-md) 0;
    }
    
    .image-0d38 {
        padding: var(--md-spacing-md);
    }
    
    .content_thick_199f {
        padding: var(--md-spacing-md) 0;
    }
    
    .gold_a628 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .filter-6c71 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .link-aad8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .image-0d38 {
        padding: var(--md-spacing-sm);
    }
    
    .fast_0692 {
        padding: var(--md-spacing-md);
    }
    
    .gold_a628 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fast_0692,
.gold_a628,
.filter-6c71 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.over_465a {
    font-size: 1.5rem;
}

.full_4874 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tag-easy-6447 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .yellow-8234 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.motion-7485 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.column-9cdb {
    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;
}

.column-9cdb strong {
    color: #00ff88;
}

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

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

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

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

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

.static-46a8::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;
}

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

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

.clean_008e.plasma-523e .bottom-9555 {
    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); }
}

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

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

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

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

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

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

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

.in-af09 {
    font-size: 1.2rem;
}

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

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

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

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

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

.search_cool_ed7b.short-63e5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.search_cool_ed7b.focus-79b7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search_cool_ed7b.mini_51bc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.search_cool_ed7b.cool-ece6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.header-mini-bfc4 {
    font-size: 1.2rem;
}

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

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

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

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

.short_deff.west_1a62 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_deff.fn-active-66a8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.background-upper-f87e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.hero-79e7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.status-44cd {
    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;
}

.status-44cd:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.status-44cd.highlight-thick-129b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.accordion-first-74ea { border-top: 3px solid #00ccff; }
.out_ce55 { border-top: 3px solid #00ff88; }
.popup-soft-3bdf { border-top: 3px solid #d4af37; }
.purple-6ca2 { border-top: 3px solid #ff6b6b; }
.message_red_4925 { border-top: 3px solid #8b5cf6; }

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

.last_e3c5 {
    overflow-x: auto;
}

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

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

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

.yellow-42b7 td {
    color: #ccc;
}

.yellow-42b7 .full-5912 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.yellow-42b7 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.tall-3c69 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.tall-5b08 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.sidebar-green-c2d0 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.copper-f4e1 {
    font-size: 2rem;
}

.background-bronze-8ad9 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.background-bronze-8ad9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.background-hard-a1f9 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.inner-8be4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.hero-plasma-62eb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.badge-999b .button-a634 {
    margin-bottom: 10px;
}

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

.badge-999b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-10cc {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.element-115a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.element-115a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.content_2932 a {
    color: #ff6b6b;
}

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

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

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

.hover-3f09 {
    text-align: center;
}

.hover-3f09 .gold-eb70 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hover-3f09 .dropdown_silver_5c32 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_stale_bc95.highlight-thick-129b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .search_tiny_6db2 {
        flex-direction: column;
    }
    .menu_7580 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.soft-483b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.info_first_2385 .iron_bf33 {
    color: #666;
    margin: 0 8px;
}

.info_first_2385 .light-7f05 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.sidebar-hard-4b4c {
    font-size: 2rem;
}

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

.east-c1e5 strong {
    color: #d4af37;
}

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

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

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

.next-4ff4 h3,
.nav_a71a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.message-slow-40af strong {
    color: #d4af37;
    margin-right: 8px;
}

.texture-5e9b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sidebar_9543 strong {
    color: #00ff88;
}

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

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

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

.black-95ad h3,
.thumbnail_bottom_ad30 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.wide-392f strong {
    color: #d4af37;
}

.texture-1da6 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.title-195b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.title-195b 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;
}

.title-195b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.icon_bronze_5dad strong {
    color: #d4af37;
}

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

.main-first-4ced {
    color: #888;
    font-size: 0.9rem;
}

.main-first-4ced strong {
    color: #00ff88;
}

.main-first-4ced span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_out_10e6 strong {
    color: #00ff88;
}

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

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

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

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

.mini-97f4 {
    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;
}

.complex-79f7 {
    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;
}

.label-10cc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .component_pink_9cb4 {
        flex-direction: column;
    }
    
    .mini-97f4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.carousel-basic-4a47 {
    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;
}

.carousel-basic-4a47: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) {
    .carousel-basic-4a47 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .carousel-basic-4a47 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .avatar_selected_1221 {
        padding: 30px 15px;
    }
    
    .avatar_selected_1221 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .main_2533 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .modal-last-d475 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .photo_db7b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo_db7b .texture_under_050b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .cold_5786 {
        font-size: 1.3rem;
    }
    
    .banner-fast-1251 {
        font-size: 0.7rem;
    }
    
    .primary_b6c6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary_b6c6 .text-solid-e35c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .main-static-073f {
        display: none;
    }
    
    .north_9aff {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .surface_bc9d {
        padding: 20px 10px;
    }
    
    .tertiary_selected_e42e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .light-3242,
    .table-75e5 {
        padding: 15px;
    }
    
    .shade-8cae {
        flex-direction: column;
        gap: 5px;
    }
    
    .gold_2f06 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .picture_bff3 {
        padding: 30px 10px;
    }
    
    .box_fb5b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .new_cb18 {
        padding: 20px 15px;
    }
    
    .wrapper_2ba6 {
        font-size: 2rem;
    }
    
    .new_cb18 h3 {
        font-size: 1.1rem;
    }
    
    .new_cb18 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .status-iron-f05c {
        padding: 20px 5px;
    }
    
    .status-iron-f05c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .orange_7101 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .yellow-42b7 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .yellow-42b7 th,
    .yellow-42b7 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .element-paper-f760 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .north_5947 {
        padding: 20px 10px;
    }
    
    .focus-239b h2 {
        font-size: 1.3rem;
    }
    
    .block_b7eb {
        font-size: 0.9rem;
    }
    
    .avatar_2290 h3 {
        font-size: 1.1rem;
    }
    
    .avatar_2290 p {
        font-size: 0.9rem;
    }
    
    .title-195b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .green-2df2 {
        grid-template-columns: 1fr;
    }
    
    .icon_bronze_5dad {
        font-size: 0.85rem;
    }
    
    .out_02d6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full_92bb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .full_92bb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .plasma_0b82 {
        padding: 30px 10px;
    }
    
    .heading_f633 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .brown_096f {
        padding: 15px 10px;
    }
    
    .brown_096f h4 {
        font-size: 0.9rem;
    }
    
    .brown_096f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .heading-89cb {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus_brown_4609 {
        padding: 30px 10px;
    }
    
    .yellow_7f39 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery_pink_35cf {
        padding: 15px;
    }
    
    .outline_29bf {
        font-size: 0.9rem;
    }
    
    .down_4a00 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .down_4a00 .advanced-fcda {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .bronze_13a6 {
        padding: 30px 10px;
    }
    
    .bronze_13a6 h2 {
        font-size: 1.2rem;
    }
    
    .dirty_1a7a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label-silver-92ce {
        padding: 15px 10px;
    }
    
    .label-silver-92ce h4 {
        font-size: 0.85rem;
    }
    
    .label-silver-92ce p {
        font-size: 0.75rem;
    }
    
    .label-complex-70ab {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .badge_2e7b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .badge_under_009b {
        padding: 20px 10px;
    }
    
    .filter_gold_de48 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo-lite-d14b,
    .element-115a,
    .content_2932 {
        width: 100%;
    }
    
    .logo-lite-d14b h3 {
        font-size: 1.1rem;
    }
    
    .logo-lite-d14b p {
        font-size: 0.8rem;
    }
    
    .dim_1574 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .out-4d96 {
        padding: 30px 15px;
    }
    
    .out-4d96 h2 {
        font-size: 1.3rem;
    }
    
    .out-4d96 p {
        font-size: 0.85rem;
    }
    
    .stone-ab7d {
        flex-direction: column;
        gap: 10px;
    }
    
    .stone-ab7d .text-solid-e35c {
        width: 100%;
    }
    
    .stone_06ca {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .over_5452 {
        padding: 30px 15px;
    }
    
    .shadow_steel_0e32 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .layout-hot-9357 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .video-upper-eeb9 h4 {
        font-size: 0.9rem;
    }
    
    .video-upper-eeb9 a {
        font-size: 0.8rem;
    }
    
    .first_a093 {
        font-size: 0.8rem;
    }
    
    .tall-9999 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .block-527f {
        padding: 8px 10px;
    }
    
    .lower-77e4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sidebar-gold-2c2d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lower-77e4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar-gold-2c2d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bbe0 */
.promo-block-e9 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
