/* Inner Page Styles */

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

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

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

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

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

.link_05a5 .smooth-6790 {
    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;
}

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

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

.link_05a5 .smooth-6790:hover::before {
    left: 100%;
}

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

.tiny-5fdc {
    margin-bottom: var(--md-spacing-lg);
}

.footer-mini-3811 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.old_6313.fn-active-3c09 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.label-green-50ee {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

/* Content Cards */
.under_a1e7 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.orange-5892:hover::before {
    left: 100%;
}

.orange-5892 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;
}

.orange-5892 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;
}

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

.orange-5892 .list_724a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.small_323d .list_724a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .description-fe87 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .description-fe87 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .description-fe87 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .link_05a5 {
        justify-content: center;
    }
    
    .footer-mini-3811 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .section-active-6794 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .label-green-50ee {
        padding: var(--md-spacing-md) 0;
    }
    
    .north_c8d6 {
        padding: var(--md-spacing-md);
    }
    
    .footer-ecc0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dirty_49f9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .small_323d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bright-4599 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .north_c8d6 {
        padding: var(--md-spacing-sm);
    }
    
    .under_a1e7 {
        padding: var(--md-spacing-md);
    }
    
    .dirty_49f9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.under_a1e7,
.dirty_49f9,
.small_323d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.pagination-87a9::-webkit-scrollbar {
    width: 8px;
}

.pagination-87a9::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.copper_7d9f {
    font-size: 1.5rem;
}

.top_cfd3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-under-617a {
    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;
}

.caption-under-617a strong {
    color: #00ff88;
}

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

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

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

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

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

.info-cold-fa43::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;
}

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

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

.top_644a.tooltip_gas_8a4b .thumbnail_lower_a97a {
    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); }
}

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

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

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

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

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

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

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

.picture-advanced-1227 {
    font-size: 1.2rem;
}

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

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

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

.link-93b8 {
    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;
}

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

.link-93b8.popup-lower-72b7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link-93b8.light_8637::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link-93b8.notice_clean_5b01::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link-93b8.content-basic-a3f8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

