/* Inner Page Styles */

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

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

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

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

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

.detail-3473 .under-3b49 {
    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;
}

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

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

.detail-3473 .under-3b49:hover::before {
    left: 100%;
}

.detail-3473 .under-3b49:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.status-4d86 {
    color: var(--casino-gold-light);
}

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

.status-4d86 a:hover {
    color: var(--casino-gold-light);
}

.status-4d86.fn-active-3cc8 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-4efd {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.list-f89c:hover::before {
    left: 100%;
}

.list-f89c 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;
}

.list-f89c 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;
}

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

.list-f89c .background-bbec:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.chip-fast-250b {
    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);
}

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

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

.chip-fast-250b p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.chip-fast-250b .background-bbec {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.chip-fast-250b .background-bbec:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .column_dbdf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .column_dbdf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .column_dbdf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .detail-3473 {
        justify-content: center;
    }
    
    .dark_f42c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hidden_motion_30ab {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hover-3831 {
        padding: var(--md-spacing-md) 0;
    }
    
    .search_liquid_fa8c {
        padding: var(--md-spacing-md);
    }
    
    .cool_2901 {
        padding: var(--md-spacing-md) 0;
    }
    
    .active-f7b0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip-fast-250b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active-c4c3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .search_liquid_fa8c {
        padding: var(--md-spacing-sm);
    }
    
    .mask-gas-beba {
        padding: var(--md-spacing-md);
    }
    
    .active-f7b0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mask-gas-beba,
.active-f7b0,
.chip-fast-250b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.button-9bfe::-webkit-scrollbar {
    width: 8px;
}

.button-9bfe::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.table_west_47ca {
    font-size: 1.5rem;
}

.rough_6a10 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.card-17b1 {
    padding: 30px 0;
}

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

.text_c693 {
    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_c693 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.next_04cd strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.border-3378 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.border-3378.pagination-over-ed30 .content-light-1998 {
    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); }
}

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

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

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

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

.slider-tall-e324 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;
}

.slider-tall-e324 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);
}

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

.header-hovered-7a30 {
    font-size: 1.2rem;
}

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

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

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

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

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

.hovered-9272.alert-prev-32bc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hovered-9272.progress-e4d1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hovered-9272.status-west-a31b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hovered-9272.disabled_complex_5929::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bronze-5826 {
    font-size: 1.2rem;
}

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

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

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

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

.hot_e316.hidden-yellow-620d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hot_e316.fn-active-3cc8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

