/* Inner Page Styles */

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

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

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

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

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

.next-b2e2 .icon-silver-c141 {
    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;
}

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

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

.next-b2e2 .icon-silver-c141:hover::before {
    left: 100%;
}

.next-b2e2 .icon-silver-c141:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion_569a.fn-active-c108 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-667d {
    padding: var(--md-spacing-md) 0;
}

.caption-narrow-f172 {
    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%;
}

.caption-narrow-f172 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 */
.image_f30e {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.accent-smooth-d7e7:hover::before {
    left: 100%;
}

.accent-smooth-d7e7 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;
}

.accent-smooth-d7e7 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;
}

.accent-smooth-d7e7 .item_plasma_5f0e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accent-smooth-d7e7 .item_plasma_5f0e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.wrapper-over-6a8e {
    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);
}

.wrapper-over-6a8e:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.button-0bb9 {
    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);
}

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

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

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

.button-0bb9 .item_plasma_5f0e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.button-0bb9 .item_plasma_5f0e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lower_42eb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lower_42eb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lower_42eb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .next-b2e2 {
        justify-content: center;
    }
    
    .bottom-1509 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .container-large-d5e9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tertiary-hard-ca45 {
        padding: var(--md-spacing-md) 0;
    }
    
    .element-c14e {
        padding: var(--md-spacing-md);
    }
    
    .progress_west_8bed {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption-narrow-f172 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button-0bb9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .media_32a5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .element-c14e {
        padding: var(--md-spacing-sm);
    }
    
    .detail-c7bc {
        padding: var(--md-spacing-md);
    }
    
    .caption-narrow-f172 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail-c7bc,
.caption-narrow-f172,
.button-0bb9 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.list_action_f68e {
    font-size: 1.5rem;
}

.message-acc0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-thick-cf58 {
    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;
}

.table-thick-cf58 strong {
    color: #00ff88;
}

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

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

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

.preview-fast-89b4 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.logo-glass-7cff::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;
}

.aside-orange-57a1 {
    text-align: center;
    margin-bottom: 30px;
}

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

.yellow-7876.active_rough_ebe0 .icon-12fe {
    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); }
}

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

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

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

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

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

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

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

.last-b585 {
    font-size: 1.2rem;
}

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

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

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

.mask-67ca {
    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;
}

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

.mask-67ca.label_current_1acd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.mask-67ca.out-779a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mask-67ca.large_5276::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.mask-67ca.column-stone-0ee9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paper-fd21 {
    font-size: 1.2rem;
}

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

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

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

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

.over_b1e4.dropdown-plasma-fb4c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over_b1e4.fn-active-c108 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.detail-inner-99cc {
    color: #666;
    font-size: 0.8rem;
}

