/* Inner Page Styles */

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

.modal-lower-2256 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);
}

.modal-lower-2256 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);
}

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

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

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

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

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

.focus_hovered_c6d1 .tall_1fc1:hover::before {
    left: 100%;
}

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

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

.column-841f {
    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);
}

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

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

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

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

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

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

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

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

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

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

.tooltip-bright-6d27 {
    color: var(--casino-gold-light);
}

.tooltip-bright-6d27 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.tooltip-bright-6d27 a:hover {
    color: var(--casino-gold-light);
}

.tooltip-bright-6d27.fn-active-2341 {
    color: var(--casino-gold-light);
}

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

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

.background-orange-a2c0 {
    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);
}

.background-orange-a2c0 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);
}

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

/* Content Cards */
.tabs-wood-0a15 {
    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);
}

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

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

.tabs-wood-0a15 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first_aec0 .footer_a850:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.notice-smooth-d164 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.image_4276 .footer_a850:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-lower-2256 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .modal-lower-2256 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .modal-lower-2256 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .focus_hovered_c6d1 {
        justify-content: center;
    }
    
    .column-841f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .modal-0310 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .feature_rough_4c03 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background-orange-a2c0 {
        padding: var(--md-spacing-md);
    }
    
    .glass-b39c {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo_62b2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .image_4276 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .panel_dynamic_7238 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .background-orange-a2c0 {
        padding: var(--md-spacing-sm);
    }
    
    .tabs-wood-0a15 {
        padding: var(--md-spacing-md);
    }
    
    .logo_62b2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tabs-wood-0a15,
.logo_62b2,
.image_4276 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.element-outer-85b8 {
    font-size: 1.5rem;
}

.carousel_5c36 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .thumbnail-copper-81a5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hidden-8700 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.fixed-be3c {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-bdb3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.row_60db.cold_ac24 .notice_4375 {
    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); }
}

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

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

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

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

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

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

.hot_5a4b {
    font-size: 1.2rem;
}

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

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

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

.avatar-hot-eef7 {
    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;
}

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

.avatar-hot-eef7.progress_16b2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.avatar-hot-eef7.content-small-5aef::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar-hot-eef7.south-c67c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.avatar-hot-eef7.frame_green_65a7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message-9183 {
    font-size: 1.2rem;
}

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

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

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

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

