/* Inner Page Styles */

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

.message-solid-24cb 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);
}

.message-solid-24cb 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);
}

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

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

.texture-c0f7 .banner_gas_86fb {
    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;
}

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

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

.texture-c0f7 .banner_gas_86fb:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.hidden-dim-33e6 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.caption_paper_0fae.fn-active-5947 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_fresh_952d .menu-mini-04ba {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.menu_fresh_952d .menu-mini-04ba:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.gallery-pro-82cd {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.main_8a16 .menu-mini-04ba {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.main_8a16 .menu-mini-04ba:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .message-solid-24cb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .message-solid-24cb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .message-solid-24cb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .texture-c0f7 {
        justify-content: center;
    }
    
    .list-b1f1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel-5f3c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .heading-5859 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_full_8689 {
        padding: var(--md-spacing-md);
    }
    
    .light_ef91 {
        padding: var(--md-spacing-md) 0;
    }
    
    .picture_liquid_f282 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .main_8a16 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .in_d8b7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .photo_full_8689 {
        padding: var(--md-spacing-sm);
    }
    
    .sort_c521 {
        padding: var(--md-spacing-md);
    }
    
    .picture_liquid_f282 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort_c521,
.picture_liquid_f282,
.main_8a16 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tertiary-motion-52c1 {
    font-size: 1.5rem;
}

.accordion-9299 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.avatar_red_ef52 {
    padding: 30px 0;
}

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

.shade-first-babe {
    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;
}

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

.shade-first-babe ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.shade-first-babe li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.article-03ff {
    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;
}

.article-03ff strong {
    color: #00ff88;
}

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

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

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

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

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

.mask-advanced-b7bd::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;
}

.under-6a7c {
    text-align: center;
    margin-bottom: 30px;
}

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

.overlay_fe50.up_17fb .backdrop-tiny-d831 {
    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); }
}

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

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

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

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

.south-e17e 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;
}

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

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

.liquid_41c4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.block_8e65.highlight_1ea2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block_8e65.notification_new_1211::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block_8e65.icon-bottom-0b1d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block_8e65.component_wood_9de2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel-7361 {
    font-size: 1.2rem;
}

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

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

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

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

