/* Inner Page Styles */

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

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

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

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

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

.last_fefe .primary-cc2b {
    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;
}

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

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

.last_fefe .primary-cc2b:hover::before {
    left: 100%;
}

.last_fefe .primary-cc2b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.input-soft-2f0a {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.input-new-224d {
    color: var(--casino-gold-light);
}

.input-new-224d a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.input-new-224d a:hover {
    color: var(--casino-gold-light);
}

.input-new-224d.fn-active-314e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered-40cb {
    padding: var(--md-spacing-md) 0;
}

.left-498a {
    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%;
}

.left-498a 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 */
.thumbnail-f9d7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.cool-ddda:hover::before {
    left: 100%;
}

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

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

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

.cool-ddda .aside_wood_46b3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.motion-3bd3 {
    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);
}

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

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

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

.motion-3bd3 .aside_wood_46b3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.motion-3bd3 .aside_wood_46b3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .focus_349c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .focus_349c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .focus_349c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .last_fefe {
        justify-content: center;
    }
    
    .tertiary_plasma_fdb4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .cool_80c0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .frame-33b8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .west-9462 {
        padding: var(--md-spacing-md);
    }
    
    .search-bronze-2926 {
        padding: var(--md-spacing-md) 0;
    }
    
    .left-498a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .motion-3bd3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .down-87e4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .west-9462 {
        padding: var(--md-spacing-sm);
    }
    
    .fast-23d2 {
        padding: var(--md-spacing-md);
    }
    
    .left-498a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fast-23d2,
.left-498a,
.motion-3bd3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.grid-hard-2de3 {
    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);
}

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

.active_middle_99ca {
    font-size: 1.5rem;
}

.texture_mini_ada2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .right-9cdb {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .shadow_huge_cec2 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.element-af31 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.steel-7526 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.image-cool-7b33 {
    text-align: center;
    margin-bottom: 30px;
}

.selected-5ba0 {
    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;
}

.selected-5ba0.icon_0991 .panel_south_3043 {
    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); }
}

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

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

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

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

.popup-c4c7 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;
}

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

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

.bright_9b78 {
    font-size: 1.2rem;
}

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

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

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

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

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

.picture_eef1.dynamic-f976::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.picture_eef1.text-bottom-4ba2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture_eef1.status_6db8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.picture_eef1.highlight-8f5a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.block-2422 {
    font-size: 1.2rem;
}

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

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

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

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

.primary-iron-f893.hidden_hot_0488 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary-iron-f893.fn-active-314e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.texture-pink-1fbb {
    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;
}