.accordion-inner-93db.east-4076 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion-inner-93db.fn-active-2341 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.chip-84b6 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.wrapper-outer-3748 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.outline_short_6ade { border-top: 3px solid #00ccff; }
.filter-fd17 { border-top: 3px solid #00ff88; }
.filter_2c5e { border-top: 3px solid #d4af37; }
.gradient_dark_3830 { border-top: 3px solid #ff6b6b; }
.tag_4b3a { border-top: 3px solid #8b5cf6; }

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

.glass-14ae {
    overflow-x: auto;
}

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

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

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

.main_huge_5dbc td {
    color: #ccc;
}

.main_huge_5dbc .wrapper-short-a42d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.block-hot-d512 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.solid-0e0e {
    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;
}

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

.badge-wide-5dab {
    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;
}

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

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

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

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

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

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

.tertiary_active_d283 {
    font-size: 2rem;
}

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

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

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

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

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

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

.dim-3ced {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.nav-large-32e4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.gradient_pressed_54f4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.logo-advanced-772a strong {
    color: #fff;
    display: block;
}

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

.row-hard-2216 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.logo-copper-8ef6 .shadow-ec12 {
    margin-bottom: 10px;
}

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

.logo-copper-8ef6 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.small-2b29 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-light-b946 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.avatar-light-b946 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.backdrop_fixed_2050 a {
    color: #ff6b6b;
}

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

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

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

.wood_fb9a {
    text-align: center;
}

.wood_fb9a .pressed-1b53 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.wood_fb9a .detail-dirty-4772 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-over-f0bc .huge_2630 {
    color: #666;
    margin: 0 8px;
}

.backdrop-over-f0bc .in_5ba1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-pressed-b07d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.element-0065 {
    font-size: 2rem;
}

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

.detail_orange_0968 strong {
    color: #d4af37;
}

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

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

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

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

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

.wood-80c3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.red-7d6e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.button_next_7851 strong {
    color: #00ff88;
}

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

.under-4be0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.item_14a2 h3,
.element-warm-b839 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.icon-orange-d442 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.article-medium-8288 summary::-webkit-details-marker {
    display: none;
}

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

.panel-over-9c36 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.primary-91d4 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.primary-91d4 strong {
    color: #d4af37;
}

.glass-ad1a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-8cf5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.nav-8cf5 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;
}

.nav-8cf5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.notification-f153 strong {
    color: #d4af37;
}

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

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

.hard_363f strong {
    color: #00ff88;
}

.hard_363f span {
    color: #d4af37;
}

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

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

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

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

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

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

.stale-9e6f {
    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;
}

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

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

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

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

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

.active-black-73d1 {
    color: #999;
    font-size: 0.85rem;
}

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

.hero-rough-b95d h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.component-under-c452 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.component-under-c452 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-512f {
    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;
}

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

.content_8ae3 strong {
    color: #00ff88;
}

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

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

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

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

.surface-26b0 {
    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;
}

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

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

@media (max-width: 768px) {
    .dim-7693 {
        flex-direction: column;
    }
    
    .surface-26b0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.preview-silver-1a18 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .form-e5ea {
        padding: 30px 15px;
    }
    
    .form-e5ea h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .section-prev-2b6a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter-old-90bb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .item_8513 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item_8513 .content_black_1ffb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .warm-51dc {
        font-size: 1.3rem;
    }
    
    .notification_6add {
        font-size: 0.7rem;
    }
    
    .highlight-east-8f2f {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight-east-8f2f .footer_a850 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .alert-9049 {
        display: none;
    }
    
    .caption-9822 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .card_selected_0f0d {
        padding: 20px 10px;
    }
    
    .stale_b563 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row_prev_e729,
    .hero-rough-b95d {
        padding: 15px;
    }
    
    .hero_4218 {
        flex-direction: column;
        gap: 5px;
    }
    
    .heading_bright_89fa {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-599f {
        padding: 30px 10px;
    }
    
    .under-9c59 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent_c3a2 {
        padding: 20px 15px;
    }
    
    .plasma_d289 {
        font-size: 2rem;
    }
    
    .accent_c3a2 h3 {
        font-size: 1.1rem;
    }
    
    .accent_c3a2 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar-thick-4b26 {
        padding: 20px 10px;
    }
    
    .secondary-gas-2ada h2 {
        font-size: 1.3rem;
    }
    
    .action-474e {
        font-size: 0.9rem;
    }
    
    .card_fresh_cce8 h3 {
        font-size: 1.1rem;
    }
    
    .card_fresh_cce8 p {
        font-size: 0.9rem;
    }
    
    .nav-8cf5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .button_blue_7652 {
        grid-template-columns: 1fr;
    }
    
    .notification-f153 {
        font-size: 0.85rem;
    }
    
    .preview_2f52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed_4229 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fixed_4229 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .prev-72d4 {
        padding: 30px 10px;
    }
    
    .feature_wood_708d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered_20e5 {
        padding: 15px 10px;
    }
    
    .hovered_20e5 h4 {
        font-size: 0.9rem;
    }
    
    .hovered_20e5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main_orange_1a0c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .middle_1137 {
        padding: 30px 10px;
    }
    
    .cold-9aaf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange-5b0a {
        padding: 15px;
    }
    
    .accent-1c69 {
        font-size: 0.9rem;
    }
    
    .current-3c5a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current-3c5a .widget-thick-57f7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .disabled-1541 {
        padding: 30px 10px;
    }
    
    .disabled-1541 h2 {
        font-size: 1.2rem;
    }
    
    .chip_85ce {
        gap: 10px;
    }
    
    .message-2ae3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .message-2ae3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .description_533e {
        padding: 30px 10px;
    }
    
    .description_533e h2 {
        font-size: 1.2rem;
    }
    
    .surface_stale_2b6c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background_9d9a {
        padding: 15px 10px;
    }
    
    .background_9d9a h4 {
        font-size: 0.85rem;
    }
    
    .background_9d9a p {
        font-size: 0.75rem;
    }
    
    .carousel_dim_ccd6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled-warm-ea0e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .background-south-e60b {
        padding: 20px 10px;
    }
    
    .liquid-7e3b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wood_b6fd,
    .avatar-light-b946,
    .backdrop_fixed_2050 {
        width: 100%;
    }
    
    .wood_b6fd h3 {
        font-size: 1.1rem;
    }
    
    .wood_b6fd p {
        font-size: 0.8rem;
    }
    
    .content_warm_6cd3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .summary-07fb {
        padding: 30px 15px;
    }
    
    .summary-07fb h2 {
        font-size: 1.3rem;
    }
    
    .summary-07fb p {
        font-size: 0.85rem;
    }
    
    .tertiary-b573 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary-b573 .footer_a850 {
        width: 100%;
    }
    
    .secondary_cold_5b76 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tooltip-glass-87e4 {
        padding: 30px 10px;
    }
    
    .tooltip-glass-87e4 h3 {
        font-size: 1.2rem;
    }
    
    .plasma_b880 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image_4276 {
        padding: 15px 10px;
    }
    
    .image_4276 h4 {
        font-size: 0.85rem;
    }
    
    .image_4276 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accent-up-9793 {
        padding: 30px 15px;
    }
    
    .slider-dark-0001 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .status-ca77 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gallery-action-f64a h4 {
        font-size: 0.9rem;
    }
    
    .gallery-action-f64a a {
        font-size: 0.8rem;
    }
    
    .shade-complex-d976 {
        font-size: 0.8rem;
    }
    
    .bright-2833 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .info-bbb6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean_cfda {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: aaf2 */
.widget-item-h8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