.medium_ecaf.sort-faa3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.medium_ecaf.fn-active-3c09 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny-e9ef { border-top: 3px solid #00ccff; }
.small_4692 { border-top: 3px solid #00ff88; }
.fluid-17c5 { border-top: 3px solid #d4af37; }
.pro-0927 { border-top: 3px solid #ff6b6b; }
.modal-3173 { border-top: 3px solid #8b5cf6; }

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

.pink_c95b {
    overflow-x: auto;
}

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

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

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

.green-2b1c td {
    color: #ccc;
}

.green-2b1c .mask-yellow-61c4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.green-2b1c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .banner-iron-347e {
        grid-template-columns: 1fr;
    }
}

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

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

.info-warm-a15f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.detail-ae22 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.breadcrumb-yellow-4e0e h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.breadcrumb-yellow-4e0e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .label-lower-6db5 {
        grid-template-columns: 1fr;
    }
}

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

.status_1a25 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.blue-49de {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_0e30 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent_b143 .search-d6dd {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.column-smooth-531e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.text-6eb5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_focused_ed87 a {
    color: #ff6b6b;
}

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

.content-8ce8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.blue-6ea3 {
    text-align: center;
}

.blue-6ea3 .mini_d465 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.blue-6ea3 .row_right_311e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.content-8ce8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.inner-974f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.element-in-20f9 {
    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;
}

.element-in-20f9.bottom-0cbe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.tooltip-5d64 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.motion_c91c .title-basic-126d {
    color: #666;
    margin: 0 8px;
}

.motion_c91c .banner-cool-4360 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.lower-34d5 strong {
    color: #d4af37;
    margin-right: 8px;
}

.avatar-mini-15d1 {
    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;
}

.hovered-4c83 {
    font-size: 2rem;
}

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

.west-f021 strong {
    color: #d4af37;
}

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

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

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

.old-617d h3,
.block_1c91 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.chip-108c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.status-black-2d47 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.shadow-huge-ec38 strong {
    color: #00ff88;
}

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

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

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

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

.disabled-center-68a8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.tertiary-north-f992 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.tertiary-north-f992 strong {
    color: #d4af37;
}

.article_purple_7f3f {
    color: #aaa;
}

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

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

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

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

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

.hero-right-45c3 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.detail_easy_19d2 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_easy_19d2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.left_6c57 strong {
    color: #d4af37;
}

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

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

.breadcrumb_f792 strong {
    color: #00ff88;
}

.breadcrumb_f792 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notice-middle-2b5d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-dfe8 li {
    margin-bottom: 5px;
}

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

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

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

.mask-55ee {
    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;
}

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

.heading_clean_6191 strong {
    color: #00ff88;
}

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

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

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

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

.filter-first-4362 {
    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;
}

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

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

@media (max-width: 768px) {
    .silver_cc43 {
        flex-direction: column;
    }
    
    .filter-first-4362 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.grid-cool-9e2a {
    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;
}

.grid-cool-9e2a: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) {
    .grid-cool-9e2a {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .grid-cool-9e2a {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .caption_7080 {
        padding: 30px 15px;
    }
    
    .caption_7080 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .status-full-5cd4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .status_gold_27ea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .dark_58ea {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dark_58ea .large_8506 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .component_simple_e04c {
        font-size: 1.3rem;
    }
    
    .description-a140 {
        font-size: 0.7rem;
    }
    
    .pressed-a45f {
        flex-direction: column;
        gap: 10px;
    }
    
    .pressed-a45f .list_724a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .medium-0e2e {
        display: none;
    }
    
    .wrapper_medium_3d76 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .avatar-solid-31e2 {
        padding: 20px 10px;
    }
    
    .alert-f3e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_8ca9,
    .tag_9346 {
        padding: 15px;
    }
    
    .liquid_6c70 {
        flex-direction: column;
        gap: 5px;
    }
    
    .advanced-bf59 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .nav-out-23e2 {
        padding: 30px 10px;
    }
    
    .input_ee6f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_2e4c {
        padding: 20px 15px;
    }
    
    .fluid-040c {
        font-size: 2rem;
    }
    
    .focused_2e4c h3 {
        font-size: 1.1rem;
    }
    
    .focused_2e4c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .aside-gas-4fee {
        padding: 20px 5px;
    }
    
    .aside-gas-4fee h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .stone_175e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .green-2b1c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .green-2b1c th,
    .green-2b1c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .alert-0693 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .widget_down_8ef6 {
        padding: 20px 10px;
    }
    
    .link-500d h2 {
        font-size: 1.3rem;
    }
    
    .up-b334 {
        font-size: 0.9rem;
    }
    
    .hero_868f h3 {
        font-size: 1.1rem;
    }
    
    .hero_868f p {
        font-size: 0.9rem;
    }
    
    .detail_easy_19d2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .accordion_5426 {
        grid-template-columns: 1fr;
    }
    
    .left_6c57 {
        font-size: 0.85rem;
    }
    
    .media-right-7421 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_tall_0332 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface_tall_0332 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .banner_398e {
        padding: 30px 10px;
    }
    
    .element-copper-20fa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element_small_5dab {
        padding: 15px 10px;
    }
    
    .element_small_5dab h4 {
        font-size: 0.9rem;
    }
    
    .element_small_5dab p {
        font-size: 0.75rem;
        display: none;
    }
    
    .medium_c0b1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element-copper-20fa {
        grid-template-columns: 1fr;
    }
    
    .element_small_5dab p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .east-5837 {
        padding: 30px 10px;
    }
    
    .basic-7d2d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop_yellow_e3da {
        padding: 15px;
    }
    
    .fresh-10a0 {
        font-size: 0.9rem;
    }
    
    .new_c3a3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .new_c3a3 .paragraph_2c3d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gold-dba0 {
        padding: 30px 10px;
    }
    
    .gold-dba0 h2 {
        font-size: 1.2rem;
    }
    
    .in-cdec {
        gap: 10px;
    }
    
    .icon-0682 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .icon-0682 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .dim_6d7c {
        padding: 30px 10px;
    }
    
    .dim_6d7c h2 {
        font-size: 1.2rem;
    }
    
    .chip-9844 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary_79fd {
        padding: 15px 10px;
    }
    
    .tertiary_79fd h4 {
        font-size: 0.85rem;
    }
    
    .tertiary_79fd p {
        font-size: 0.75rem;
    }
    
    .message_wood_54a3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hover-0661 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hover_black_da43 {
        padding: 20px 10px;
    }
    
    .background_outer_3818 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .focus_a193,
    .tall_6860,
    .carousel_focused_ed87 {
        width: 100%;
    }
    
    .focus_a193 h3 {
        font-size: 1.1rem;
    }
    
    .focus_a193 p {
        font-size: 0.8rem;
    }
    
    .north_106b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .sidebar-c90e {
        padding: 30px 15px;
    }
    
    .sidebar-c90e h2 {
        font-size: 1.3rem;
    }
    
    .sidebar-c90e p {
        font-size: 0.85rem;
    }
    
    .text_29cc {
        flex-direction: column;
        gap: 10px;
    }
    
    .text_29cc .list_724a {
        width: 100%;
    }
    
    .item-a4cc {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focus-copper-d233 {
        padding: 30px 10px;
    }
    
    .focus-copper-d233 h3 {
        font-size: 1.2rem;
    }
    
    .breadcrumb_6479 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_323d {
        padding: 15px 10px;
    }
    
    .small_323d h4 {
        font-size: 0.85rem;
    }
    
    .small_323d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery_down_d123 {
        padding: 30px 15px;
    }
    
    .last_be34 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .cold-4747 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_8455 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_8455 a {
        font-size: 0.8rem;
    }
    
    .dark_e59e {
        font-size: 0.8rem;
    }
    
    .popup-warm-0da1 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .preview_712b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .motion-d56f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a72d */
.shadow-element-t9 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