.button-active-044e {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.card_c047 { border-top: 3px solid #00ccff; }
.backdrop-5e24 { border-top: 3px solid #00ff88; }
.simple-7bbe { border-top: 3px solid #d4af37; }
.video_00f5 { border-top: 3px solid #ff6b6b; }
.tertiary-70fd { border-top: 3px solid #8b5cf6; }

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

.hard-1650 {
    overflow-x: auto;
}

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

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

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

.complex-b90a td {
    color: #ccc;
}

.complex-b90a .primary-fresh-e57d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.search-narrow-7575 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.avatar-pressed-ea97 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.element-black-a283 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.basic-26cd {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.outline-906a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.logo-6a34 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.status-4e6b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.list_solid_78f5 .gas_adb6 {
    margin-bottom: 10px;
}

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

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

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

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

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

.plasma-3629 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 */
.hidden-inner-64f5 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.pagination-orange-8534 {
    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;
}

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

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

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

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

.preview-wide-6ee7 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.component-small-1e17 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-cef7 a {
    color: #ff6b6b;
}

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

.tertiary-2b9e {
    max-width: 800px;
    margin: 0 auto;
}

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

.cool_1f06 {
    text-align: center;
}

.cool_1f06 .sidebar-purple-9b9d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.cool_1f06 .outline-gas-63f7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.tertiary-2b9e > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.texture-first-5e88 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .outline-4678 {
        flex-direction: column;
    }
    .narrow-8e5e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.nav-silver-1327 .content-abc9 {
    color: #666;
    margin: 0 8px;
}

.nav-silver-1327 .clean_7872 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.paper-7c28 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.tag_4b42 {
    font-size: 2rem;
}

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

.red-43a8 strong {
    color: #d4af37;
}

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

.header-049c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.notice-focused-8fac h3,
.video-orange-3a7e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.element_7e57 strong {
    color: #00ff88;
}

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

.section-7e59 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.detail-dim-6515 h3,
.selected_7b7d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.liquid-98a1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.table-action-5045 strong {
    color: #d4af37;
}

.shade-4fd9 {
    color: #aaa;
}

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

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

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

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

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

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

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

.west-65f6:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.photo-fbf5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.inner_ad4b strong {
    color: #d4af37;
}

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

.purple-682a {
    color: #888;
    font-size: 0.9rem;
}

.purple-682a strong {
    color: #00ff88;
}

.purple-682a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.in-56eb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.component-6b19 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.nav-97c2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-complex-d840 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mask-complex-d840 li {
    margin-bottom: 5px;
}

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

.mask-complex-d840 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.background-next-3f0a {
    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;
}

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

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

.fast_2d0e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .green_8ddd {
        padding: 30px 15px;
    }
    
    .green_8ddd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .card_c93c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hard-88e8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .purple-7e09 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .purple-7e09 .modal-fb48 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .steel_b6b9 {
        font-size: 1.3rem;
    }
    
    .info_3b0f {
        font-size: 0.7rem;
    }
    
    .header_78ad {
        flex-direction: column;
        gap: 10px;
    }
    
    .header_78ad .background-bbec {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .form-under-7746 {
        display: none;
    }
    
    .clean_48ca {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .frame-fixed-3c9d {
        padding: 20px 10px;
    }
    
    .shade-bfb8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-slow-dbcf,
    .motion-a903 {
        padding: 15px;
    }
    
    .component-6b19 {
        flex-direction: column;
        gap: 5px;
    }
    
    .left_c299 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .status_23f0 {
        padding: 30px 10px;
    }
    
    .breadcrumb_b458 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_bottom_a81c {
        padding: 20px 15px;
    }
    
    .shadow-slow-d6a0 {
        font-size: 2rem;
    }
    
    .nav_bottom_a81c h3 {
        font-size: 1.1rem;
    }
    
    .nav_bottom_a81c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tag_out_b28e {
        padding: 20px 10px;
    }
    
    .gradient_right_7f58 h2 {
        font-size: 1.3rem;
    }
    
    .motion-2976 {
        font-size: 0.9rem;
    }
    
    .west-65f6 h3 {
        font-size: 1.1rem;
    }
    
    .west-65f6 p {
        font-size: 0.9rem;
    }
    
    .photo-fbf5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thumbnail-copper-2ffc {
        grid-template-columns: 1fr;
    }
    
    .inner_ad4b {
        font-size: 0.85rem;
    }
    
    .solid_01cf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-fa6f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table-fa6f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .disabled-35a7 {
        padding: 30px 10px;
    }
    
    .current-8622 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green_efe6 {
        padding: 15px 10px;
    }
    
    .green_efe6 h4 {
        font-size: 0.9rem;
    }
    
    .green_efe6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .green_11d7 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .left-fa35 {
        padding: 30px 10px;
    }
    
    .gas_06e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed_1c56 {
        padding: 15px;
    }
    
    .stale-eff5 {
        font-size: 0.9rem;
    }
    
    .picture-aae9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture-aae9 .element_b5df {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dynamic_27b8 {
        padding: 30px 10px;
    }
    
    .dynamic_27b8 h2 {
        font-size: 1.2rem;
    }
    
    .container-57e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar_6af0 {
        padding: 15px 10px;
    }
    
    .avatar_6af0 h4 {
        font-size: 0.85rem;
    }
    
    .avatar_6af0 p {
        font-size: 0.75rem;
    }
    
    .menu-6c1e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .row-static-54f5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form-2036 {
        padding: 20px 10px;
    }
    
    .box-b81f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .first-8c7a,
    .steel_ac19,
    .smooth-cef7 {
        width: 100%;
    }
    
    .first-8c7a h3 {
        font-size: 1.1rem;
    }
    
    .first-8c7a p {
        font-size: 0.8rem;
    }
    
    .silver_4131 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .left-3ef6 {
        padding: 30px 15px;
    }
    
    .left-3ef6 h2 {
        font-size: 1.3rem;
    }
    
    .left-3ef6 p {
        font-size: 0.85rem;
    }
    
    .sidebar-east-4431 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar-east-4431 .background-bbec {
        width: 100%;
    }
    
    .title-caae {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .old-b499 {
        padding: 30px 10px;
    }
    
    .old-b499 h3 {
        font-size: 1.2rem;
    }
    
    .filter-4561 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-fast-250b {
        padding: 15px 10px;
    }
    
    .chip-fast-250b h4 {
        font-size: 0.85rem;
    }
    
    .chip-fast-250b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tabs_ef78 {
        padding: 30px 15px;
    }
    
    .message-37a8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .simple-95a3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sidebar-green-c604 h4 {
        font-size: 0.9rem;
    }
    
    .sidebar-green-c604 a {
        font-size: 0.8rem;
    }
    
    .avatar-b374 {
        font-size: 0.8rem;
    }
    
    .new-bf82 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .alert_15da {
        padding: 8px 10px;
    }
    
    .footer_6746 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .fast_a406 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer_6746 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fast_a406 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cd7a */
.promo-block-g3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