.outer_e94b.bottom_8ae3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer_e94b.fn-active-5947 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.main-991a {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_1b06 { border-top: 3px solid #00ccff; }
.link-upper-6736 { border-top: 3px solid #00ff88; }
.feature_71fa { border-top: 3px solid #d4af37; }
.pagination_e1e0 { border-top: 3px solid #ff6b6b; }
.mini-5fce { border-top: 3px solid #8b5cf6; }

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

.upper_7851 {
    overflow-x: auto;
}

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

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

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

.active-5653 td {
    color: #ccc;
}

.active-5653 .rough-f603 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.border-north-5c5c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.sidebar-smooth-5feb {
    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;
}

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

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

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

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

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

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

.status-soft-0adf {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.accordion_58f0::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.content-98a4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.stone_d7fd {
    font-size: 1.5rem;
}

.shade-first-c52f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.light-a54b strong {
    color: #fff;
    display: block;
}

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

.outline-dim-4169 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.outline-dim-4169 .header-3dd8 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.label_788a .hidden_rough_3cba {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.out-8c8b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.widget-basic-4b85 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.south-8bea {
    color: #ccc;
    font-size: 0.85rem;
}

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

.footer-down-6fc5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.background_outer_dfec a {
    color: #ff6b6b;
}

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

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

.message-dynamic-2e91 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.accent_dark_baa8 {
    text-align: center;
}

.accent_dark_baa8 .card-south-aaf9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-over-de27 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.aside-north-6ad8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .aside-north-6ad8 {
        flex-direction: column;
    }
    .fresh-b05b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.blue-af45 .item-center-615b {
    color: #666;
    margin: 0 8px;
}

.blue-af45 .box_53ff {
    color: #ff6b6b;
    text-decoration: line-through;
}

.liquid-6e60 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.bottom_f30f {
    font-size: 2rem;
}

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

.wrapper-0429 strong {
    color: #d4af37;
}

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

.shadow-8fdb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.element-844e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.footer-e82f strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.slider-21e9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.accordion_da8f h3,
.outer-4c6c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.photo-current-9cbe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.dim-6e49 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.text-action-a82f strong {
    color: #d4af37;
}

.disabled_3e61 {
    color: #aaa;
}

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

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

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

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

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

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

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

.warm-0502:last-child {
    border-bottom: none;
}

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

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

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

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

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

.detail-f0f0 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;
}

.detail-f0f0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.background-98a5 strong {
    color: #d4af37;
}

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

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

.active_1569 strong {
    color: #00ff88;
}

.active_1569 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-selected-57e7 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.background-solid-df0a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.background-solid-df0a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .alert-bronze-889f {
        grid-template-columns: 1fr;
    }
}

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

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

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

.background-9270 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.icon-d488 strong {
    color: #00ff88;
}

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

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

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

.liquid-8cbd {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.south-8bea {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .liquid-8cbd {
        flex-direction: column;
    }
    
    .banner-d990 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice-824e {
        padding: 30px 15px;
    }
    
    .notice-824e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup-new-8c6d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bright-f6f6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .list-lower-558f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-lower-558f .hidden-easy-9c31 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .in-a709 {
        font-size: 1.3rem;
    }
    
    .stale-6e30 {
        font-size: 0.7rem;
    }
    
    .gallery_cc78 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_cc78 .menu-mini-04ba {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dirty_6cb2 {
        display: none;
    }
    
    .description_iron_154d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .first_1acb {
        padding: 20px 10px;
    }
    
    .mini-7629 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel_ed0d,
    .slider-selected-57e7 {
        padding: 15px;
    }
    
    .paper-d0e6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .outline-b5a1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .blue_9691 {
        padding: 30px 10px;
    }
    
    .easy-f6e1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel_0e60 {
        padding: 20px 15px;
    }
    
    .dynamic-e0b4 {
        font-size: 2rem;
    }
    
    .panel_0e60 h3 {
        font-size: 1.1rem;
    }
    
    .panel_0e60 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .black-2ea6 {
        padding: 20px 5px;
    }
    
    .black-2ea6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .link_9a10 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active-5653 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active-5653 th,
    .active-5653 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tag-over-d06d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .top-8c39 {
        padding: 20px 10px;
    }
    
    .gas_7561 h2 {
        font-size: 1.3rem;
    }
    
    .background-right-464e {
        font-size: 0.9rem;
    }
    
    .warm-0502 h3 {
        font-size: 1.1rem;
    }
    
    .warm-0502 p {
        font-size: 0.9rem;
    }
    
    .detail-f0f0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .border_focused_8155 {
        grid-template-columns: 1fr;
    }
    
    .background-98a5 {
        font-size: 0.85rem;
    }
    
    .column_4a55 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_82a8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .article_82a8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card_10b5 {
        padding: 30px 10px;
    }
    
    .breadcrumb_52f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright_faa3 {
        padding: 15px 10px;
    }
    
    .bright_faa3 h4 {
        font-size: 0.9rem;
    }
    
    .bright_faa3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .motion_c944 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .box_3cfe {
        padding: 30px 10px;
    }
    
    .panel-bronze-8383 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-purple-3fad {
        padding: 15px;
    }
    
    .pro_35d7 {
        font-size: 0.9rem;
    }
    
    .table-8e9d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table-8e9d .center-0376 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .hard-9d57 {
        padding: 30px 10px;
    }
    
    .hard-9d57 h2 {
        font-size: 1.2rem;
    }
    
    .bronze_8a5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red-5d15 {
        padding: 15px 10px;
    }
    
    .red-5d15 h4 {
        font-size: 0.85rem;
    }
    
    .red-5d15 p {
        font-size: 0.75rem;
    }
    
    .tag_easy_ce5f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .list-pink-3d93 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .widget-feb4 {
        padding: 20px 10px;
    }
    
    .footer-down-6fc5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas_ab22,
    .middle_7da9,
    .background_outer_dfec {
        width: 100%;
    }
    
    .gas_ab22 h3 {
        font-size: 1.1rem;
    }
    
    .gas_ab22 p {
        font-size: 0.8rem;
    }
    
    .action-3216 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .popup-8615 {
        padding: 30px 15px;
    }
    
    .popup-8615 h2 {
        font-size: 1.3rem;
    }
    
    .popup-8615 p {
        font-size: 0.85rem;
    }
    
    .full_9b63 {
        flex-direction: column;
        gap: 10px;
    }
    
    .full_9b63 .menu-mini-04ba {
        width: 100%;
    }
    
    .highlight_small_7389 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .footer_c2a5 {
        padding: 30px 15px;
    }
    
    .footer_e1c0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .message_top_5e3b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .iron-9294 h4 {
        font-size: 0.9rem;
    }
    
    .iron-9294 a {
        font-size: 0.8rem;
    }
    
    .slow-5fa8 {
        font-size: 0.8rem;
    }
    
    .status-new-2fe5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .large-1d35 {
        padding: 8px 10px;
    }
    
    .soft-1203 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .block-5f3a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .soft-1203 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .block-5f3a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 24a2 */
.ghost-box-q0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
