/* Inner Page Styles */

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

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

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

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

.section-medium-9601 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.section-medium-9601 .bottom_47e0 {
    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;
}

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

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

.section-medium-9601 .bottom_47e0:hover::before {
    left: 100%;
}

.section-medium-9601 .bottom_47e0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tooltip-small-0099 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper_a483.fn-active-631f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_fixed_00cc .slow-3b53 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.banner_fixed_00cc .slow-3b53:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.video_liquid_cc7a .slow-3b53 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.video_liquid_cc7a .slow-3b53:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-ddfb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hero-ddfb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hero-ddfb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .section-medium-9601 {
        justify-content: center;
    }
    
    .tooltip-small-0099 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .basic-4843 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pagination_9683 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static_6b55 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper_light_9193 {
        padding: var(--md-spacing-md) 0;
    }
    
    .narrow_3a8e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .video_liquid_cc7a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion_focused_4bd4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .static_6b55 {
        padding: var(--md-spacing-sm);
    }
    
    .secondary-c877 {
        padding: var(--md-spacing-md);
    }
    
    .narrow_3a8e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.secondary-c877,
.narrow_3a8e,
.video_liquid_cc7a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.panel-slow-4a45::-webkit-scrollbar {
    width: 8px;
}

.panel-slow-4a45::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.panel-slow-4a45::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.column-f854 {
    font-size: 1.5rem;
}

.row_7c50 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_dim_2ef2 strong {
    color: #00ff88;
}

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

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

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

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

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

.footer-5c05::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;
}

.dropdown-warm-0818 {
    text-align: center;
    margin-bottom: 30px;
}

.rough-4a7d {
    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;
}

.rough-4a7d.lite-a93d .outer-7492 {
    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); }
}

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

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

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

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

.easy-5149 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;
}

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

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

.footer_paper_2d89 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tooltip_west_0743.selected_0f7e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tooltip_west_0743.down_61bd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tooltip_west_0743.overlay_full_4372::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tooltip_west_0743.layout-smooth-681f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.link-b457 {
    font-size: 1.2rem;
}

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

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

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

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

