/* Inner Page Styles */

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

.preview-west-0de1 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);
}

.preview-west-0de1 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);
}

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

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

.fixed_9f75 .thumbnail-f18e {
    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;
}

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

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

.fixed_9f75 .thumbnail-f18e:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large_ff7f.fn-active-60c7 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-basic-93d4 {
    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%;
}

.article-basic-93d4 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 */
.layout-steel-0ea7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout-steel-0ea7 li {
    margin-bottom: var(--md-spacing-xs);
}

.layout-steel-0ea7 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);
}

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

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

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

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

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

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

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

.paragraph_a3a4 .secondary_wood_198c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.disabled-active-01a1 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.paper-eb46 .secondary_wood_198c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .preview-west-0de1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .preview-west-0de1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .preview-west-0de1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .fixed_9f75 {
        justify-content: center;
    }
    
    .hovered_793c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gold_0dd5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown-9630 {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature_lower_c4f3 {
        padding: var(--md-spacing-md);
    }
    
    .article_dim_9b02 {
        padding: var(--md-spacing-md) 0;
    }
    
    .article-basic-93d4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .paper-eb46 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .liquid-de1d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature_lower_c4f3 {
        padding: var(--md-spacing-sm);
    }
    
    .notice_7fe4 {
        padding: var(--md-spacing-md);
    }
    
    .article-basic-93d4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.notice_7fe4,
.article-basic-93d4,
.paper-eb46 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shadow-medium-9ab4::-webkit-scrollbar {
    width: 8px;
}

.shadow-medium-9ab4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.shadow-medium-9ab4::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.pagination-simple-a7c3 {
    font-size: 1.5rem;
}

.avatar_0e6b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image_f130 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gradient_fresh_193f.outer-2fe2 .solid_83ed {
    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); }
}

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

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

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

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

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

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

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

.notification-6e67 {
    font-size: 1.2rem;
}

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

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

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

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

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

.row_433a.disabled-383b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row_433a.cool-034f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_433a.button_7529::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row_433a.detail-92a5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tertiary-narrow-9bf0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.info-bfb3 {
    font-size: 1.2rem;
}

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

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

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

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