.list-liquid-8cab {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.element-1b20 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.column-current-7731 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.upper_2cdc { border-top: 3px solid #00ccff; }
.pro_949e { border-top: 3px solid #00ff88; }
.shadow_pressed_e563 { border-top: 3px solid #d4af37; }
.fixed_0337 { border-top: 3px solid #ff6b6b; }
.picture_warm_d59d { border-top: 3px solid #8b5cf6; }

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

.surface-4a68 {
    overflow-x: auto;
}

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

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

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

.steel_e73e td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.icon-9ac0 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.header-3b34 {
    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;
}

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

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

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

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

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

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

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

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

.hidden_pro_a0ff {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.text-prev-7e17 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.message-narrow-7252 {
    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;
}

.message-narrow-7252::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);
}

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

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

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

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

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

.banner-bronze-354b {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.soft-64f6 {
    font-size: 1.5rem;
}

.link-5be3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.gallery-9a17 {
    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;
}

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

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

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

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

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

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

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

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

.wood_97c3 .icon-upper-c29f {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.notice-new-f80c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.notification-prev-50e8 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.table-1bc3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.picture-246e {
    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;
}

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

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

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

.large-3406 a {
    color: #ff6b6b;
}

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

.old-72bd {
    max-width: 800px;
    margin: 0 auto;
}

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

.widget_9bcc {
    text-align: center;
}

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

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

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

.old-72bd > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-advanced-badb {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.main-635e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header-a600 .popup_north_c32f {
    color: #666;
    margin: 0 8px;
}

.header-a600 .notification-bde8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.button-bottom-c344 strong {
    color: #d4af37;
    margin-right: 8px;
}

.tooltip-4bbb {
    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;
}

.stale-3379 {
    font-size: 2rem;
}

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

.dynamic-f8f2 strong {
    color: #d4af37;
}

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

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

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

.gradient-06c7 h3,
.avatar_352b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.shadow-north-21e4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.video-3e1a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header_0ba1 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.list-98c1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.huge_31b9 strong {
    color: #d4af37;
}

.paragraph-4850 {
    color: #aaa;
}

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

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

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

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

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

.accent-wide-a70a {
    max-width: 900px;
    margin: 0 auto;
}

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

.left-4ad9:last-child {
    border-bottom: none;
}

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

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

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

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

.upper-382a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-382a 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;
}

.upper-382a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.first-65d3 strong {
    color: #d4af37;
}

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

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

.smooth_f05b strong {
    color: #00ff88;
}

.smooth_f05b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.icon-39b4 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.panel-gold-34be {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.notification-981d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.notification-981d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.warm-685e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warm-685e li {
    margin-bottom: 5px;
}

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

.warm-685e a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.menu_narrow_ca8c strong {
    color: #00ff88;
}

.tag-medium-6fa1 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.icon-narrow-0c94 {
    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;
}

.title_ced3 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .gas-2371 {
        flex-direction: column;
    }
    
    .icon-narrow-0c94 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .slider-thick-2be6 {
        padding: 30px 15px;
    }
    
    .slider-thick-2be6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .article_action_dbb9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lower_2a5a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .large_5d74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .large_5d74 .shadow-e363 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .info-5fd2 {
        font-size: 1.3rem;
    }
    
    .purple_8a6e {
        font-size: 0.7rem;
    }
    
    .hovered_af0c {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered_af0c .item_plasma_5f0e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-north-33df {
        display: none;
    }
    
    .steel-6aa5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-old-ee25 {
        padding: 20px 10px;
    }
    
    .top_3489 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini-d255,
    .short-dc81 {
        padding: 15px;
    }
    
    .panel-gold-34be {
        flex-direction: column;
        gap: 5px;
    }
    
    .thumbnail_01c3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pagination-9817 {
        padding: 30px 10px;
    }
    
    .media_pro_fc8d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper_ce53 {
        padding: 20px 15px;
    }
    
    .video-soft-41dc {
        font-size: 2rem;
    }
    
    .copper_ce53 h3 {
        font-size: 1.1rem;
    }
    
    .copper_ce53 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .panel-blue-73df {
        padding: 20px 5px;
    }
    
    .panel-blue-73df h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .huge-c735 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .steel_e73e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .steel_e73e th,
    .steel_e73e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .lower_a341 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .complex_2a91 {
        padding: 20px 10px;
    }
    
    .background_3a62 h2 {
        font-size: 1.3rem;
    }
    
    .next_14f3 {
        font-size: 0.9rem;
    }
    
    .left-4ad9 h3 {
        font-size: 1.1rem;
    }
    
    .left-4ad9 p {
        font-size: 0.9rem;
    }
    
    .upper-382a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .last_9613 {
        grid-template-columns: 1fr;
    }
    
    .first-65d3 {
        font-size: 0.85rem;
    }
    
    .detail-8f42 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_orange_43a8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider_orange_43a8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .orange_4034 {
        padding: 30px 10px;
    }
    
    .notification-703b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component_da4d {
        padding: 15px 10px;
    }
    
    .component_da4d h4 {
        font-size: 0.9rem;
    }
    
    .component_da4d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .avatar-focused-e2b9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notification-703b {
        grid-template-columns: 1fr;
    }
    
    .component_da4d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .status-solid-0679 {
        padding: 30px 10px;
    }
    
    .secondary-8eab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-advanced-2797 {
        padding: 15px;
    }
    
    .tiny_ab6f {
        font-size: 0.9rem;
    }
    
    .notice-7b04 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice-7b04 .tertiary-c90e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .backdrop-selected-dab9 {
        padding: 30px 10px;
    }
    
    .backdrop-selected-dab9 h2 {
        font-size: 1.2rem;
    }
    
    .hard_378b {
        gap: 10px;
    }
    
    .border-fixed-786c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .border-fixed-786c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hard-70c4 {
        padding: 30px 10px;
    }
    
    .hard-70c4 h2 {
        font-size: 1.2rem;
    }
    
    .table-paper-a33c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-fdb2 {
        padding: 15px 10px;
    }
    
    .title-fdb2 h4 {
        font-size: 0.85rem;
    }
    
    .title-fdb2 p {
        font-size: 0.75rem;
    }
    
    .pattern_orange_48ad {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .active_easy_ebd4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gradient_dim_7a17 {
        padding: 20px 10px;
    }
    
    .main-liquid-4b47 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mask-513b,
    .iron_95fe,
    .large-3406 {
        width: 100%;
    }
    
    .mask-513b h3 {
        font-size: 1.1rem;
    }
    
    .mask-513b p {
        font-size: 0.8rem;
    }
    
    .picture-246e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .description-warm-28e1 {
        padding: 30px 15px;
    }
    
    .description-warm-28e1 h2 {
        font-size: 1.3rem;
    }
    
    .description-warm-28e1 p {
        font-size: 0.85rem;
    }
    
    .header-right-e6c8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-right-e6c8 .item_plasma_5f0e {
        width: 100%;
    }
    
    .nav_c536 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focused-2205 {
        padding: 30px 10px;
    }
    
    .focused-2205 h3 {
        font-size: 1.2rem;
    }
    
    .tertiary-left-4788 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-0bb9 {
        padding: 15px 10px;
    }
    
    .button-0bb9 h4 {
        font-size: 0.85rem;
    }
    
    .button-0bb9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pink_7129 {
        padding: 30px 15px;
    }
    
    .in_2395 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gallery_plasma_f4a2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .alert_over_893d h4 {
        font-size: 0.9rem;
    }
    
    .alert_over_893d a {
        font-size: 0.8rem;
    }
    
    .pagination-4e8c {
        font-size: 0.8rem;
    }
    
    .panel-f9f0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel-gold-0271 {
        padding: 8px 10px;
    }
    
    .link_5ca4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .caption-light-3295 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .link_5ca4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption-light-3295 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a0bf */
.promo-block-d1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