.column_complex_63ae.shadow_full_2af6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column_complex_63ae.fn-active-631f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.widget-short-54a1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.notice-fluid-4361 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.banner-short-6ad0 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.input-gold-719d {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.backdrop-cool-5af5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.table_e929 { border-top: 3px solid #00ccff; }
.preview_new_d559 { border-top: 3px solid #00ff88; }
.focused_911a { border-top: 3px solid #d4af37; }
.menu_26a4 { border-top: 3px solid #ff6b6b; }
.notification_3ea2 { border-top: 3px solid #8b5cf6; }

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

.pattern-af88 {
    overflow-x: auto;
}

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

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

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

.fast_4ee8 td {
    color: #ccc;
}

.fast_4ee8 .stale_e9ed {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.modal-short-904c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.modal-warm-07f4 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .notice-tall-198d {
        grid-template-columns: 1fr;
    }
}

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

.dropdown_9ce4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.box-plasma-ed2f::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);
}

.section-e9c5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.preview-light-6c03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.preview-334f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.button-fast-e1c6 {
    font-size: 1.5rem;
}

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

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

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

.overlay-cold-ca3f {
    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;
}

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

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

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

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

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

.content-mini-50b0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.content-mini-50b0 .breadcrumb-0771 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.pattern-medium-5e96 .stale-b569 {
    margin-bottom: 10px;
}

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

.pattern-medium-5e96 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-paper-2735 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.thumbnail-advanced-c14d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.thumbnail-advanced-c14d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.slow_5d01 a {
    color: #ff6b6b;
}

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

.south-714f {
    max-width: 800px;
    margin: 0 auto;
}

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

.outline-3c60 {
    text-align: center;
}

.outline-3c60 .up-f3b1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.outline-3c60 .footer-3196 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.south-714f > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.slider-focused-b98b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.frame-wide-d7f2 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-0a32 .texture-center-3da8 {
    color: #666;
    margin: 0 8px;
}

.badge-0a32 .highlight-tall-7975 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.mask-43c7 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.frame-2675 {
    font-size: 2rem;
}

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

.info_middle_46be strong {
    color: #d4af37;
}

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

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

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

.paragraph-d053 h3,
.dynamic-0e57 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.primary-rough-bafc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.filter_iron_7dd9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.icon-focused-16e5 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.photo-2db2 h3,
.hero_dedb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dynamic-3db0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.out-d4ef {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.out-d4ef strong {
    color: #d4af37;
}

.item_26dc {
    color: #aaa;
}

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

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

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

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

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

.red-854f {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.purple-fbaa 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;
}

.purple-fbaa li strong {
    color: #00ff88;
}

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

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

.shade-39fa {
    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;
}

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

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

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

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

.advanced-0694 strong {
    color: #d4af37;
}

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

.chip-huge-e143 {
    color: #888;
    font-size: 0.9rem;
}

.chip-huge-e143 strong {
    color: #00ff88;
}

.chip-huge-e143 span {
    color: #d4af37;
}

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

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

.banner-7bee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.focus-4b04 {
    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;
}

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

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

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

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

.preview-5e53 {
    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);
}

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

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

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

.label-short-f25d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.label-short-f25d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.banner-ffa2 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.complex-488e strong {
    color: #00ff88;
}

.background-east-7af7 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.notification-fluid-50a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.progress-paper-2735 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .notification-fluid-50a3 {
        flex-direction: column;
    }
    
    .banner_current_4d72 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .title-7b28 {
        padding: 30px 15px;
    }
    
    .title-7b28 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-218c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .basic-a21c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .short-cfd9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .short-cfd9 .input-949d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table_408a {
        font-size: 1.3rem;
    }
    
    .smooth-f9ad {
        font-size: 0.7rem;
    }
    
    .video-9b6d {
        flex-direction: column;
        gap: 10px;
    }
    
    .video-9b6d .slow-3b53 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .static_f363 {
        display: none;
    }
    
    .item-cool-08cb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .widget_a798 {
        padding: 20px 10px;
    }
    
    .banner-7bee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-wood-b2ae,
    .current_74d7 {
        padding: 15px;
    }
    
    .article_1538 {
        flex-direction: column;
        gap: 5px;
    }
    
    .preview-5e53 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal-d8a1 {
        padding: 30px 10px;
    }
    
    .table-7eeb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel_814b {
        padding: 20px 15px;
    }
    
    .link-52ad {
        font-size: 2rem;
    }
    
    .panel_814b h3 {
        font-size: 1.1rem;
    }
    
    .panel_814b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tooltip-237a {
        padding: 20px 5px;
    }
    
    .tooltip-237a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .liquid-9c7c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .fast_4ee8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .fast_4ee8 th,
    .fast_4ee8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .hovered-cb31 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .glass_261c {
        padding: 20px 10px;
    }
    
    .shadow-68a9 h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-ff63 {
        font-size: 0.9rem;
    }
    
    .wrapper_52e6 h3 {
        font-size: 1.1rem;
    }
    
    .wrapper_52e6 p {
        font-size: 0.9rem;
    }
    
    .purple-fbaa li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .north_e340 {
        grid-template-columns: 1fr;
    }
    
    .advanced-0694 {
        font-size: 0.85rem;
    }
    
    .notification_3776 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade-39fa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shade-39fa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .summary-motion-9375 {
        padding: 30px 10px;
    }
    
    .last-bb7b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .last-b648 {
        padding: 15px 10px;
    }
    
    .last-b648 h4 {
        font-size: 0.9rem;
    }
    
    .last-b648 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper-iron-b67d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid-1f05 {
        padding: 30px 10px;
    }
    
    .sort_b5ce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny-dc9a {
        padding: 15px;
    }
    
    .summary-49ac {
        font-size: 0.9rem;
    }
    
    .hero-rough-a6eb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-rough-a6eb .hot_397a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .shade_solid_ece6 {
        padding: 30px 10px;
    }
    
    .shade_solid_ece6 h2 {
        font-size: 1.2rem;
    }
    
    .text-e901 {
        gap: 10px;
    }
    
    .filter-easy-0a90 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .filter-easy-0a90 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .detail_5f3b {
        padding: 30px 10px;
    }
    
    .detail_5f3b h2 {
        font-size: 1.2rem;
    }
    
    .complex-2222 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph_black_6d99 {
        padding: 15px 10px;
    }
    
    .paragraph_black_6d99 h4 {
        font-size: 0.85rem;
    }
    
    .paragraph_black_6d99 p {
        font-size: 0.75rem;
    }
    
    .description_95cc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .surface_0bee {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .badge_868b {
        padding: 20px 10px;
    }
    
    .plasma-78b2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hard_7611,
    .thumbnail-advanced-c14d,
    .slow_5d01 {
        width: 100%;
    }
    
    .hard_7611 h3 {
        font-size: 1.1rem;
    }
    
    .hard_7611 p {
        font-size: 0.8rem;
    }
    
    .fixed_e69e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .solid_9278 {
        padding: 30px 15px;
    }
    
    .solid_9278 h2 {
        font-size: 1.3rem;
    }
    
    .solid_9278 p {
        font-size: 0.85rem;
    }
    
    .component-40ef {
        flex-direction: column;
        gap: 10px;
    }
    
    .component-40ef .slow-3b53 {
        width: 100%;
    }
    
    .red-7323 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .prev_4257 {
        padding: 30px 15px;
    }
    
    .stone-faf3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header-28e1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header_brown_098d h4 {
        font-size: 0.9rem;
    }
    
    .header_brown_098d a {
        font-size: 0.8rem;
    }
    
    .pattern_2e84 {
        font-size: 0.8rem;
    }
    
    .media-a19b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .narrow-9d3d {
        padding: 8px 10px;
    }
    
    .easy-f238 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .backdrop-dim-86e8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .easy-f238 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .backdrop-dim-86e8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5586 */
.phantom-card-m6 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