.link_smooth_bc45.paragraph_e662 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link_smooth_bc45.fn-active-60c7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.input-7d6f.secondary-cold-a287 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.green_ddc6 { border-top: 3px solid #00ccff; }
.tiny_5f49 { border-top: 3px solid #00ff88; }
.action_6eae { border-top: 3px solid #d4af37; }
.text_cold_0005 { border-top: 3px solid #ff6b6b; }
.wrapper_8e14 { border-top: 3px solid #8b5cf6; }

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

.hard_6b08 {
    overflow-x: auto;
}

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

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

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

.filter-pressed-570d td {
    color: #ccc;
}

.filter-pressed-570d .sort-22ad {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.filter-pressed-570d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.mini-8c78 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.content-a656 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.popup-tall-8237 {
    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;
}

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

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

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

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

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

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

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

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

.medium_8aed {
    font-size: 2rem;
}

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

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

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

.detail-current-c7e7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.header-center-4d16 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.light_b046 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.action_8bda .full-bbf6 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.complex-56e1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.pagination-dim-ba8d h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.avatar-lower-db95 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.basic-92c0 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.active-north-c682 span {
    color: #666;
    font-size: 0.8rem;
}

.active-north-c682 a {
    color: #ff6b6b;
}

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

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

.banner-hovered-127e {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.layout_31b3 {
    text-align: center;
}

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

.layout_31b3 .progress-mini-b1ce {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny-057f {
    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;
}

.tiny-057f.secondary-cold-a287 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tag-old-948e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.description-small-c567 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.accordion_c949 .menu-paper-d653 {
    color: #666;
    margin: 0 8px;
}

.accordion_c949 .east_879d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.smooth-95c0 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.mini_ec92 {
    font-size: 2rem;
}

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

.small_7672 strong {
    color: #d4af37;
}

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

.active-solid-c3da {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.simple_d55c h3,
.carousel-dirty-933f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.heading-left-e073 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.wide_a5ca strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.background-59a4 summary::-webkit-details-marker {
    display: none;
}

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

.texture-31e2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.blue_3f3b strong {
    color: #d4af37;
}

.orange-6c9c {
    color: #aaa;
}

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

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

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

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

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

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

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

.content-dynamic-d8c0:last-child {
    border-bottom: none;
}

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

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

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

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

.overlay-yellow-d7df {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.overlay-yellow-d7df 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;
}

.overlay-yellow-d7df li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .column-narrow-88f0 {
        grid-template-columns: 1fr;
    }
}

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

.button_8605 strong {
    color: #d4af37;
}

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

.accordion-55e0 {
    color: #888;
    font-size: 0.9rem;
}

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

.accordion-55e0 span {
    color: #d4af37;
}

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

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

.footer-455c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.soft-94fc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-6a0f {
    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;
}

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

.outer-44dd strong {
    color: #00ff88;
}

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

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

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

.message-3cc7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.layout-753a {
    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;
}

.basic-92c0 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .message-3cc7 {
        flex-direction: column;
    }
    
    .fluid_9b86 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.heading-021b {
    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;
}

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

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

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

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

.breadcrumb-prev-3fed {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .form-hot-f7a5 {
        padding: 30px 15px;
    }
    
    .form-hot-f7a5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .preview-9e23 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .preview-9793 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .status_full_7992 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_full_7992 .left_a7b6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lower-d19d {
        font-size: 1.3rem;
    }
    
    .red_30ea {
        font-size: 0.7rem;
    }
    
    .hovered_01ab {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered_01ab .secondary_wood_198c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input_orange_9860 {
        display: none;
    }
    
    .item-bottom-6b46 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .description-7445 {
        padding: 20px 10px;
    }
    
    .footer-455c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action-1f7b,
    .tertiary_7e3c {
        padding: 15px;
    }
    
    .media_fast_744c {
        flex-direction: column;
        gap: 5px;
    }
    
    .soft-94fc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hovered-68f4 {
        padding: 30px 10px;
    }
    
    .cold_b6df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-new-28f0 {
        padding: 20px 15px;
    }
    
    .shadow-cc63 {
        font-size: 2rem;
    }
    
    .text-new-28f0 h3 {
        font-size: 1.1rem;
    }
    
    .text-new-28f0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .last_b95d {
        padding: 20px 5px;
    }
    
    .last_b95d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .breadcrumb-0509 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .filter-pressed-570d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .filter-pressed-570d th,
    .filter-pressed-570d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .west_1cbf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .box_e117 {
        padding: 20px 10px;
    }
    
    .main_c42e h2 {
        font-size: 1.3rem;
    }
    
    .text-a5eb {
        font-size: 0.9rem;
    }
    
    .content-dynamic-d8c0 h3 {
        font-size: 1.1rem;
    }
    
    .content-dynamic-d8c0 p {
        font-size: 0.9rem;
    }
    
    .overlay-yellow-d7df li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .column-narrow-88f0 {
        grid-template-columns: 1fr;
    }
    
    .button_8605 {
        font-size: 0.85rem;
    }
    
    .outer_7900 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east_5295 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .east_5295 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .out_167a {
        padding: 30px 10px;
    }
    
    .list-2447 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-fluid-92a3 {
        padding: 15px 10px;
    }
    
    .texture-fluid-92a3 h4 {
        font-size: 0.9rem;
    }
    
    .texture-fluid-92a3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accent-new-b8a3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list-2447 {
        grid-template-columns: 1fr;
    }
    
    .texture-fluid-92a3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .panel-yellow-4805 {
        padding: 30px 10px;
    }
    
    .table_top_3472 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled_in_7d7d {
        padding: 15px;
    }
    
    .pattern_906b {
        font-size: 0.9rem;
    }
    
    .cold-93a3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cold-93a3 .dirty_0e1c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .preview-9be4 {
        padding: 30px 10px;
    }
    
    .preview-9be4 h2 {
        font-size: 1.2rem;
    }
    
    .item-tall-26b4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stale_76d2 {
        padding: 15px 10px;
    }
    
    .stale_76d2 h4 {
        font-size: 0.85rem;
    }
    
    .stale_76d2 p {
        font-size: 0.75rem;
    }
    
    .detail_thick_412e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .image_white_1088 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .item-tall-26b4 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .row-purple-b8c7 {
        padding: 20px 10px;
    }
    
    .banner_easy_3f8f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pagination_f6ea,
    .footer_ac79,
    .active-north-c682 {
        width: 100%;
    }
    
    .pagination_f6ea h3 {
        font-size: 1.1rem;
    }
    
    .pagination_f6ea p {
        font-size: 0.8rem;
    }
    
    .prev_8ffb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mask_6101 {
        padding: 30px 15px;
    }
    
    .mask_6101 h2 {
        font-size: 1.3rem;
    }
    
    .mask_6101 p {
        font-size: 0.85rem;
    }
    
    .gradient_lite_16d9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient_lite_16d9 .secondary_wood_198c {
        width: 100%;
    }
    
    .sort_20de {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .element-bronze-6e1a {
        padding: 30px 15px;
    }
    
    .hover-current-c865 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .nav_7470 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .panel-7707 h4 {
        font-size: 0.9rem;
    }
    
    .panel-7707 a {
        font-size: 0.8rem;
    }
    
    .pattern-light-53d4 {
        font-size: 0.8rem;
    }
    
    .active_a9bb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .aside-silver-b65d {
        padding: 8px 10px;
    }
    
    .south-b505 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .soft_6a68 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .south-b505 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .soft_6a68 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2923 */
.ghost-box-j7 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
