/* Inner Page Styles */

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

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

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

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

.article-6ad6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.article-6ad6 .prev_3b10 {
    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;
}

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

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

.article-6ad6 .prev_3b10:hover::before {
    left: 100%;
}

.article-6ad6 .prev_3b10:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down_3545.fn-active-0649 {
    color: var(--casino-gold-light);
}

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

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

.secondary-16e4 {
    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);
}

.secondary-16e4 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);
}

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

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

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

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

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

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

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

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

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

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

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

.grid-next-4340 {
    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%;
}

.grid-next-4340 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 */
.glass_3af6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.fixed_0a4f .stone-d7f8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.hovered-f7c2 .stone-d7f8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hovered-f7c2 .stone-d7f8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pressed-f7da {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pressed-f7da h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pressed-f7da h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .article-6ad6 {
        justify-content: center;
    }
    
    .first_137a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .current_504c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .item_purple_a47e {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary-16e4 {
        padding: var(--md-spacing-md);
    }
    
    .status-e768 {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid-next-4340 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hovered-f7c2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .smooth_f339 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .secondary-16e4 {
        padding: var(--md-spacing-sm);
    }
    
    .lower-e474 {
        padding: var(--md-spacing-md);
    }
    
    .grid-next-4340 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.lower-e474,
.grid-next-4340,
.hovered-f7c2 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.alert-static-60dd {
    font-size: 1.5rem;
}

.gallery-small-a591 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .component-dirty-6fc2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .module_wide_1de1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.active-1234 {
    padding: 30px 0;
}

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

.module-copper-993e {
    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;
}

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

.module-copper-993e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.module-copper-993e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.motion_6340 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.caption-action-dcd4 {
    text-align: center;
    margin-bottom: 30px;
}

.main-rough-0347 {
    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;
}

.main-rough-0347.frame_active_fca8 .table_c0bd {
    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); }
}

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

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

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

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

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

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

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

.panel_dim_a22c {
    font-size: 1.2rem;
}

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

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

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

.content-north-dfdc {
    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;
}

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

.content-north-dfdc.pro-1466::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.content-north-dfdc.liquid-5e9f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content-north-dfdc.hover-easy-09d8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.content-north-dfdc.carousel-52fb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary-7553 {
    font-size: 1.2rem;
}

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

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

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

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

.label-5e44.left_e05c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-5e44.fn-active-0649 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.north-37da {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.header-top-29c3 {
    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;
}

.header-top-29c3:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.header-top-29c3.breadcrumb_steel_304b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tertiary-c92f { border-top: 3px solid #00ccff; }
.input-inner-6cc7 { border-top: 3px solid #00ff88; }
.blue-4bf6 { border-top: 3px solid #d4af37; }
.pattern_new_a5fb { border-top: 3px solid #ff6b6b; }
.message_82fd { border-top: 3px solid #8b5cf6; }

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

.message_825d {
    overflow-x: auto;
}

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

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

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

.disabled-c763 td {
    color: #ccc;
}

.disabled-c763 .light-b63f {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.carousel-liquid-0185 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.overlay-wide-d18a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.input_gas_294a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.component-huge-ea2a {
    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;
}

.component-huge-ea2a::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);
}

.border-wood-73bd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.notification-c899 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.cold-8211 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.clean-4b8d .mask_warm_8301 {
    margin-bottom: 10px;
}

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

.clean-4b8d strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.clean-9c85 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.texture-small-d2ee {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.list-mini-7d43 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heading-549e span {
    color: #666;
    font-size: 0.8rem;
}

.heading-549e a {
    color: #ff6b6b;
}

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

.text-dark-0b82 {
    max-width: 800px;
    margin: 0 auto;
}

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

.plasma_4db0 {
    text-align: center;
}

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

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

.text-dark-0b82 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.text-dark-0b82 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-7f60 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.logo_ab95 .fresh_52bd {
    color: #666;
    margin: 0 8px;
}

.logo_ab95 .header-copper-eae3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.mask-dark-7432 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.aside-29c0 {
    font-size: 2rem;
}

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

.paper_3574 strong {
    color: #d4af37;
}

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

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

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

.wood-6c4f h3,
.outer-2d1d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.main-current-e621 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.old_5ef0 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.message-light-f125 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.popup-in-c9e3 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.popup-0554 strong {
    color: #d4af37;
}

.badge_03d3 {
    color: #aaa;
}

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

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

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

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

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

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

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

.brown-9445:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.module_b3bc li strong {
    color: #00ff88;
}

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

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

.icon-small-397d {
    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;
}

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

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

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

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

.avatar_36bf strong {
    color: #d4af37;
}

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

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

.filter_action_ad00 strong {
    color: #00ff88;
}

.filter_action_ad00 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.info-static-3a74 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.outer-622a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-large-8dbb {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.carousel-large-8dbb strong {
    color: #00ff88;
}

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

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

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

.focus-bright-9098 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .focus-bright-9098 {
        flex-direction: column;
    }
    
    .preview_short_8e04 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.aside-last-bc14 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .caption_fluid_fc97 {
        padding: 30px 15px;
    }
    
    .caption_fluid_fc97 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .over-65ad {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hard-862b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption-full-9d47 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption-full-9d47 .new-d9c8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card_f863 {
        font-size: 1.3rem;
    }
    
    .widget-paper-04eb {
        font-size: 0.7rem;
    }
    
    .modal-09e6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-09e6 .stone-d7f8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .full_c971 {
        display: none;
    }
    
    .overlay_wood_6d97 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .module-2580 {
        padding: 20px 10px;
    }
    
    .highlight_a049 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused-c201,
    .tag_dafd {
        padding: 15px;
    }
    
    .info-static-3a74 {
        flex-direction: column;
        gap: 5px;
    }
    
    .grid-fb87 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thick_f277 {
        padding: 30px 10px;
    }
    
    .section_8fd0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient-tall-786a {
        padding: 20px 15px;
    }
    
    .active_selected_1b68 {
        font-size: 2rem;
    }
    
    .gradient-tall-786a h3 {
        font-size: 1.1rem;
    }
    
    .gradient-tall-786a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gallery_hard_e142 {
        padding: 20px 5px;
    }
    
    .gallery_hard_e142 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .current-7988 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .disabled-c763 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .disabled-c763 th,
    .disabled-c763 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .status-outer-f42d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .primary-cool-52c2 {
        padding: 20px 10px;
    }
    
    .solid-f465 h2 {
        font-size: 1.3rem;
    }
    
    .tabs_45fd {
        font-size: 0.9rem;
    }
    
    .brown-9445 h3 {
        font-size: 1.1rem;
    }
    
    .brown-9445 p {
        font-size: 0.9rem;
    }
    
    .module_b3bc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .lite_2e95 {
        grid-template-columns: 1fr;
    }
    
    .avatar_36bf {
        font-size: 0.85rem;
    }
    
    .tiny-8e8f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-small-397d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .icon-small-397d strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .picture_15c6 {
        padding: 30px 10px;
    }
    
    .menu_d63c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rough-b33f {
        padding: 15px;
    }
    
    .component-36cd {
        font-size: 0.9rem;
    }
    
    .smooth-ad57 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .smooth-ad57 .pro_771a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .tabs-dynamic-a8b6 {
        padding: 30px 10px;
    }
    
    .tabs-dynamic-a8b6 h2 {
        font-size: 1.2rem;
    }
    
    .picture_thick_d4f8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-dab0 {
        padding: 15px 10px;
    }
    
    .solid-dab0 h4 {
        font-size: 0.85rem;
    }
    
    .solid-dab0 p {
        font-size: 0.75rem;
    }
    
    .thumbnail-d20d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .north-0622 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .alert_6abb {
        padding: 20px 10px;
    }
    
    .photo-pressed-c128 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .plasma_50e7,
    .purple-6686,
    .heading-549e {
        width: 100%;
    }
    
    .plasma_50e7 h3 {
        font-size: 1.1rem;
    }
    
    .plasma_50e7 p {
        font-size: 0.8rem;
    }
    
    .full-6535 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .input-8450 {
        padding: 30px 15px;
    }
    
    .input-8450 h2 {
        font-size: 1.3rem;
    }
    
    .input-8450 p {
        font-size: 0.85rem;
    }
    
    .message_static_1706 {
        flex-direction: column;
        gap: 10px;
    }
    
    .message_static_1706 .stone-d7f8 {
        width: 100%;
    }
    
    .light-7e2a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .badge-hard-38fc {
        padding: 30px 10px;
    }
    
    .badge-hard-38fc h3 {
        font-size: 1.2rem;
    }
    
    .border_top_6be4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered-f7c2 {
        padding: 15px 10px;
    }
    
    .hovered-f7c2 h4 {
        font-size: 0.85rem;
    }
    
    .hovered-f7c2 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected-3cb0 {
        padding: 30px 15px;
    }
    
    .tag_9867 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary-7881 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .main-current-9f58 h4 {
        font-size: 0.9rem;
    }
    
    .main-current-9f58 a {
        font-size: 0.8rem;
    }
    
    .column_3f8e {
        font-size: 0.8rem;
    }
    
    .element-first-053a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .outline_f2c3 {
        padding: 8px 10px;
    }
    
    .item-top-bf64 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .selected_e1d9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .item-top-bf64 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .selected_e1d9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d3a3 */
.widget-item-x4 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