.texture-pink-1fbb:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.texture-pink-1fbb.hidden_silver_8578 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.silver_ec97 { border-top: 3px solid #00ccff; }
.tertiary-cool-e38f { border-top: 3px solid #00ff88; }
.wood-bbdc { border-top: 3px solid #d4af37; }
.row-8d1d { border-top: 3px solid #ff6b6b; }
.gallery-old-9b8c { border-top: 3px solid #8b5cf6; }

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

.wrapper_north_dd72 {
    overflow-x: auto;
}

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

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

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

.hero_down_c7f9 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .table-narrow-93e6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.video-clean-dba2 {
    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;
}

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

.text-steel-5b9f {
    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;
}

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

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

.feature-6eab {
    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;
}

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

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

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

.photo_fluid_b2f0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.widget-copper-4630 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.disabled-770f {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .slider-action-9a4c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.selected-1c3d strong {
    color: #fff;
    display: block;
}

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

.caption-brown-ae17 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.caption-brown-ae17 .first-53c4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.item-cac1 .last_54b2 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.motion-8c04 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.new-235c {
    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;
}

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

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

.title-dirty-8914 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.alert-3d42 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.wrapper-prev-b593 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.secondary-rough-f9d3 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.alert-fluid-7aa8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.alert-fluid-7aa8 span {
    color: #666;
    font-size: 0.8rem;
}

.alert-fluid-7aa8 a {
    color: #ff6b6b;
}

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

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

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

.module_ee78 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.description-narrow-a58d {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.widget-bright-d92b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .purple-61c1 {
        flex-direction: column;
    }
    .background-ec89 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.surface_bd91 .tall_ad05 {
    color: #666;
    margin: 0 8px;
}

.surface_bd91 .popup_9528 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.narrow-1c7b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.block-c141 {
    font-size: 2rem;
}

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

.full_9cae strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.carousel-9e73 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.upper_7d57 strong {
    color: #00ff88;
}

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

.video-pressed-5d98 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .video-pressed-5d98 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.filter-5cc9 strong {
    color: #d4af37;
}

.message-gold-ab23 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-fluid-f6de {
    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;
}

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

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

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

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

.list-lower-06ba strong {
    color: #d4af37;
}

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

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

.stale_35f8 strong {
    color: #00ff88;
}

.stale_35f8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.main-cold-d792 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.popup-glass-38c6 {
    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);
}

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

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

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

.disabled-light-6630 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.disabled-light-6630 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.alert-2da8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert-2da8 li {
    margin-bottom: 5px;
}

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

.alert-2da8 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.button-fast-3966 {
    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;
}

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

.nav-ba5d strong {
    color: #00ff88;
}

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

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

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

.thick-565a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.secondary-rough-f9d3 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .thick-565a {
        flex-direction: column;
    }
    
    .section-f420 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.media-basic-699f {
    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;
}

.media-basic-699f: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) {
    .media-basic-699f {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .title_a282 {
        padding: 30px 15px;
    }
    
    .title_a282 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup_5ac7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .green_3de1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav_silver_9342 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav_silver_9342 .container_54f0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sort-light-0845 {
        font-size: 1.3rem;
    }
    
    .pattern-1697 {
        font-size: 0.7rem;
    }
    
    .background-9964 {
        flex-direction: column;
        gap: 10px;
    }
    
    .background-9964 .aside_wood_46b3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .motion_91c1 {
        display: none;
    }
    
    .pattern-bda8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .current-3225 {
        padding: 20px 10px;
    }
    
    .caption_95b0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_upper_ca56,
    .hero-a853 {
        padding: 15px;
    }
    
    .main-cold-d792 {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup-glass-38c6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .title-97cd {
        padding: 30px 10px;
    }
    
    .tiny-a359 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .warm-66dd {
        padding: 20px 15px;
    }
    
    .middle-0746 {
        font-size: 2rem;
    }
    
    .warm-66dd h3 {
        font-size: 1.1rem;
    }
    
    .warm-66dd p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gallery-gas-92f2 {
        padding: 20px 5px;
    }
    
    .gallery-gas-92f2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .paper-cd5c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hero_down_c7f9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hero_down_c7f9 th,
    .hero_down_c7f9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .steel_e614 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .message_basic_1c3e {
        padding: 20px 10px;
    }
    
    .copper-9482 h2 {
        font-size: 1.3rem;
    }
    
    .slider-plasma-add2 {
        font-size: 0.9rem;
    }
    
    .active_first_c808 h3 {
        font-size: 1.1rem;
    }
    
    .active_first_c808 p {
        font-size: 0.9rem;
    }
    
    .pagination_0907 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .paragraph_pro_664d {
        grid-template-columns: 1fr;
    }
    
    .list-lower-06ba {
        font-size: 0.85rem;
    }
    
    .preview-809e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-fluid-f6de {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .section-fluid-f6de strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .message_8d16 {
        padding: 30px 10px;
    }
    
    .fast_ed95 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-center-2b02 {
        padding: 15px;
    }
    
    .section_large_d118 {
        font-size: 0.9rem;
    }
    
    .table-898a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table-898a .header-b38a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .info_motion_62e5 {
        padding: 30px 10px;
    }
    
    .info_motion_62e5 h2 {
        font-size: 1.2rem;
    }
    
    .article-0456 {
        gap: 10px;
    }
    
    .logo-complex-1091 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .logo-complex-1091 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .red-a6c0 {
        padding: 30px 10px;
    }
    
    .red-a6c0 h2 {
        font-size: 1.2rem;
    }
    
    .bright_ef79 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone-072d {
        padding: 15px 10px;
    }
    
    .stone-072d h4 {
        font-size: 0.85rem;
    }
    
    .stone-072d p {
        font-size: 0.75rem;
    }
    
    .fluid-461f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .chip_thick_c731 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .section-0f16 {
        padding: 20px 10px;
    }
    
    .light-24d8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .current_12cf,
    .carousel-7745,
    .alert-fluid-7aa8 {
        width: 100%;
    }
    
    .current_12cf h3 {
        font-size: 1.1rem;
    }
    
    .current_12cf p {
        font-size: 0.8rem;
    }
    
    .image_e458 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content-old-a551 {
        padding: 30px 15px;
    }
    
    .content-old-a551 h2 {
        font-size: 1.3rem;
    }
    
    .content-old-a551 p {
        font-size: 0.85rem;
    }
    
    .gallery-1cb3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-1cb3 .aside_wood_46b3 {
        width: 100%;
    }
    
    .fluid-7dd7 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .alert-7ce9 {
        padding: 30px 10px;
    }
    
    .alert-7ce9 h3 {
        font-size: 1.2rem;
    }
    
    .first_784b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .motion-3bd3 {
        padding: 15px 10px;
    }
    
    .motion-3bd3 h4 {
        font-size: 0.85rem;
    }
    
    .motion-3bd3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focused-18e6 {
        padding: 30px 15px;
    }
    
    .dynamic-4f8d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .north_278b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .out-4e98 h4 {
        font-size: 0.9rem;
    }
    
    .out-4e98 a {
        font-size: 0.8rem;
    }
    
    .gold-a160 {
        font-size: 0.8rem;
    }
    
    .row-dark-c05f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .sort-copper-0d87 {
        padding: 8px 10px;
    }
    
    .element_basic_ffaa {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .shadow_complex_0299 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element_basic_ffaa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shadow_complex_0299 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4e7a */
.shadow-element-s6 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
